Releases: sigp/ssz_types
Releases · sigp/ssz_types
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
Version 0.5.4
What's Changed
- Add support to Serialize
VariableList<FixedVector<u8, M>, N>
by @jimmygchen in #10 - Release v0.5.4 by @michaelsproul in #11
New Contributors
- @jimmygchen made their first contribution in #10
Full Changelog: v0.5.3...v0.5.4
Version 0.5.3
What's Changed
- Add is_subset methods for BitList and BitVector by @pawanjay176 in #8
- Version 0.5.3 by @michaelsproul in #9
New Contributors
- @pawanjay176 made their first contribution in #8
Full Changelog: v0.5.2...v0.5.3
Version 0.5.2
What's Changed
- Implement IntoIter for VariableList by @michaelsproul in #5
- Fix VariableList pre-allocation bug! by @michaelsproul in #6
- Version 0.5.2 by @michaelsproul in #7
Full Changelog: v0.5.1...v0.5.2
Version 0.5.0
What's Changed
- Fix cargo-fmt by @michaelsproul in #1
- Version 0.5.0 by @michaelsproul in #2
New Contributors
- @michaelsproul made their first contribution in #1
Full Changelog: https://github.com/sigp/ssz_types/commits/v0.5.0