8000 Release v0.23.0: btcec: remove import of chainhash · instaksh/btcd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.23.0: btcec: remove import of chainhash

Latest
Compare
Choose a tag to compare
@kimmel- kimmel- released this 25 Apr 20:02
The chainhash import is challenging for consumers of the latest tagged
btcd module (v0.22.0-beta) because that module revision has its own
chainhash package.  This creates an ambiguous import when trying
to import both the older btcd module and btcec/v2 which requires the
standalone module version of chainhash.

This is the brute solution.  An alternative would be to create a
chaincfg/chainhash/v2 module and have btcec/v2 require that instead.
0