btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
475 stars 408 forks source link

bech32: back port improvements from decred/dcrd #177

Closed onyb closed 3 years ago

onyb commented 4 years ago

What is this about?

This PR brings a host of improvements to the bech32 package, back porting from the following commits:

The public interface of the package remains unchanged, of course not including new public methods.

Summary of changes

Credits: @matheusd

Closes #152 and #168.

onyb commented 4 years ago

Oops, Travis CI was testing against really old versions of Go. Additionally, gometalinter seems dead, and I don't really want to fix all the CI stuff in this PR. Let's have #167 merged first.