2025-11-24T14:22:42Z

Change the LMDB driver on Store::Digest so the main entry table uses integer keys rather than the much larger "primary" hash.

Dorian Taylor

Fix the C code in the Ruby LMDB bindings so that read-only transactions can "nest" (i.e., just no-op and use the parent transaction).

Intertwingler MVP

It turns out that there is a bug in the LMDB bindings that keeps nested transactions from working properly.