You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make `gnd init` generate scaffold files that match `graph-cli init` output
for better compatibility when --index-events is not set (placeholder mode).
Changes:
- manifest: Put address before abi in source, use event names for entities
(not ExampleEntity), remove blank lines between event handlers
- schema: Use @entity(immutable: true), include first 2 event params with
type comments, remove block fields from example entity
- mapping: Import contract class and all events, generate handlers for all
events (first with full code, rest empty stubs), use correct ID pattern
with Bytes.fromByteArray, add extended comments with callable functions
0 commit comments