Skip to content

Releases: aiken-lang/merkle-patricia-forestry

v2.1.0

12 Jul 17:45
v2.1.0
4fbc621

Choose a tag to compare

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

25 Jun 16:05
v2.0.1
0863eea

Choose a tag to compare

Added

N/A

Changed

  • Fixed proof verification on-chain for leaf fork with non-zero common prefix.

Removed

N/A

v2.0.0

06 Sep 09:23
v2.0.0
4506510

Choose a tag to compare

Added

N/A

Changed

on-chain

  • Requires aiken >= 1.1.0.

  • Requires aiken-lang/stdlib >= 2.0.0 && aiken-lang/stdlib < 3.0.0.

  • Creating an empty trie is no longer a function empty() but a constant empty.

off-chain

N/A

Removed

N/A

v1.1.0

23 Jul 15:10
v1.1.0
ab4a7ba

Choose a tag to compare

v1.0.1

02 Jun 18:17
v1.0.1
30fc836

Choose a tag to compare