Conversation
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
==========================================
- Coverage 83.17% 79.31% -3.87%
==========================================
Files 2 2
Lines 107 116 +9
==========================================
+ Hits 89 92 +3
- Misses 9 12 +3
- Partials 9 12 +3
Continue to review full report at Codecov.
|
|
Thank you for this pr. A couple of items:
|
|
Hi, |
|
Sorry, didn't read the test properly. The Regarding coverage: if you run (The private functions seem to be covered okay; in general, testing private functions is done with a separate file using the same package as the functions to be tested, and in a file |
Hi Jim,
I've made a small change to enable relative key derivation.
The motivation behind it is being able to derive keys without needing the seed, for example:
Say I have the key key: m/12381/3600 I can now derive from it my validator keys relatively to key and not the seed.