Skip to content

3.2.0

Compare
Choose a tag to compare
@icristescu icristescu released this 28 Mar 08:53
· 993 commits to main since this release

CHANGES:

Added

  • irmin-pack
    • Add forbid_empty_dir_persistence in store configuration. (#1789,
      @Ngoguey42)
    • Add Store.Snapshot to expose the inodes for tezos snapshots (#1757,
      @icristescu).

Changed

  • irmin
    • Add error types in the API or proof verifiers. (#1791, @icristescu)
    • Reduced the memory footprint of Tree.fold ~uniq:`True by a factor of 2.
      (#1770, @craigfe)