Skip to content

fix(ts-sdk): require wallet for hosted build orders#1314

Merged
realfishsam merged 1 commit into
mainfrom
fix/issue-1286-ts-hosted-wallet-build
Jun 26, 2026
Merged

fix(ts-sdk): require wallet for hosted build orders#1314
realfishsam merged 1 commit into
mainfrom
fix/issue-1286-ts-hosted-wallet-build

Conversation

@realfishsam

Copy link
Copy Markdown
Contributor

Summary

  • Make TypeScript hosted buildOrder require walletAddress at build time, matching Python's _hosted_build_order_request behavior.
  • Add a hosted dispatch regression asserting MissingWalletAddress is raised locally with no network request.

Fixes #1286

Test Plan

  • npm --workspace=pmxtjs test -- hosted-dispatch.test.ts --runInBand

Note: the focused local test used an untracked generated-client stub because sdks/typescript/generated/src/index.js is absent in this checkout; no generated stub files were staged or committed.

@realfishsam realfishsam merged commit 006f03b into main Jun 26, 2026
12 checks passed
@realfishsam realfishsam deleted the fix/issue-1286-ts-hosted-wallet-build branch June 26, 2026 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SDK drift: Python hosted build_order raises MissingWalletAddress at build time when wallet_address is unset; TypeScript defers the error to submit time

1 participant