Releases: sigp/ssz_types
Releases · sigp/ssz_types
Release v0.12.2
What's Changed
- Remove
derivative
in favour of manual Debug impl by @macladson in #61 - Use
div_ceil
in tree_hash impl by @macladson in #63 - Add new method
repeat_full
toVariableList
by @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
Debug
impl ofVariableList
andFixedVector
by @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
From
impls 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
FixedVector
during 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
Release v0.7.0
What's Changed
- Added missing IntoIterator trait for FixedVector by @ethDreamer in #20
- Add Eq trait to FixedVector by @morph-dev in #26
- Resize BitList by @eserilev in #24
- Switch to
alloy
by @michaelsproul in #25 - Update itertools to 0.13 by @michaelsproul in #29
- Release v0.7.0 by @michaelsproul in #30
New Contributors
- @ethDreamer made their first contribution in #20
- @morph-dev made their first contribution in #26
- @eserilev made their first contribution in #24
Full Changelog: v0.6.0...v0.7.0
Version 0.6.0
What's Changed
- Add code coverage by @macladson in #17
- Update tree_hash to v0.6.0 by @michaelsproul in #18
- Release v0.6.0 by @michaelsproul in #19
New Contributors
- @macladson made their first contribution in #17
Full Changelog: v0.5.4...v0.6.0