Skip to content

Bump libveritas and resolve with certs - #92

Merged
buffrr merged 3 commits into
mainfrom
bump-libveritas-and-resolve-with-certs
Aug 17, 2026
Merged

Bump libveritas and resolve with certs#92
buffrr merged 3 commits into
mainfrom
bump-libveritas-and-resolve-with-certs

Conversation

@buffrr

@buffrr buffrr commented Aug 17, 2026

Copy link
Copy Markdown
Member

No description provided.

buffrr added 3 commits August 17, 2026 15:02
… commitments

resolve() then export() repeats the whole recursive-name resolution; apps hit this
when grabbing a handle's certs for the first time. Add a single-pass resolve_with_certs
(resolveWithCerts in JS) returning { zone, parents, certs }:

- shared resolve_lookup() runs the batch loop once (certs collected only when wanted, so
  plain resolve()/resolve_all() pay nothing); export() and resolve_all() route through it.
- parents is Vec<Zone> ordered [parent, grandparent, ... , top-level space] — the
  single-label (space-root) zones from the resolution set, reversed. Each Zone already
  carries its own commitment (height/roots) + sovereignty, so a finalized parent under a
  pending grandparent is represented, and nesting picks the immediate parent's commitment,
  not a grandparent's.
@buffrr
buffrr merged commit 95632d5 into main Aug 17, 2026
3 checks passed
@buffrr
buffrr deleted the bump-libveritas-and-resolve-with-certs branch August 17, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant