-
Notifications
You must be signed in to change notification settings - Fork 86
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
BSIP 64: Optional HTLC Preimage Length and Add Hash160 Algorithm #195
Conversation
I like the solution that sets the size to 0 to disable length check! +1 |
@pmconrad I believe I addressed your concerns. Please review and let me know if you have anything else. Thanks! |
I've written a hash160 implementation here, although I'd like to get some test data to ensure it is compliant with other implementations. Does anyone know of any test data or an easy-to-use hash160 tool? |
@nathanhourt have you seen bitshares/bitshares-fc#143 ? |
Ahh, nope. |
How about including this change here #202:
|
Please specify that the memo field will be added as an extension to |
This BSIP will remove the requirement of a preimage length (making it optional), and adding an additional hash algorithm.
This PR fixes Issue #163