Skip to content

Releases: carver/eth-trie.rs

v0.4.0

18 Oct 19:15
94ad815
Compare
Choose a tag to compare

What's Changed

  • Upgrade ethereum_types to 0.14.1 and bump version to 0.4.0 by @morph-dev in #32

New Contributors

v0.3.0

01 Sep 23:54
Compare
Choose a tag to compare

What's Changed

  • use ethereum-types::H256, not keccak-hash::H256 by @carver in #31

Breaking Change!

Version 0.2.0 started using an H256 type for the public API that returned hashes. Unfortunately, the keccak-hash::H256 did not support serializing with SSZ. So in this release, we switched to ethereum-types (itself at v0.12.1) in order to support SSZ encoding/decoding again.

Full Changelog: v0.2.0...v0.3.0