Skip to content

feat: add SDK Configuration Manager#149

Merged
Haroldwonder merged 1 commit intoHaroldwonder:mainfrom
savagechucks:feature/sdk-configuration-manager
Feb 25, 2026
Merged

feat: add SDK Configuration Manager#149
Haroldwonder merged 1 commit intoHaroldwonder:mainfrom
savagechucks:feature/sdk-configuration-manager

Conversation

@savagechucks
Copy link
Contributor

@savagechucks savagechucks commented Feb 25, 2026

Closes #136


  • Add Network enum (Testnet/Mainnet)
  • Add SdkConfig with timeout, retry, and default anchor
  • Implement validation with sensible constraints
  • Add 10 comprehensive tests (all passing)

Additional fixes:

  • Fix response_normalizer fee calculation bug
  • Fix clippy errors in tracing_span_tests
  • Add missing webhook error codes to anchor_kit_error
  • Add interactive_support module exports

- Add Network enum (Testnet/Mainnet)
- Add SdkConfig with timeout, retry, and default anchor
- Implement validation with sensible constraints
- Add 10 comprehensive tests (all passing)

Additional fixes:
- Fix response_normalizer fee calculation bug
- Fix clippy errors in tracing_span_tests
- Add missing webhook error codes to anchor_kit_error
- Add interactive_support module exports
@Haroldwonder Haroldwonder merged commit 8157992 into Haroldwonder:main Feb 25, 2026
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.

SDK Configuration Manager

2 participants