Releases: carver/eth-trie.rs
Releases · carver/eth-trie.rs
v0.4.0
What's Changed
- Upgrade ethereum_types to 0.14.1 and bump version to 0.4.0 by @morph-dev in #32
New Contributors
- @morph-dev made their first contribution in #32
v0.3.0
What's Changed
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