pinax-network / substreams-antelope

Substreams for Antelope
https://docs.rs/substreams-antelope
Apache License 2.0
1 stars 1 forks source link

Add filter to `actions()` #19

Closed YaroShkvorets closed 11 months ago

YaroShkvorets commented 1 year ago

for the block.actions it shows all receiver actions (for token transfers that's 3x)

Well filtering the receiver seems like a very common thing, almost every single time

Seems like by default it should filter by receiver==contract and can be disabled as opt-in

Almost 100% everyone will hit this, expecting one action, but actually getting 3x and then trying to figure out how to filter it out afterwards

YaroShkvorets commented 1 year ago
YaroShkvorets commented 1 year ago

Done