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

Add Readme and some tests to :erc961 #157

Merged
merged 2 commits into from
Oct 26, 2023
Merged

Conversation

bigman212
Copy link
Contributor

No description provided.

// as defined in http://eips.ethereum.org/EIPS/eip-831

/**
* as defined in [EIP-831](https://eips.ethereum.org/EIPS/eip-831)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do I understand that 831 is not yet approved ERC, but still EIP?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea - still need to push this through the EIP process

fun parseERC831(url: String): ERC831 = EthereumURI(url).toERC831()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just explicit types and some wraps that are added by the Intellij

@bigman212
Copy link
Contributor Author

@ligi ❤️

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.

LGTM - Thanks and sorry for the late merge

// as defined in http://eips.ethereum.org/EIPS/eip-831

/**
* as defined in [EIP-831](https://eips.ethereum.org/EIPS/eip-831)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea - still need to push this through the EIP process

@ligi ligi merged commit 1f42ced into komputing:master Oct 26, 2023
1 check passed
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