-
Notifications
You must be signed in to change notification settings - Fork 13
feat(sdk): x402 v2 conformance for TS/Python/Rust SDKs #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
f8605d4
feat(sdk): make the TypeScript SDK x402 v2 conformant
senamakel 835042b
feat(sdk): make the Python SDK x402 v2 conformant
senamakel 0696d2a
feat(sdk): make the Rust SDK x402 v2 conformant
senamakel 6921d2e
refactor(sdk): derive X-Tinyplace-SDK version from package manifest
senamakel 095597e
style(sdk): rustfmt the x402 standard tests (CI fmt check)
senamakel 4915bc4
feat(sdk): canonicalize x402 v2 submission header to PAYMENT-SIGNATURE
senamakel 6a0c4a2
feat(sdk-python): settle x402 via the gasless delegated facilitator path
senamakel da7b211
feat(sdk-rust): add gasless delegated x402 Solana settlement
senamakel bdff50e
feat(sdk-ts): persist SIWS auth + settle register via the gasless del…
senamakel 28a56cd
fix(sdk-rust): cache the minted SIWS proof on the signer
senamakel 3dc332f
feat(x402): SDKs emit the standard SVM exact envelope (drop delegated…
senamakel 7e23d68
style(rust-sdk): cargo fmt the x402 standard-envelope test
senamakel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sanitize delegated bounty requests before probing and retrying.
If
requestalready contains"payment", the probe is not paymentless and the funded create can carry both bodypaymentandPAYMENT-SIGNATURE. Clone and strip"payment"for the delegated path.Proposed fix
Also applies to: 82-115
🤖 Prompt for AI Agents