Skip to content
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

Merged
merged 5 commits into from
Apr 9, 2020
Merged

Support EIP-1191 #85

merged 5 commits into from
Apr 9, 2020

Conversation

atarasenko
Copy link
Contributor

@atarasenko atarasenko commented Apr 8, 2020

#80

Copy link
Member

@ligi ligi left a 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

EIP-1191 Checksum as in https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1191.md
*/

private fun Address.cleanHexWithPrefix(chainId: ChainId?) =
Copy link
Member

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 ..

Copy link
Member

@ligi ligi left a 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

@ligi ligi merged commit 35d266e into komputing:master Apr 9, 2020
@ligi
Copy link
Member

ligi commented Apr 9, 2020

released with 0.81.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants