Updated: NUT-XX Batch-Minting and Quote Checks#333
Open
Egge21M wants to merge 17 commits intocashubtc:mainfrom
Open
Updated: NUT-XX Batch-Minting and Quote Checks#333Egge21M wants to merge 17 commits intocashubtc:mainfrom
Egge21M wants to merge 17 commits intocashubtc:mainfrom
Conversation
Closed
156e8fc to
dac0ca5
Compare
Contributor
Contributor
Author
a1denvalu3
approved these changes
Feb 16, 2026
This commit introduces a new specification, NUT-XX, for batched mint operations. It allows wallets to mint multiple proofs in a single transaction, improving efficiency.
- specify all quotes must share same payment method and currency - expand nut-20 signature section with detailed structure and validation - clarify signature array format and per-quote mapping - add signature message construction specification - document atomicity requirement for signature validation failures - add comprehensive mint responsibilities section - update dependencies to include nut-20
- add validation requirements for empty arrays and duplicate quotes - clarify batch quote status response format per payment method - change batch mint endpoint path to include /batch suffix - add comprehensive request validation section - add error codes table and structured error response format - restructure nut-20 signature support section for clarity - add atomic processing requirement to mint responsibilities - add implementation notes for batch size limits and bolt12 support - add note on spending conditions compatibility - expand error handling documentation with examples
Co-authored-by: tsk <tsk@thesimplekid.com> Co-authored-by: lollerfirst <43107113+lollerfirst@users.noreply.github.com>
- wallet SHOULD verify paid quotes, not must - remove redundant requirements and unnecessary statements - deduplicate request validation and mint responsibilities - remove http status from error codes
6b30387 to
9722c4e
Compare
a1denvalu3
reviewed
Feb 16, 2026
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.
This PR supersedes #323