v0.9.0
Changelog
- Re-exporting
block_view
fromsubstreams-ethereum-core
- Fixed bug in abi generation where
uint
was not properly handled
Upgrade Procedure
If you are generating ABI code and use this release, add to your [dependencies]
in your Cargo.toml
:
[dependencies]
...
num-bigint = "0.4.3"
...