Releases: penumbra-zone/jmt
Releases · penumbra-zone/jmt
v0.11.0
What's Changed
- tree(ics23): add bounding path calculation proptests by @erwanor in #115
- Remove spurious Hasher: BorshSerialize + BorshDeserialize bounds by @preston-evans98 in #116
- chore: update email address by @conorsch in #118
- bump ics23@v0.12.0 by @SuperFluffy in #120
- Prepare 0.11.0 by @SuperFluffy in #121
New Contributors
- @SuperFluffy made their first contribution in #120
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- jmt: remove leaf migration by @erwanor in #106
- jmt: allow incremental tree overwrites for a given version by @erwanor in #110
- jmt: remove unused types by @erwanor in #108
- Upgrade to borsh 1.3.0 by @citizen-stig in #109
- Add
NodeKey
constructor to API; RestrictNibblePath
manipulation by @preston-evans98 in #111 - jmt: bump version to
0.10
by @erwanor in #112
New Contributors
- @citizen-stig made their first contribution in #109
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.0
v0.7.0
What's Changed
- Remove HardCoded sha2; Add Blake3 Tests by @preston-evans98 in #96
- add explanation to tracing event by @hdevalence in #86
- Update proofs by @theochap in #97
- jmt: bump to
v0.7.0
by @erwanor in #98
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
This release removes the metrics
features altogether allowing us to rely on the default borsh serialization methods, and thereby fixing a bug located in the manual implementation of BorshSerialize
for Node
.
What's Changed
- Add missing serde derives by @preston-evans98 in #92
- ci: emit proptest regressions on test failures by @conorsch in #93
- Remove metrics feature by @preston-evans98 in #94
- cargo: prepare
0.6.0
release by @erwanor in #95
New Contributors
Full Changelog: 0.5.0...v0.6.0
0.5.0
0.4.2
v0.4.1
What's Changed
- Bug fix: incorrect field name in ics23_spec by @preston-evans98 in #83
- Add optional borsh serialization by @preston-evans98 in #84
- Fix broken TreeReader doc link by @kevinji in #82
- Debug issue with nonexistence proofs discovered in #86 by @plaidfinch in #88
- Support no_std by @preston-evans98 in #87
- cargo: move
proptest!
s to dev dependencies by @erwanor in #89
New Contributors
Full Changelog: 0.4.0...0.4.1