Skip to content

Conversation

@mathieuartu
Copy link
Contributor

@mathieuartu mathieuartu commented Nov 4, 2025

Explanation

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

Note

Set default concurrency limit of 3 for Bitcoin and Tron account creation; update tests to cover default Infinity behavior and changelog.

  • Providers:
    • Set maxConcurrency: 3 by default in BtcAccountProvider and TrxAccountProvider constructors.
  • Tests:
    • Allow optional maxConcurrency in createTrackedProvider; conditionally include in config.
    • Add test asserting default maxConcurrency is Infinity when unspecified; verify throttling behavior remains correct.
  • Changelog:
    • Note default limit of 3 concurrent account creations for Bitcoin and Tron providers under Unreleased.

Written by Cursor Bugbot for commit e73ee74. This will update automatically on new commits. Configure here.

@mathieuartu mathieuartu self-assigned this Nov 4, 2025
@mathieuartu mathieuartu changed the title feat: add maxConcurrency to BTC provider feat(multichain-account-service): populate maxConcurrency for BTC provider Nov 4, 2025
@mathieuartu mathieuartu marked this pull request as ready for review November 4, 2025 11:49
@mathieuartu mathieuartu requested review from a team as code owners November 4, 2025 11:49
@mathieuartu mathieuartu changed the title feat(multichain-account-service): populate maxConcurrency for BTC provider feat(multichain-account-service): populate maxConcurrency for BTC and TRX providers Nov 4, 2025
@mathieuartu mathieuartu enabled auto-merge (squash) November 4, 2025 15:38
@mathieuartu mathieuartu merged commit de92da5 into main Nov 4, 2025
262 checks passed
@mathieuartu mathieuartu deleted the feat/bitcoin-provider-throttle branch November 4, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants