WebOfTrustInfo / txref-conversion-js

Javascript library for converting txids to txrefs and back
MIT License
3 stars 7 forks source link

update all txref examples due to bech32 checksum alg change #12

Closed danpape closed 4 years ago

danpape commented 4 years ago

Due to recent research by Pieter Wuille (https://gist.github.com/sipa/a9845b37c1b298a7301c33a04090b2eb), the bech32 checksum algorithm needs to change slightly. This PR makes that change to the bech32.js code, and also updates the tests and README.