Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
rohenaz
marked this pull request as draft
September 11, 2026 18:55
actions 0.0.221, types 0.0.48 and their consumers (client 0.0.55, connect 0.0.95, permission-module 0.0.64, permission-module-ui 0.0.59, utils 0.0.38, wallet-browser 0.0.96). Moves this branch from the v1-only 0.0.214 line onto the release that recognises, cancels and buys canonical OrdLock v2 listings. Lockfile regenerated; tsc and next build pass. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015UyixGQxRnUu3YA7EPDGZT
Contributor
|
Pushed ccf29de: @1sat/* pinned to the canonical OrdLock v2 release (actions 0.0.221, types 0.0.48, client 0.0.55, connect 0.0.95, permission-module 0.0.64, permission-module-ui 0.0.59, utils 0.0.38, wallet-browser 0.0.96). This branch was on the v1-only 0.0.214 line; the new release recognises, cancels and buys canonical v2 listings. Lockfile regenerated; tsc and next build pass. |
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.
Problem
Deprecated listings imported from legacy keys can be omitted from migration inventory, and incomplete cancellation can allow the remaining sweep to proceed.
Change
Use the current native scanner, retain imported listings across both migration entry points, and cancel the complete selected listing inventory before funding. Preserve native owner-key matching, explicit transaction IDs and partial operation results.
Validation: 38 focused tests, TypeScript, changed-file lint, frozen install and production build pass. This remains a draft while first-time migration lifecycle and account-scoped retry presentation are completed and validated.