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

fix: change tokenURL to tokenURI, according to EIP-721 #2946

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

adam429
Copy link
Contributor

@adam429 adam429 commented Jul 1, 2022

In EIP-721, the ERC-721 Non-Fungible Token Standard, optional metadata extension. Defined a function called "tokenURI"

function tokenURI(uint256 _tokenId) external view returns (string);

https://eips.ethereum.org/EIPS/eip-721

What I did

I changed "tokenURL" to "tokenURI"

In EIP-721, the ERC-721 Non-Fungible Token Standard, optional metadata extension.  Defined a function called "tokenURI"

`
function tokenURI(uint256 _tokenId) external view returns (string);
`


https://eips.ethereum.org/EIPS/eip-721
@fubuloubu fubuloubu enabled auto-merge (squash) July 1, 2022 01:22
@fubuloubu fubuloubu changed the title change tokenURL to tokenURI, according to EIP-721 fix: change tokenURL to tokenURI, according to EIP-721 Jul 1, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 1, 2022

Codecov Report

Merging #2946 (5f99b17) into master (c27f225) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2946   +/-   ##
=======================================
  Coverage   88.30%   88.30%           
=======================================
  Files          97       97           
  Lines       10773    10773           
  Branches     2566     2566           
=======================================
  Hits         9513     9513           
  Misses        802      802           
  Partials      458      458           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c27f225...5f99b17. Read the comment docs.

@fubuloubu fubuloubu merged commit a6c8e5f into vyperlang:master Jul 1, 2022
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.

3 participants