Skip to content

v0.9.0

Compare
Choose a tag to compare
@colindickson colindickson released this 19 Jan 19:43
· 78 commits to develop since this release

Changelog

  • Re-exporting block_view from substreams-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"
...

Commits

  • 4dbbf38 Add changelog entry
  • 8a87e61 Added changelog notice
  • 20dcc62 Merge pull request #12 from fubhy/re-export-block-view
  • 19f5361 Preparing release of v0.9.0
  • 925c490 Re-export block view module
  • 9dbe05d abigen: fix encode of Uint