v1.4.14
Operators
If you are indexing Polygon or Mumbai chains, you will need to reprocess the chain from genesis, as your existing Firehose blocks are missing some system transactions.
As always, this can be done with multiple client nodes working in parallel on different chain's segment if you have snapshots at various block heights.
Golang 1.21+ is now also required to build the project.
Fixed
- Fixed post-processing of polygon blocks: some system transactions were not "bundled" correctly.
- (Substreams) fixed validations for invalid start-blocks (see https://github.com/streamingfast/substreams/releases/tag/v1.1.13)
Added
- Added
tools compare-oneblock-rpccommand to perform a validation between a firehose 'one-block-file' blocks+trx+logs fetched from an RPC endpoint
Changed
- The
tools printsubcommands now use hex to encode values instead of base64, making them easier to use