streamingfast / substreams

Powerful Blockchain streaming data engine, based on StreamingFast Firehose technology.
Apache License 2.0
159 stars 45 forks source link

GUI params empty #228

Closed DenisCarriere closed 1 year ago

DenisCarriere commented 1 year ago

✅ Works using substreams run

substreams run map_transfers -s -1 -p map_transfers="to=swap.defi&symcode=USDT"

----------- BLOCK #312,541,107 (12a0ffb3d62ec7ddedcba0043096fa3f8267af550c631942077cc0752311389d) ---------------
map_transfers: log: params: "to=swap.defi&symcode=USDT"
map_transfers: log: filter: "from" {}
map_transfers: log: filter: "to" {"swap.defi"}
map_transfers: log: filter: "symcode" {"USDT"}
map_transfers: log: filter: "contract" {}
map_transfers: log: filter: "to_or_from" {}

❌ empty using substreams gui

substreams gui map_transfers -s -1 -p map_transfers="to=swap.defi&symcode=USDT"
image
sduchesneau commented 1 year ago

Hey Denis, this feature has been added since commit 1e07b59f8bed536e6c8ec756644448207ef279c5 (May 23)

it is part of release v1.1.4, can you try again with this version ? It works for me ™️

DenisCarriere commented 1 year ago

@sduchesneau still doesn't show any params when using gui

Release used

$ substreams --version                                                                                                 
substreams version dev (Commit d89602d, Built 2023-06-02T14:33:34Z)

Example

❌ GUI

substreams gui -e eos.firehose.eosnation.io:9001 https://github.com/pinax-network/substreams/releases/download/eosio.token-v0.12.1/eosio-token-v0.12.1.spkg map_transfers -s -1 -p map_transfers="to=swap.defi&symcode=EOS,USDT"

image

✅ Run

substreams run -e eos.firehose.eosnation.io:9001 https://github.com/pinax-network/substreams/releases/download/eosio.token-v0.12.1/eosio-token-v0.12.1.spkg map_transfers -s -1 -p map_transfers="to=swap.defi&symcode=EOS,USDT"

image
ghardin1314 commented 1 year ago

also having this same issue

maoueh commented 1 year ago

Fixed by https://github.com/streamingfast/substreams/commit/bb09e70b6f3067feb7796d2e10ecd958c5a1b918, will be included in next release, probably early next week.