resource-viz-pop-tests#4
Merged
Merged
Conversation
Why: make the demo show the resource being fetched, visualize what is marked, and cover the CWT sign/verify/present (cnf proof-of-possession) paths with tests. - Terminal now client-side fetches /landmarks/stephansdom.json and shows the retrieved fields (name, coords, protected). - Verify page renders a ResourceCard: a map marker, PROTECTED badge, coordinates, and landmark name parsed from the GeoJSON. - Proof of possession: createPossessionProof / verifyPossessionProof — the holder signs a challenge with the cnf key; a verifier checks it against the emblem's cnf public key. - Test suite (node:test + tsx, `npm test`): 9 tests over issue+verify, hash binding, tamper detection, wrong-key rejection, resource-modification detection, and the PoP present flow (valid, wrong key, challenge mismatch). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Why: show the resource being retrieved, visualize what's marked, and test the sign/verify/present paths.
/landmarks/stephansdom.jsonand shows the live fields (name, coords, protected).ResourceCard: map marker, PROTECTED badge, coordinates, landmark name (parsed from the GeoJSON).createPossessionProof/verifyPossessionProof: the holder signs a challenge with thecnfkey; verified against the emblem'scnfpublic key.npm test, node:test + tsx): 9 passing — issue+verify, hash binding, tamper detection, wrong-key rejection, resource-modification detection, and PoP present (valid / wrong key / challenge mismatch).tsc, ESLint, tests, andnext buildall green.🤖 Generated with Claude Code