lightninglabs / neutrino

Privacy-Preserving Bitcoin Light Client
MIT License
900 stars 183 forks source link

multi: update to btcsuite/btcd/btcutil and btcec/v2 #245

Closed Roasbeef closed 2 years ago

Roasbeef commented 2 years ago

In this commit, we update the entire repo to the latest btcec and btcutil modules. After this PR, our deps point to the new home of btcutil, and also are able to utilize the latest btcec (which is only really used in tests atm).

Once this PR lands, we can tag a new version, and then update the btcwallet repo in a similar manner.

chappjc commented 2 years ago

Once this PR lands, we can tag a new version, and then update the btcwallet repo in a similar manner.

The PR looks good on a cursory scan through, but would be swell if the next tagged version included https://github.com/lightninglabs/neutrino/pull/240. :blush: