Releases: streamingfast/substreams-ethereum
Releases · streamingfast/substreams-ethereum
v0.10.2
v0.10.1
- Fixed ABI generation, ambiguous 'as_ref' implementation when using alloy-primitive crate.
v0.10.0
- Bumped dependencies to
substreams
to 0.6 andprost
to 0.13 (see Upgrade notes)
v0.9.13
-
Fixed AbiGen when in presence of functions that was has leading underscores or casing differences.
This was generating multiple Rust struct with the same name leading to compilation errors. Now, those cases will be de-duped and you will end up with N Rust struct all suffixed from 1 to N, like
TotalSupply1
andTotalSupply2
. -
Fixed AbiGen generated
Event#NAME
andFunction#Name
static const in presence of multiple overloads.This was previously using the de-duped name but this was wrong as the intention was always to be the ABI's defined named.
v0.9.12
- Re-generated the Rust Ethereum bindings with latest Firehose Ethereum Protobuf definitions.
v0.9.11
v0.9.10
v0.9.9
v0.9.8
- Fix bug where Int was not encoded properly in ABI generator