-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Groestlcoin (GRS) #15
base: master
Are you sure you want to change the base?
Conversation
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: trezor@b213f7a |
@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 |
27bcda3
to
2d815fa
Compare
@christsim rebased again |
@christsim Is this PR unwanted? |
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.