-
Notifications
You must be signed in to change notification settings - Fork 73
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
Support EIP-1191 #85
Support EIP-1191 #85
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.
It must not live in the EIP-55 module but in a new module called EIP-1191 - this way I cannot merge this
This reverts commit 22b108c.
EIP-1191 Checksum as in https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1191.md | ||
*/ | ||
|
||
private fun Address.cleanHexWithPrefix(chainId: ChainId?) = |
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.
What is this function supposed to do? I think If you add a test for it you will see that this makes no sense at all ..
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.
ok we are getting close to a mergeable state. Please rename the package to erc1191 - and all method names from EIP to ERC to be en par with ERC55. After that it should be good to merge
released with 0.81.7 |
#80