bcoin-org / bcoin

Javascript bitcoin library for node.js and browsers
https://bcoin.io
Other
2.98k stars 811 forks source link

Neutrino: Wallet #1166

Open manavdesai27 opened 11 months ago

manavdesai27 commented 11 months ago

This PR implements the wallet side of Neutrino, without getBlockPeer, as suggested by @pinheadmz

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage: 69.23% and project coverage change: +0.02 :tada:

Comparison is base (a4bf281) 70.26% compared to head (84aeb43) 70.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1166 +/- ## ========================================== + Coverage 70.26% 70.28% +0.02% ========================================== Files 174 174 Lines 27367 27406 +39 ========================================== + Hits 19229 19263 +34 - Misses 8138 8143 +5 ``` | [Impacted Files](https://app.codecov.io/gh/bcoin-org/bcoin/pull/1166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bcoin-org) | Coverage Δ | | |---|---|---| | [lib/wallet/client.js](https://app.codecov.io/gh/bcoin-org/bcoin/pull/1166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bcoin-org#diff-bGliL3dhbGxldC9jbGllbnQuanM=) | `0.00% <0.00%> (ø)` | | | [lib/wallet/nullclient.js](https://app.codecov.io/gh/bcoin-org/bcoin/pull/1166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bcoin-org#diff-bGliL3dhbGxldC9udWxsY2xpZW50Lmpz) | `87.50% <ø> (ø)` | | | [lib/wallet/nodeclient.js](https://app.codecov.io/gh/bcoin-org/bcoin/pull/1166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bcoin-org#diff-bGliL3dhbGxldC9ub2RlY2xpZW50Lmpz) | `71.87% <44.44%> (-8.13%)` | :arrow_down: | | [lib/wallet/walletdb.js](https://app.codecov.io/gh/bcoin-org/bcoin/pull/1166?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bcoin-org#diff-bGliL3dhbGxldC93YWxsZXRkYi5qcw==) | `82.98% <79.31%> (-0.14%)` | :arrow_down: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/bcoin-org/bcoin/pull/1166/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bcoin-org)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.