eth-trie.rs

Rust implementation of the Modified Patricia Tree (aka Trie).

APACHE-2.0 License

Downloads
55.7K
Stars
18
Committers
11

Bot releases are visible (Hide)

eth-trie.rs - v0.3.0 Latest Release

Published by carver about 1 year ago

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: https://github.com/carver/eth-trie.rs/compare/v0.2.0...v0.3.0