v0.10.0
What's Changed
- unify encoding rlp content by @divagant-martian in #51
- Add
compare_content
function toEnr
to allow comparisons modulo signature by @KolbyML in #53 - fix recovering from an error in
set_seq
by @divagant-martian in #55 - remove extra clippy warnings by @divagant-martian in #54
- check enr size while decoding rlp by @divagant-martian in #58
- Improve ci workflow by @AgeManning in #52
- Improve builder ergonomics, remove prefix by @divagant-martian in #56
- fix: Make NodeId deserializable from serde_json::Value by @morph-dev in #63
New Contributors
- @morph-dev made their first contribution in #63
Full Changelog: v0.9.1...v0.10.0