howardwu / wagyu

A Rust library for generating cryptocurrency wallets
https://wagyu.dev
Apache License 2.0
610 stars 106 forks source link

Migrate from `secp256k1` to `libsecp256k1` #179

Closed howardwu closed 4 years ago

howardwu commented 4 years ago

Removes dependency on ffi usage from secp256k1

codecov[bot] commented 4 years ago

Codecov Report

Merging #179 into master will decrease coverage by 0.16%. The diff coverage is 68.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
- Coverage   88.55%   88.38%   -0.17%     
==========================================
  Files         111      110       -1     
  Lines        9307     9405      +98     
==========================================
+ Hits         8242     8313      +71     
- Misses       1065     1092      +27     
Impacted Files Coverage Δ
bitcoin/src/amount.rs 100.00% <ø> (ø)
bitcoin/src/derivation_path.rs 79.92% <ø> (ø)
bitcoin/src/format.rs 71.42% <ø> (ø)
bitcoin/src/mnemonic.rs 91.56% <ø> (-0.20%) :arrow_down:
bitcoin/src/network/mainnet.rs 85.18% <ø> (ø)
bitcoin/src/network/testnet.rs 77.77% <ø> (ø)
bitcoin/src/witness_program.rs 88.31% <ø> (ø)
bitcoin/src/wordlist/mod.rs 88.88% <ø> (ø)
ethereum/src/mnemonic.rs 91.56% <ø> (-0.20%) :arrow_down:
model/src/address.rs 16.21% <0.00%> (ø)
... and 44 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 2d66e73...8986839. Read the comment docs.