multicoin-address-validator
multicoin-address-validator copied to clipboard
Add Groestlcoin (GRS)
This PR will add support for Groestlcoin addresses. Groestlcoin uses a new hash for the checksum of the addresses and that is imported from npm instead of including the file directly with the hash function as with Blake.
Since according to my comment on issue #10 this library only supports bech32 addresses for bitcoin, the tests for bech32 addresses have been commented out.
If this PR needs to be rebased I am happy to do that if you don't use Squash and Merge.
@christsim Let us know if this PR is ok to get merged or something else needs to be fixed also
@christsim Fixed conflicts and ready for review. This has been implemented and tested on Trezor: https://github.com/trezor/trezor-address-validator/commit/b213f7a37495be5fb1a1ca0db2095e9809f2ccab
@christsim Fixed conflicts again and ready for review.
@christsim Let us know if you have a chance to review
@christsim rebased on upstream to fix conflicts
@christsim rebased
@christsim rebased again
@christsim Is this PR unwanted?