streamingfast / substreams-template

Apache License 2.0
21 stars 11 forks source link

Error: validate request: output module must be of kind 'map' #19

Closed fospring closed 1 year ago

fospring commented 1 year ago

when I run command:

substreams run -e mainnet.eth.streamingfast.io:443 substreams.yaml store_transfers --start-block 12292922 --stop-block +1

it renturn err: Error: validate request: output module must be of kind 'map', git commit hash is: 3b658a1c3b2f2d986b5203f5d9f1fb22a17e9892 at defaut branch

image
maoueh commented 1 year ago

Sorry, the README was wrong running store_transfers directly is not possible anymore. The streamed out module must of kind map.

I've removed mention of running store_transfers directly.