Adopt NDK marketplace order flows#2
Closed
pats2sats wants to merge 3 commits into
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Hostr’s Dart/Flutter workspaces to use the sudonym-btc/ndk fork’s feat/ndk-marketplace branch and refreshes lockfiles to the specific NDK commit referenced in the PR description.
Changes:
- Point
ndkdependency overrides (app, SDK, CLI, escrow, widgetbook workspace) toref: feat/ndk-marketplace. - Refresh
pubspec.lockfiles sondkresolves to commit7f87e28284a5d8ed5371e2d5a12f2c9fa7dc78bc.
Reviewed changes
Copilot reviewed 5 out of 10 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| hostr_sdk/pubspec.yaml | Switch NDK git override ref to feat/ndk-marketplace. |
| hostr_sdk/pubspec.lock | Pin NDK resolved commit to 7f87e282…. |
| hostr_cli/pubspec.yaml | Switch NDK git override ref to feat/ndk-marketplace. |
| hostr_cli/pubspec.lock | Pin NDK resolved commit to 7f87e282…. |
| escrow/pubspec.yaml | Switch NDK git override ref to feat/ndk-marketplace. |
| escrow/pubspec.lock | Pin NDK resolved commit to 7f87e282…. |
| app/widgetbook_workspace/pubspec.yaml | Switch NDK git override ref to feat/ndk-marketplace. |
| app/widgetbook_workspace/pubspec.lock | Pin NDK resolved commit to 7f87e282…. |
| app/pubspec.yaml | Switch NDK git override ref to feat/ndk-marketplace. |
| app/pubspec.lock | Pin NDK resolved commit to 7f87e282…. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| git: | ||
| url: https://github.com/sudonym-btc/ndk.git | ||
| ref: codex/hostr-ndk-fixes-upstream-master | ||
| ref: feat/ndk-marketplace |
| git: | ||
| url: https://github.com/sudonym-btc/ndk.git | ||
| ref: codex/hostr-ndk-fixes-upstream-master | ||
| ref: feat/ndk-marketplace |
| git: | ||
| url: https://github.com/sudonym-btc/ndk.git | ||
| ref: codex/hostr-ndk-fixes-upstream-master | ||
| ref: feat/ndk-marketplace |
| git: | ||
| url: https://github.com/sudonym-btc/ndk.git | ||
| ref: codex/hostr-ndk-fixes-upstream-master | ||
| ref: feat/ndk-marketplace |
| git: | ||
| url: https://github.com/sudonym-btc/ndk.git | ||
| ref: codex/hostr-ndk-fixes-upstream-master | ||
| ref: feat/ndk-marketplace |
pats2sats
force-pushed
the
feat/ndk-marketplace
branch
from
May 20, 2026 01:18
1daa396 to
d374f61
Compare
pats2sats
force-pushed
the
feat/ndk-marketplace
branch
from
May 20, 2026 01:36
d374f61 to
0b84081
Compare
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.
Summary
ndk.marketplace.orderTransitionsdirectly.OrderGroupVerification, keeping only proof/on-chain verification in Hostr. Generic grouping/querying now delegates to NDK marketplace orders.orderWorkflowsandorderGroupVerificationreplace the old runtime getters, and the CLI/MCP action namespace is nowhostr.orders.*/hostr_orders_*.Responsibility Split
Validation
dart analyzeinhostr_sdkdart testinhostr_sdk(830passing)dart analyzeinhostr_clidart testinhostr_cli(19passing,3skipped)npm run test:unitinai/mcp-server(38passing)flutter analyzeinappflutter testinapp(48passing)dart analyzeinescrowdart testinescrow(6passing)