-
Notifications
You must be signed in to change notification settings - Fork 576
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
Update ERC-7208: Move to Review #568
Conversation
Co-authored-by: Sam Wilson <[email protected]>
erc-7208 update: removed todo erc-7208 update: update metadata provider interface erc-7208 update: add mutation types
ERC7208:update Abstract ERC7208:update Motivation ERC7208:update interfaces ERC7208:update rationale ERC7208:update grammar ERC7208:update assets ERC7208:update reference implementation ERC7208:update removed erc721 dependency ERC7208:update fix comment ERC7208:update fixes to interfaces ERC7208:update fixes to interfaces ERC7208:update fixes to interfaces ERC7208:update fixes to rationale ERC7208:update fixes to implementation
erc7208 update: grammar fix erc7208 update: grammar fix
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.
All Reviewers Have Approved; Performing Automatic Merge...
This reverts commit 6ef9a27.
Head branch was pushed to by a user without write access
ERCS/erc-7208.md
Outdated
@@ -271,6 +271,8 @@ We present an **educational example** implementation showcasing two types of tok | |||
**This example has not been audited and should not be used in production environments.** | |||
|
|||
|
|||
See [Minimalistic Data Index](https://github.com/NexeraProtocol/Minimalistic-Data-Index) implementation. |
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.
The linter is correct here. For the reasons enumerated here, please remove this external link.
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.
Hi @SamWilsn ,
I've removed the external link replacing it with the link to README.md, as you've suggested in the comment above.
But now the HTML prufer fails with
For the Links > Internal check, the following failures were found:
* At ./_site/EIPS/eip-7208.html:526:
internally linking to ../assets/erc-7208/contracts/README.md, which does not exist
HTML-Proofer found 1 failure!
which was the reason we've tried with external repo.
Do you have any ideas how to fix it?
… repository" This reverts commit a3d3ee7.
The commit f9c65e8 (as a parent of 01887ab) contains errors. |
ERCS/erc-7208.md
Outdated
@@ -271,6 +271,8 @@ We present an **educational example** implementation showcasing two types of tok | |||
**This example has not been audited and should not be used in production environments.** | |||
|
|||
|
|||
See [contracts](../assets/erc-7208/contracts/README.md) |
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.
Because of a quirk of our rendering system, this needs to be:
See [contracts](../assets/erc-7208/contracts/README.md) | |
See [contracts](../assets/eip-7208/contracts/README.md) |
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.
Done! Thank you!
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.
All Reviewers Have Approved; Performing Automatic Merge...
We request to push ERC-7208 to Review and Last Call soon, after validating with the community actively using this architecture.
Additionally, we provide an educational implementation that acts as a reference to the interoperability capabilities of this approach.