btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.2k stars 2.36k forks source link

btcec is still version v2.3.2 #2094

Open oxf71 opened 8 months ago

oxf71 commented 8 months ago

btcec has some bug fixes, the latest version is still 2.3.2, Need to update

joseguru commented 7 months ago

@oxf71 I would like to look at this issue. Can you provide more information on this.

oxf71 commented 7 months ago

@oxf71 I would like to look at this issue. Can you provide more information on this.

https://github.com/btcsuite/btcd/commit/8f84bb0e9bcbdc1dfc00c5d35382927a8a6edd8e

Roasbeef commented 7 months ago

So that version affected the musig2 benchmarks. musig2 isn't a part of Bitcoin consensus, so btcd doesn't actually use it, which is why the main module wasn't updated. You can freely use the musig2 package independent of the main btcd package.