c14bf985859ce704714409fbadd47e63e8658fdc or any descendant.
That upstream commit is c14bf98 fix(akashakv): enforce exact-key durable reads. The fix matters for mainnet because compute settlement, NFT state, governance, Tower, labor, usernames, DEX, Nova, and every system-contract state partition depend on AkashaKV returning the exact latest visible value for a key without crossing into prefix-extension keys, losing committed empty values, or deadlocking during snapshot reads.
Workspace declaration
The active workspace uses a path dependency:CI enforcement
git merge-base --is-ancestor c14bf98 HEAD. For Git dependencies, the lint requires an explicit rev beginning at c14bf98 or a later pinned commit, never a branch or tag.
Why this matters
| State partition | What the fix protects |
|---|---|
| Compute | Receipt settlement records that may contain empty payload bytes. |
| NFT | Identity-binding lookups across the prefix-shared nft/by-owner/ index. |
| Governance | Vote tallies that include zero-value sentinel records. |
| Tower | Per-epoch checkpoint state with committed empty fields. |
| Labor | Dispute records with optional fields serialised as empty. |
| Names | SNS records with empty resolver sets. |
| DEX | LP positions in pools with zero non-MINT balances. |
| Nova | Parcel records with optional metadata. |