Skip to content
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

Adds deriveaddresses rpc #1162

Merged
merged 5 commits into from
Aug 5, 2023

feat<node>: added deriveaddresses rpc

82f8c8d
Select commit
Loading
Failed to load commit list.
Merged

Adds deriveaddresses rpc #1162

feat<node>: added deriveaddresses rpc
82f8c8d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 4, 2023 in 0s

70.42% (+0.13%) compared to 014a104

View this Pull Request on Codecov

70.42% (+0.13%) compared to 014a104

Details

Codecov Report

Patch coverage: 93.16% and project coverage change: +0.13% 🎉

Comparison is base (014a104) 70.29% compared to head (82f8c8d) 70.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1162      +/-   ##
==========================================
+ Coverage   70.29%   70.42%   +0.13%     
==========================================
  Files         174      174              
  Lines       27367    27515     +148     
==========================================
+ Hits        19237    19377     +140     
- Misses       8130     8138       +8     
Files Changed Coverage Δ
lib/node/rpc.js 43.49% <83.78%> (+1.05%) ⬆️
lib/descriptor/keyprovider.js 93.83% <86.66%> (-0.19%) ⬇️
lib/descriptor/abstractdescriptor.js 92.68% <94.73%> (+0.61%) ⬆️
lib/descriptor/type/addr.js 91.42% <100.00%> (+0.51%) ⬆️
lib/descriptor/type/combo.js 93.02% <100.00%> (+3.36%) ⬆️
lib/descriptor/type/multisig.js 94.93% <100.00%> (+0.73%) ⬆️
lib/descriptor/type/pk.js 93.54% <100.00%> (+1.24%) ⬆️
lib/descriptor/type/pkh.js 94.28% <100.00%> (+1.42%) ⬆️
lib/descriptor/type/raw.js 94.28% <100.00%> (+0.16%) ⬆️
lib/descriptor/type/sh.js 93.10% <100.00%> (+0.79%) ⬆️
... and 4 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.