feat(gns): GNS (Gno Name Service) realm at r/moul/gns/v1#1
Merged
Conversation
|
go tool gnocontracts report -base origin/main 📦 gno-contracts PR report1 new · 0 updated package(s) — 13 file(s), +3700/-0 lines New packages
Signals
🤖 auto-generated; checks grow over time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds GNS (Gno Name Service) as the first real contract in this repo, at the
versioned path
gno.land/r/moul/gns/v1.GNS is an ENS-equivalent naming system expressed as one realm (registration,
commit–reveal, expiry/grace, typed + arbitrary records, forward-verified
reverse/primary names, subnames with policies + emancipation, operators,
pagination, events, two-step admin,
Renderexplorer). Full details inr/moul/gns/v1/README.md.Notable in this PR
…/gns/v1); Render links point at/v1.avl/v0.Getnow returns a singlevalue (existence via
Has), not(any, bool). GNS was written against theolder cached API; a small
treeGethelper bridges it. This is exactly themaster-fidelity this repo exists to enforce.
avl/v0,ufmt/v0,testutils/v0) intovendor/—make depsalso pulls test-only deps sogno testis autonomous.documented in the contract README.
make gen.Verification
make lint+make testclean locally (gns 0.6s, all green) against agnolang/gno master checkout.