Closed YaroShkvorets closed 5 months ago
Does the substreams
Go version does accepts it? We will need to align to ensure the semantics is the same. We have a parser fo Go at https://github.com/streamingfast/substreams/tree/develop/sqe.
I'll check quickly.
Hey @YaroShkvorets, based on our go parser, I have updated our parser rule. Almost all characters should be accepted now (dot included !)
Great, thanks.
It's released on v0.5.18
!
Tested, works well.
Antelope chains allow "." in the account names and it's natural to use account names in
blockIndex
keys. However, when using such account names in theblockFilter
, the parser fails. The alternative is to use quotes but it's not obvious and not great DX.This PR makes parser accept "." in the expressions.