ebellocchia / bip_utils

Generation of mnemonics, seeds, private/public keys and addresses for different types of cryptocurrencies
MIT License
324 stars 86 forks source link

Merge Bip32 kholaw #67

Closed ebellocchia closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #67 (2bef579) into master (e5db3a6) will decrease coverage by 0.06%. The diff coverage is 95.11%.

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
- Coverage   99.16%   99.10%   -0.07%     
==========================================
  Files         270      287      +17     
  Lines        8030     8338     +308     
==========================================
+ Hits         7963     8263     +300     
- Misses         67       75       +8     
Impacted Files Coverage Δ
bip_utils/__init__.py 100.00% <ø> (ø)
tests/addr/test_addr_const.py 100.00% <ø> (ø)
bip_utils/ecc/secp256k1_const.py 74.07% <74.07%> (ø)
bip_utils/ecc/nist256p1_point.py 80.00% <80.00%> (ø)
bip_utils/bip/bip32/bip32_key_ser.py 98.21% <85.71%> (-1.79%) :arrow_down:
bip_utils/ecc/ed25519_point.py 88.63% <88.63%> (ø)
bip_utils/ecc/secp256k1_point_coincurve.py 89.74% <89.74%> (ø)
bip_utils/bip/bip32/bip32_ed25519_kholaw.py 96.96% <96.96%> (ø)
bip_utils/ecc/ed25519_monero_point.py 97.14% <97.14%> (ø)
bip_utils/bip/bip32/__init__.py 100.00% <100.00%> (ø)
... and 38 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e5db3a6...2bef579. Read the comment docs.