pinax-network / substreams-antelope

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

`Block::actions()` and `Block::notifications()` include actions from failed transactions #22

Open YaroShkvorets opened 6 months ago

YaroShkvorets commented 6 months ago

Should include only executed. If for some reason we want to include ALL (including failed ones) we can add all_actions() and all_notifications() methods