Releases: sigp/ssz_types
Releases · sigp/ssz_types
Release v0.14.0
What's Changed
- Bump
tree_hashversion by @macladson in #77 - Release v0.14.0 by @michaelsproul in #78
Full Changelog: v0.13.0...v0.14.0
Release v0.13.0
What's Changed
- Remove patch (not used by deps) by @michaelsproul in #66
- Bump
tree_hashby @macladson in #68 - Add clippy to CI by @macladson in #69
- Run tests through Miri on CI by @macladson in #70
- Update tree_hash_derive used in tests by @michaelsproul in #71
- Implement
From<Infallible>forErrorby @michaelsproul in #72 - Do not fail CI if code coverage fails by @macladson in #74
- Add context_deserialize impl by @macladson in #73
- impl
Errorby @ltitanb in #56 - Optimise SSZ encoding and decoding by @michaelsproul in #55
- Bump
ethereum_sszversion by @macladson in #75 - Add
RuntimeVariableListandRuntimeFixedVectorby @macladson in #67 - Release v0.13.0 by @macladson in #76
Full Changelog: v0.12.2...v0.13.0
Release v0.12.2
What's Changed
- Remove
derivativein favour of manual Debug impl by @macladson in #61 - Use
div_ceilin tree_hash impl by @macladson in #63 - Add new method
repeat_fulltoVariableListby @macladson in #62 - Release 0.12.2 by @macladson in #64
Full Changelog: v0.12.1...v0.12.2
Release v0.12.1
What's Changed
- Reduce noise in
Debugimpl ofVariableListandFixedVectorby @jimmygchen in #57 - Add benchmarks for SSZ encoding/decoding by @michaelsproul in #58
- Release 0.12.1 by @macladson in #60
Full Changelog: v0.12.0...v0.12.1
Release v0.12.0
What's Changed
- Remove dangerous truncating
Fromimpls by @michaelsproul in #52 - Changed fn vec_tree_hash_root to use runtime N by @PoulavBhowmick03 in #51
- Release v0.12.0 by @michaelsproul in #53
New Contributors
- @PoulavBhowmick03 made their first contribution in #51
Full Changelog: v0.11.0...v0.12.0
Release v0.11.0
What's Changed
- Update dependencies for alloy 1.0.0 by @cakevm in #45
- Release v0.11.0 by @michaelsproul in #46
New Contributors
Full Changelog: v0.10.1...v0.11.0
Release v0.10.1
What's Changed
This release includes a bugfix for Deserialize on VariableList and FixedVector. Previously no length checks were applied, which could lead to instances of the types which violated the length invariants. This has now been fixed so that invalid data is detected during deserialization.
- Manually implement deserialize by @pawanjay176 in #43
- Release v0.10.1 by @michaelsproul in #44
Full Changelog: v0.10.0...v0.10.1
Release v0.10.0
What's Changed
- Bump tree_hash version, allow SSZ patch updates by @paulhauner in #40
- Release v0.10.0 by @michaelsproul in #41
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Pre-allocate len of
FixedVectorduring Decode by @paulhauner in #34 - Remove Bitfield by @macladson in #28
- Remove derivative dependency by @DragonDev1906 in #37
- Release v0.9.0 by @michaelsproul in #39
New Contributors
- @paulhauner made their first contribution in #34
- @DragonDev1906 made their first contribution in #37
Full Changelog: v0.8.0...v0.9.0
Release v0.8.0
What's Changed
- Update dependencies for alloy 0.8 by @michaelsproul in #31
- Release v0.8.0 by @michaelsproul in #32
Full Changelog: v0.7.0...v0.8.0