refactor(key-wallet): update transaction builder to centralize funding and signing logic#744
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This PR has merge conflicts with the base branch. Please rebase or merge the base branch into your branch to resolve them. |
c354380 to
3ee5958
Compare
3ee5958 to
c48adc9
Compare
c48adc9 to
17c711b
Compare
17c711b to
b462fc0
Compare
Centralizes coin selection, change derivation, BIP-69 sorting, fee accounting and input signing inside TransactionBuilder so per-tx-type helpers (build_and_sign_transaction, build_asset_lock, build_asset_lock_with_signer, …) only set up the builder and post-process wallet state.
Highlights
Note: The unit-test suite was not rewritten. Tests were only adjusted to match the new API