Releases: sigp/milhouse
Releases · sigp/milhouse
Release v0.3.0
What's Changed
- Update deps for alloy 0.8 by @michaelsproul in #48
- Release v0.3.0 by @michaelsproul in #49
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
What's Changed
- Implement
pop_front
in terms of a level iterator by @michaelsproul in #38 - Fix bugs related to depth and capacity overflows by @michaelsproul in #39
- Add basic fuzzing targets by @ToonVanHove in #40
- Type check fuzzers on CI and fix another bug by @michaelsproul in #41
- Update
ethereum_hashing
by @michaelsproul in #44 - Remove outdated FIXME about MaxMap by @michaelsproul in #45
- integrate alloy-primitives into milhouse by @eserilev in #42
- Release v0.2.0 by @michaelsproul in #47
New Contributors
- @ToonVanHove made their first contribution in #40
- @eserilev made their first contribution in #42
Full Changelog: v0.1.0...v0.2.0
Release v0.1.0
What's Changed
- Fix
get
for packed leaves by @michaelsproul in #2 - Use released SigP crates! by @michaelsproul in #5
- Implement Arbitrary by @michaelsproul in #7
- Implement rebasing by @michaelsproul in #8
- Optimise
get
by cachingpacking_depth
by @jimmygchen in #11 - Add CI workflow by @jimmygchen in #14
- Remove unused dev-deps and fix Windows CI by @michaelsproul in #16
- Fix List from Vector conversion by @michaelsproul in #21
- Add
Cow::make_mut
by @michaelsproul in #22 - Add custom
value
trait for better trait bound ergonomics by @macladson in #24 - Fast rebase by @michaelsproul in #23
- Add benchmarks for
tree_hash_root
by @macladson in #26 - Add new benchmark for SSZ encoding and decoding by @macladson in #27
- Add parallel tree hashing benchmark by @macladson in #28
- Remove diff feature by @michaelsproul in #30
- Bump parking_lot to v0.12.1 by @michaelsproul in #34
- Update LH-family deps by @michaelsproul in #35
- Version 0.1.0 by @michaelsproul in #36
New Contributors
- @michaelsproul made their first contribution in #2
- @jimmygchen made their first contribution in #11
- @macladson made their first contribution in #24
Full Changelog: https://github.com/sigp/milhouse/commits/v0.1.0