v0.8: no-std
What's Changed
- basic merkle proof verification by @ralexstokes in #1
- Cache merkleization for some types by @ralexstokes in #3
- deprecate Merkle
Context
in lieu of static data by @ralexstokes in #5 - clean up dbg from test by @ralexstokes in #8
- Add serde feature by @ralexstokes in #13
- fix bug when serializing a "newtype" SSZ wrapper by @ralexstokes in #18
- fix clippy lints from clippy
0.1.65
by @ralexstokes in #29 - fix: avoid overflow on 32 bit architectures by @ncitron in #28
- remove
std::iter::FromIterator
imports to simplify code by @ralexstokes in #31 - lint: eliminate unnecessary cast by @ralexstokes in #36
- update CI with some missing functionality by @ralexstokes in #37
- error refactor by @ralexstokes in #40
- moves computation of merkle "zero hashes" to build time by @ralexstokes in #42
- add
no-std
by @claravanstaden in #25 - Update CI by @ralexstokes in #44
- Allow use of errors in places expecting
E: std::error::Error
by @ralexstokes in #46 - simplify bytes types by @ralexstokes in #48
- impl
U256::from_hex
by @ralexstokes in #50 - docs: add examples and crate docs by @onbjerg in #49
New Contributors
- @ralexstokes made their first contribution in #1
- @ncitron made their first contribution in #28
- @claravanstaden made their first contribution in #25
- @onbjerg made their first contribution in #49
Full Changelog: v0.7.0...v0.8.0