feat(specs): add Radix exact scheme - #3112
Open
AVaunt-consulting wants to merge 1 commit into
Open
AVaunt-consulting wants to merge 1 commit into
AVaunt-consulting wants to merge 1 commit into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
@AVaunt-consulting is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for your contribution @AVaunt-consulting! See here for instructions: https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification The team will not review this PR before ALL commits have been verified and it will be closed after 1 week of inactivity. Unverified commits:
|
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.
Description
Adds the
exactscheme specification for Radix DLT (Babylon networks):specs/schemes/exact/scheme_exact_radix.md, plus the Radix entry in the Critical Validation Requirements summary inscheme_exact.md.Per the spec-first process, this PR contains the spec only; the SDK implementation will follow once the spec is approved.
Highlights:
VERIFY_PARENTbinding restricts which facilitator can consume a sponsored subintent, preventing front-running of the bearer payload.maxTimeoutSeconds, replay protection, and preview (CommitSuccesswith exact balance deltas) before submission.CAIP alignment
Network identifiers use the CAIP-2
radixnamespace (radix:mainnet,radix:stokenet). We have submitted the corresponding namespace registration - CAIP-2, CAIP-10, and CAIP-19 profiles for Radix - to the ChainAgnostic namespaces registry, currently in review: ChainAgnostic/namespaces#198Tests
Docs-only change (no SDK code). Mermaid sequence diagrams were validated with mermaid-cli; example bech32m addresses are checksum-valid.
Checklist