tendermint icon indicating copy to clipboard operation
tendermint copied to clipboard

Replace or refine use of github.com/btcsuite/btcd

Open creachadair opened this issue 3 years ago • 1 comments

We use this module as part of the implementation of the github.com/tendermint/tendermint/crypto/secp256k1 package. Recent changes to the upstream have introduced build breakage, and generally the history of that package reveals a number of sketchy dependency management choices.

We should either find a better-maintained implementation of this functionality, or fork out the piece we care about so we can have a cleaner dependency.

creachadair avatar Jun 04 '22 15:06 creachadair

I have submitted a PR for it and the PR should fix the problem you mentioned. https://github.com/tendermint/tendermint/pull/9250

wcsiu avatar Aug 14 '22 11:08 wcsiu