Skip to content

Commit bda92d4

Browse files
baku-ccronclaude
andcommitted
MUTATION (not for merge): AddOrder.sender Bytes! -> String!
Audit trail for #2852: proves schema-snapshot goes red on a snapshot that does not match what graph-node derives. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 1605c37 commit bda92d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/subgraph/schema/raindex.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type AddOrder implements Event {
2121
raindex: Raindex!
2222

2323
"""The msg.sender of this add order call"""
24-
sender: Bytes!
24+
sender: String!
2525
transaction: Transaction!
2626
}
2727

0 commit comments

Comments
 (0)