Releases: aiken-lang/merkle-patricia-forestry
Releases · aiken-lang/merkle-patricia-forestry
v2.1.0
Important
The fix has also been backported onto v1.1.2
, which builds with aiken-1.0.29-alpha
, for those still using Plutus V2.
Added
- New function
miss
to verify non-membership for keys using proofs of exclusions.
Changed
- Fixed proof verification for terminal forks with non-empty prefixes.
Removed
N/A
v2.0.1
v2.0.0
v1.1.0
Added
- Two new functions to the on-chain API:
Changed
N/A
Removed
N/A
v1.0.1
Added
-
Initial implementation of Merkle-Patricia Forestry, with an on-chain (Aiken) and off-chain (Node.js) backend.
-
Provides a simple on-chain API.
-
And a companion off-chain backend on top of level.js with an option to run in-memory:
- Constructing
- Modifying
- Inspecting
- Proving
-
Changed
N/A
Removed
N/A