-
Notifications
You must be signed in to change notification settings - Fork 407
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
Classic address tests #1666
Classic address tests #1666
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good! 💯
There are some small changes that would improve a bit the code, but very nice to have also some tests for the address generation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🥇
Just make the function private and then feel free to merge it!
* Added tests for classic addresses. (cherry picked from commit 1445baa) * Used another prefix. (cherry picked from commit d8fe3f9) * Fixes. (cherry picked from commit f79a694) * Fixes. (cherry picked from commit 29d10f3) * Refactoring. (cherry picked from commit 99ade09) * Maybe this will fix the problem. (cherry picked from commit 9394faf) * Refactoring. (cherry picked from commit 3af3036) * Refactoring. (cherry picked from commit 76f6f3d) * Made cleanup function private. (cherry picked from commit 257cd7e) --------- Co-authored-by: Dariusz Depta <dariusz@confio.gmbh>
Added tests for
BuildContractAddressClassic
function.And small spelling ;-)