Skip to content

feat: implement dynamic anchor switching and multi-anchor routing#158

Merged
Haroldwonder merged 1 commit intoHaroldwonder:mainfrom
observerr411:harold
Feb 26, 2026
Merged

feat: implement dynamic anchor switching and multi-anchor routing#158
Haroldwonder merged 1 commit intoHaroldwonder:mainfrom
observerr411:harold

Conversation

@observerr411
Copy link
Contributor

this closes #138

Description:
Enable dynamic switching between anchors and support registration of multiple anchors.
Implement transaction routing logic to direct requests to the selected anchor.

Changes:

  • Add support for registering multiple anchors
  • Implement dynamic anchor selection mechanism
  • Route transactions based on selected/active anchor
  • Ensure extensible structure for future anchor integrations

Acceptance Criteria:

  • Multiple anchors can be registered successfully
  • Active anchor can be switched dynamically
  • Transactions are correctly routed to the selected anchor
  • No regression in existing transaction flow

@Haroldwonder Haroldwonder merged commit 878a9b6 into Haroldwonder:main Feb 26, 2026
0 of 7 checks passed
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.

Multi-Anchor Support Layer

2 participants