Releases: pinax-network/firehose-antelope
Releases · pinax-network/firehose-antelope
v1.4.9
v1.4.8
Substreams
- Fixed a bug in substreams where chains with non-zero first-streamable-block would cause some substreams to hang. Solution changes the 'cached' hashes for those substreams. For more information see here.
Security
- Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #150
v1.4.7
Substreams
Important Substreams BUG FIX
- Fix a bug introduced in v1.6.0 that could result in corrupted store "state" file if all
the "outputs" were already cached for a module in a given segment (rare occurence) - We recommend clearing your substreams cache after this upgrade and re-processing or
validating your data if you use stores.
Added
- Expose a new intrinsic to modules:
skip_empty_output
, which causes the module output to be skipped if it has zero bytes. (Watch out, a protobuf object with all its default values will have zero bytes) - Improve schedule order (faster time to first block) for substreams with multiple stages when starting mid-chain
v1.4.6
v2.0.0-rc.1
Antelope Spring
This is a first pre-release that supports decoding deep mind logs from the Antelope spring software. Note that this block format is not final yet and might still change in future versions.
v1.4.5
v1.4.4
v1.4.3
v1.4.2
Substreams
- Substreams clients now enable gzip compression over the network (already supported by servers).
- Added store with update policy
set_sum
which allows the store to either sum a numerical value, or set it to a new value. - Fixed a bug with the new
descriptorSets
feature that wasn't ordered properly to correctly generate Protobuf bindings. - Substreams binary type can now be optionally composed of runtime extensions by appending a
+<extension>,[<extesions...>]
at the end of the binary type. Extensions arekey[=value]
that are runtime specifics.
Note
If you were a library author and parsing generic Substreams manifest(s), you will now need to handle that possibility in the binary type. If you were reading the field without any processing, you don't have to change nothing.
v1.4.1
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #140
- Fix parsing of flag 'common-index-block-sizes' from yaml config file
Substreams
- execout: preload only one file instead of two, log if undeleted caches found
- execout: add environment variable SUBSTREAMS_DISABLE_PRELOAD_EXEC_FILES to disable file preloading