fix(key-wallet): construct root_private_key with from_secret_bytes - #1048
Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: dashpay/rust-dashcore/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe test now constructs ChangesBLS derivation test update
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Bug fix Suggested reviewers: Merge Risk: ⚪ Minimal · up to This updates a test for the newer SecretKey API without changing production behavior; the PR is mergeable. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Bots are done — your move: post |
|
/self-reviewed |
|
Ready for review — needs QuantumExplorer or ZocoLini or xdustinface. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1048 +/- ##
==========================================
+ Coverage 76.02% 77.24% +1.21%
==========================================
Files 255 329 +74
Lines 58413 83715 +25302
==========================================
+ Hits 44410 64664 +20254
- Misses 14003 19051 +5048
|
|
/self-review |
Additional Information
Fix for test(key-wallet): pin scalar reduction paths, refusal of zero scalars and public keys off the curve #1038
Depends on build!: bump
randto 0.9,getrandomto 0.4,secp256k1to 0.33, drop thesecp256k1context #1042The upgrade to
secp256k10.33 changed the available APIs and the two pull requests above merged in rapid succession targeting different available APIs, causingdevto currently fail (build).PR Hygiene ·
896700d/self-reviewedkey-wallet(key-wallet/src/derivation_bls_bip32.rs) — approved by ZocoLiniWhen every box is checked the
PR Hygienecheck passes and this can merge.