Skip to content

Route transaction submissions across managed providers - #464

Draft
czarcas7ic wants to merge 2 commits into
mainfrom
adam/rotate-transaction-submission-providers
Draft

Route transaction submissions across managed providers#464
czarcas7ic wants to merge 2 commits into
mainfrom
adam/rotate-transaction-submission-providers

Conversation

@czarcas7ic

Copy link
Copy Markdown
Contributor

Route all transaction submission independently from wallet sync for explicit mainnet presets. Provider order is transaction-ID deterministic, all regions for one provider are attempted concurrently, and provider groups fall back sequentially with the configured provider last. Custom, legacy, testnet, regtest, and masquerade endpoints remain current-endpoint-only.

All software, PCZT, migration, native iOS outbox, and sync resubmission paths share one Rust dispatcher. Active migrations persist the endpoint and routing mode together, while ambiguous submission outcomes preserve conservative local recovery state. Sync, transaction enhancement, and block download continue using the configured endpoint.

The scope deliberately excludes provider health history or persistent route selection. Current-endpoint-only paths stay pinned to the configured endpoint, although the shared dispatcher may open a fresh submission channel rather than reuse a sync channel.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. More of your lovely PRs please.

Reviewed commit: d347c53716

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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.

1 participant