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

Update EIP-6956: Move to Review #7903

Closed
wants to merge 4 commits into from

Conversation

tbergmueller
Copy link
Contributor

@tbergmueller tbergmueller commented Oct 22, 2023

The EIP is implemented and used for several months now. As far as we know mainly for customers of ours though and projects we're involved in.

Nonetheless, the draft can be considered stable and has also been reviewed by members of https://www.swissdao.space/
In this review no major or critical technical issues or vulnerabilites have been raised, but it has been recommended to simplify the EIP.

In review stage we intend to discuss the possibility of making the anchor <> tokenId mapping optional, which would reduce complexity and also reduce gas-fees.

Besides Events, a backwards-compatible solution without this mapping should be possible enabling already existing contracts to still be supported. Not strictly in the ERC-165 sense, but uint256 (tokenId) and bytes32 (anchor) can technically be interchanged. This is possible by "just" using anchors as tokenIDs.

This merge-request:

  • Removes HTML-TODO comments
  • Removes links to stagnant- and draft ERCs (replaced one in related work with backticks, since I think it is still worth noting this draft exists). Notified authors in the respective discussion threads to ping me if their proposal is moving forward
  • Added ERC-5192 as recommendation for lockable()

@github-actions github-actions bot added c-status Changes a proposal's status s-review This EIP is in Review t-erc labels Oct 22, 2023
@eth-bot
Copy link
Collaborator

eth-bot commented Oct 22, 2023

File EIPS/eip-6956.md

Requires 1 more reviewers from @axic, @Pandapip1, @SamWilsn, @xinbenlv

@eth-bot eth-bot changed the title Move ERC-6956 to review Update EIP-6956: Move to Review Oct 22, 2023
@eth-bot eth-bot added the e-review Waiting on editor to review label Oct 22, 2023
@github-actions github-actions bot added the w-ci Waiting on CI to pass label Oct 22, 2023
The removed "Security Considerations for DIGITAL ASSETS" section was a
leftover and TODO-comments referred aspects already mentioned in other
sections.
@github-actions
Copy link

The commit e1e3b2b (as a parent of a0aeda4) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot removed the w-ci Waiting on CI to pass label Oct 23, 2023
@tbergmueller
Copy link
Contributor Author

Cleaned and ready

@SamWilsn
Copy link
Contributor

I am closing this pull request because we are in the process of separating EIPs and ERCs into distinct repositories. Unfortunately, as far as we are aware, GitHub does not provide any tools to ease this migration, so every pull request will need to be re-opened manually.

As this is a PR to create / modify an ERC, I will kindly ask you to redirect this to the new repository at ethereum/ERCs. We have prepared a guide to help with the process.

If there is relevant history here, please link to this PR from the new pull request.

On behalf of the EIP Editors, I apologize for this inconvenience.

@SamWilsn SamWilsn closed this Oct 26, 2023
tbergmueller added a commit to authenticvision/ERCs that referenced this pull request Oct 27, 2023
Corresponds to ethereum/EIPs#7903

- Remove links to draft/stagnant EIPs
- Add recommendation for lockable() interface
- Move to Review
tbergmueller added a commit to authenticvision/ERCs that referenced this pull request Oct 27, 2023
Corresponds to ethereum/EIPs#7903

- Remove links to draft/stagnant EIPs
- Add recommendation for lockable() interface
- Move to Review
@tbergmueller
Copy link
Contributor Author

No worries, Pull request in ERCs repo: ethereum/ERCs#43

tbergmueller added a commit to authenticvision/ERCs that referenced this pull request Nov 14, 2023
Corresponds to ethereum/EIPs#7903

- Remove links to draft/stagnant EIPs
- Add recommendation for lockable() interface
- Move to Review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-status Changes a proposal's status e-review Waiting on editor to review s-review This EIP is in Review t-erc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants