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 EIP: NFT Fusing Protocol #6927

Closed

Conversation

saitama2009
Copy link
Contributor

When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md

We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met:

  • The PR edits only existing draft PRs.
  • The build passes.
  • Your GitHub username or email address is listed in the 'author' header of all affected PRs, inside .
  • If matching on email address, the email address is the one publicly listed on your GitHub profile.

@github-actions github-actions bot added c-new Creates a brand new proposal s-draft This EIP is a Draft t-erc labels Apr 24, 2023
@eth-bot
Copy link
Collaborator

eth-bot commented Apr 24, 2023

File EIPS/eip-6927.md

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

@eth-bot eth-bot changed the title Add:eip-draft_nft_fusing_standar Add EIP: NFT Fusing Standard Apr 24, 2023
@eth-bot eth-bot added e-consensus Waiting on editor consensus e-review Waiting on editor to review labels Apr 24, 2023
@github-actions github-actions bot added the w-ci Waiting on CI to pass label Apr 24, 2023
@eth-bot eth-bot changed the title Add EIP: NFT Fusing Standard Add EIP: NFT Fusing Protocol Apr 25, 2023
@github-actions github-actions bot removed the w-ci Waiting on CI to pass label Apr 25, 2023
@github-actions github-actions bot added the w-ci Waiting on CI to pass label Apr 25, 2023
@eth-bot eth-bot changed the base branch from master to eipbot/6927 May 2, 2023 00:34
@eth-bot eth-bot changed the base branch from eipbot/6927 to master May 2, 2023 00:34
@github-actions github-actions bot added w-ci Waiting on CI to pass and removed w-ci Waiting on CI to pass labels May 2, 2023
@github-actions
Copy link

github-actions bot commented May 4, 2023

The commit af6390e (as a parent of 5c69963) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot removed the w-ci Waiting on CI to pass label May 4, 2023
---
eip: 6927
title: NFT Fusing Protocol
description: Fusing multiple NFTs into a new one.
Copy link
Contributor

Choose a reason for hiding this comment

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

Your description doesn't really add any new information that wasn't in the title. How about something like:

Suggested change
description: Fusing multiple NFTs into a new one.
description: An ERC-721 extension for merging multiple tokens into a combo and later separating them.

type: Standards Track
category: ERC
created: 2023-04-23
requires: 165, 721
Copy link
Contributor

Choose a reason for hiding this comment

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

You don't mention the use of ERC-165 in your Specification section. You can remove 721 from your requires header, or mention that smart contract conforming to this proposal need to implement ERC165.


The keywords “MUST,” “MUST NOT,” “REQUIRED,” “SHALL,” “SHALL NOT,” “SHOULD,” “SHOULD NOT,” “RECOMMENDED,” “MAY,” and “OPTIONAL” in this document are to be interpreted as described in RFC 2119.

**Interface**
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
**Interface**
### Interface

Comment on lines +142 to +155
## Test Cases

Test cases should be developed to cover the following scenarios:

* Minting a valid combo with ERC-721 and/or ERC-1155 NFTs.
* Dismantling a combo and returning locked NFTs to their owners.
* Setting combo rules and ensuring compliance during the minting - - process.
* Approving ERC-721 NFTs for use in combos.
* Querying combo rules and ingredients.

## Reference Implementation

An implementation of this EIP will be provided upon acceptance of the proposal.

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
## Test Cases
Test cases should be developed to cover the following scenarios:
* Minting a valid combo with ERC-721 and/or ERC-1155 NFTs.
* Dismantling a combo and returning locked NFTs to their owners.
* Setting combo rules and ensuring compliance during the minting - - process.
* Approving ERC-721 NFTs for use in combos.
* Querying combo rules and ingredients.
## Reference Implementation
An implementation of this EIP will be provided upon acceptance of the proposal.
<!--
## Test Cases
Test cases should be developed to cover the following scenarios:
* Minting a valid combo with ERC-721 and/or ERC-1155 NFTs.
* Dismantling a combo and returning locked NFTs to their owners.
* Setting combo rules and ensuring compliance during the minting - - process.
* Approving ERC-721 NFTs for use in combos.
* Querying combo rules and ingredients.
## Reference Implementation
An implementation of this EIP will be provided upon acceptance of the proposal.
-->

These sections are optional, and if you use an HTML-style comment, the linter will make sure you come back to them before advancing statuses.

type: Standards Track
category: ERC
created: 2023-04-23
requires: 165, 721
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
requires: 165, 721
requires: 165, 721, 1155

Ingredient.amount doesn't make sense unless you explicitly mention ERC-1155.

/// @param maxReuseCount Maximum total reuse count of a token from the collection in
/// this combo collection (only applicable for ERC-721 and when lockTokens is false)
struct ComboFactor {
address collectionAddress;
Copy link
Contributor

Choose a reason for hiding this comment

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

You should mention somewhere what standards the collectionAddress is allowed to be. I'm guessing it's ERC-721 and ERC-1155 from your Rationale section?

@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 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-new Creates a brand new proposal e-consensus Waiting on editor consensus e-review Waiting on editor to review s-draft This EIP is a Draft t-erc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants