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).
- Add
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)