-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add skipUtxoSelection option and update version to 3.1.15 #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
WalkthroughThis release bumps the package version and adds an optional Changes
Sequence Diagram(s)sequenceDiagram
participant Test as test/witness.js
participant Lib as witness.js (coinSelect)
participant Compose as composeTx
rect rgb(230,248,255)
Test->>Lib: call coinSelect(targets, utxos, { skipUtxoSelection: true })
end
rect rgb(240,255,230)
Lib->>Compose: composeTx(..., options { skipUtxoSelection: true })
Compose-->>Lib: tx result
end
Lib-->>Test: return result (inputs, outputs, fee, bytes, type)
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting Disabled knowledge base sources:
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Comment |
…e npm install with npm ci
Summary by CodeRabbit
New Features
Tests
Chores
✏️ Tip: You can customize this high-level summary in your review settings.