-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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: clarify what erc1363 does with eoa #5167
fix: clarify what erc1363 does with eoa #5167
Conversation
Hi! I'm a bot, and I wanted to automerge your PR, but couldn't because of the following issue(s): (fail) eip-1363.md
|
EIPS/eip-1363.md
Outdated
|
||
## Backwards Compatibility | ||
This proposal has been inspired also by [ERC-223](https://github.com/ethereum/EIPs/issues/223) and [ERC-677](https://github.com/ethereum/EIPs/issues/677) but it uses the [ERC-721](./eip-721.md) approach, so it doesn't override the [ERC-20](./eip-20.md) `transfer` and `transferFrom` methods and defines the interfaces IDs to be implemented maintaining the [ERC-20](./eip-20.md) backwards compatibility. | ||
This proposal has been inspired also by [ERC-223](https://github.com/ethereum/EIPs/issues/223) and [ERC-677](https://github.com/ethereum/EIPs/issues/677), but it doesn't override the [ERC-20](./eip-20.md) `transfer` and `transferFrom` methods and defines the interfaces IDs to be implemented maintaining the [ERC-20](./eip-20.md) backwards compatibility. |
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.
@MicahZoltu should we remove the external links?
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.
A few changes I think need to be made to bring it back up to the current EIP format.
@Pandapip1 just pushed your suggestion changes |
@vittominacori Do you need a PR for the changes I suggested? |
@lukehutch sorry, what changes? |
@vittominacori see my several comments above. |
@lukehutch check the updated file. I added all the suggested changes here. Can't find your comments here. Please check the updated file, if you want to suggest something just comment on line |
I did comment on the file already. Please search this webpage for "lukehutch started a review". I left several comments. |
@lukehutch I also don't see your comments. Did you perhaps forget to click the button that actually submits the review? |
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.
OK, I see a button "Submit review" -- does this make the comments visible?
By the way some of the lines I clicked on to leave comments aren't the right line, it's only letting me comment on lines that have changes in the PR that I'm commenting on, not on other lines that weren't changed.
Yep, clicking submit review was the issue. Sometimes I'll leave comments in the Review Comments box if the feedback is for an unchanged line. What you did is fine though. |
@lukehutch just pushed the requested changes. |
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.
A few more suggested tweaks and clarifications
@Pandapip1 is there any blocking request on this PR or can we go ahead? |
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.
I thought I had already submitted this, oops.
EIPS/eip-1363.md
Outdated
|
||
`transferAndCall` and `transferFromAndCall` will call an `onTransferReceived` on a `ERC1363Receiver` contract. | ||
|
||
`approveAndCall` will call an `onApprovalReceived` on a `ERC1363Spender` contract. | ||
|
||
## Motivation | ||
There is no way to execute code after a [ERC-20](./eip-20.md) transfer or approval (i.e. making a payment), so to make an action it is required to send another transaction and pay GAS twice. | ||
There is no way to execute code after an [EIP-20](./eip-20.md) `transfer` or `approval` (i.e. making a payment), so to make an action it is required to send another transaction and pay GAS twice. |
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.
There is no way to execute code after an [EIP-20](./eip-20.md) `transfer` or `approval` (i.e. making a payment), so to make an action it is required to send another transaction and pay GAS twice. | |
There is no way to execute code after an [EIP-20](./eip-20.md) `transfer` or `approval` (i.e. payment), so to make an action it is required to send another transaction and pay GAS twice. |
Nitpick
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.
This has been updated with a new text. Please check here.
EIPS/eip-1363.md
Outdated
|
||
## Backwards Compatibility | ||
This proposal has been inspired also by [ERC-223](https://github.com/ethereum/EIPs/issues/223) and [ERC-677](https://github.com/ethereum/EIPs/issues/677) but it uses the [ERC-721](./eip-721.md) approach, so it doesn't override the [ERC-20](./eip-20.md) `transfer` and `transferFrom` methods and defines the interfaces IDs to be implemented maintaining the [ERC-20](./eip-20.md) backwards compatibility. | ||
This proposal has been inspired also by [ERC-223](https://github.com/ethereum/EIPs/issues/223) and [ERC-677](https://github.com/ethereum/EIPs/issues/677), but it doesn't override the [EIP-20](./eip-20.md) `transfer` and `transferFrom` methods and defines the interfaces IDs to be implemented maintaining the [EIP-20](./eip-20.md) backwards compatibility. |
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.
This proposal has been inspired also by [ERC-223](https://github.com/ethereum/EIPs/issues/223) and [ERC-677](https://github.com/ethereum/EIPs/issues/677), but it doesn't override the [EIP-20](./eip-20.md) `transfer` and `transferFrom` methods and defines the interfaces IDs to be implemented maintaining the [EIP-20](./eip-20.md) backwards compatibility. | |
This proposal has been inspired by many previous informal standards, but it doesn't override the [EIP-20](./eip-20.md) `transfer` and `transferFrom` methods and defines the interfaces IDs to be implemented maintaining backward compatibility with [EIP-20](./eip-20.md). |
Happens to also remove all external links
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.
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, so I think for one there are too many changes to this EIP to be acceptable for an EIP already in final status. I realize the standard format has changed a bit, but once an EIP is final we try to not change it at all.
Since there are a lot of changes, it's a bit difficult to follow exactly the heart of the issue, but I think I get it. Unfortunately it feels like this is too big of a change to make to a final EIP as it is seriously modifying the expected functionality. If an EIP-1363 contract was previously deployed and we merged this change it would stop conforming to the standard. I think the best action would be to create a new EIP with the correct behavior.
@lightclient yes in fact my original commit only changes few words and typos 7dc4bb7 but later reviewer has requested many text changes and to remove any external link to be compliant to new guideline. Consider that nothing in the original EIP was changed except for a clarification on what it does with EOA. Now it is more clean and follow the last guideline on EIP creation. |
Correct, the core issue was only that the original EIP said that receiver contracts MUST implement the receiver interface and spender contracts MUST implement the spender interface, but it did not specify what happens if the receiver or spender is an EOA. ERC 777 and ERC 4524 explicit allow for successfully sending to EOAs, but the reference implementation of ERC1363 did not. This led to a disagreement over the OpenZeppelin implementation of ERC1363, where I was saying OpenZeppelin should look to the reference implementation to resolve the ambiguity in wording, but the OpenZeppelin guy who created the implementation interpreted the ambiguous wording the opposite way, allowing for sending to, and spending by, EOAs. He said that the reference implementation shouldn't count for anything, because it was not linked from the spec (the link had to be removed before the spec was finalized, at the request of a reviewer), and he pointed out that git repos could be changed at any time anyway. All the other changes (including any that I suggested, at least the ones that were accepted) are only clarifications to wording or resolutions of ambiguity that do not materially change the semantics of this EIP. |
The question one must ask for changes to final EIPs is: I think the best you can do for this EIP in this situation is to add a note in the Rationale or Specification indicating that both interpretations are valid and people interacting with or implementing this EIP cannot make assumptions about which one is correct. The person you mentioned is correct here, anything not in the Specification section of the EIP is purely supplemental, and the specification is the only thing that matters as far as what the specification is. |
@MicahZoltu @lightclient @Pandapip1
and then here there are no references to EOA but it refers to contracts. And also
And again And this is the original implementation linked in EIP discussion topic https://github.com/vittominacori/erc1363-payable-token. I mean that also if the behavior with EOA was not explicit, it is really clear that this EIP does not consider addresses because the purpose was to make contracts able to receive callbacks. At OpenZeppelin they added a PR to introduce EIP1363 because they want to have a I just wanted to clarify that behavior adding a note in specification (if for some people that was not already clear), then reviewers requested typo and semantic changes so I accepted. If this PR is more than what can be accepted I will close and then open again just with the notes on EOA behavior. |
The specification currently is pretty clear about how a token must behave. When While your request to disallow using this method to talk to EOAs may be reasonable, it cannot be made as a change to this EIP and must be a new EIP as it would be a normative change. Specifically, a contract that implements this standard today and calls To reiterate here, only the ## Specification section actually matters. The rest is supplemental and any ambiguity or disagreement in wording between the specification section and the other sections is resolved by whatever the specification says (that section is the authority). If there is a disagreement between the specification section and the other sections, we should resolve that by correcting the other sections to match the specification section. |
@MicahZoltu I disagree that the current EIP should be interpreted this way -- I interpret it the opposite way -- and I am not even the author. The author @vittominacori has made the intent behind the EIP clear here. |
this is my suggested implementation. Also if we remove the The EIP1363 was born to make developers able to build callbacks on contracts after a token transfer or approve. They must be sure that the callback has been executed. So there are no reasons to make the token able to transfer and call an EOA because an EOA cannot make any action and this may break the token workflow as it expects the callback to be executed. To transfer to an EOA we already have the I think that this PR just clarify a thing that was implied in the original EIP. |
That's a good point -- what if nothing were changed about the EIP other than the suggested implementation be added? |
That suggested implementation is taken from my own implementation repo https://github.com/vittominacori/erc1363-payable-token I think we must not edit the EIP adding implementation, but just adding the note about the EOA behavior. |
I can appreciate that this EIP may not represent the intent of the authors, but once an EIP is final intent no longer matters. The specification currently says that you need to take a specific action when Unfortunately, the EIP also doesn't specify how the token contract should deal with recipients who do not return the expected return value, so we have to assume that compliant tokens can interpret the return value however they want (including either failing the transfer or allowing the transfer). My recommendation at this point would be to create a new EIP that makes your intent very clear. When authoring this new EIP, I recommend you go into great detail how a compliant implementation should deal with all scenarios. For example, specify the behavior when the recipient doesn't return the expected value,e and specify the behavior when they do, and specify the behavior when the recipient throws. |
Yes it doesn't specify what to do with other return values, but token specification says to
And receiver says:
So basically that Anyway, I think that what I'm saying is already specified.
So, if we can't add the note to clarify you can also close this PR but it doesn't mean that we can use |
@MicahZoltu the fact is that both you and the OlenZeppelin implementer interpreted the EIP wrongly, despite what (to me) seems quite clear language that specifies the opposite intent. So please give some latitude to fix this, as allowed by the EIP errata rules. |
The fact that there are multiple interpretations from multiple people is precisely why a change should not be allowed. Standards that reach final are final, even if they include ambiguities that result in multiple implementations. @vittominacori A token can correctly implement this this EIP and interact with a non-compliant receivers since this EIP doesn't specify how a compliant token should behave when interacting with a non-compliant receiver. Essentially, since the EIP doesn't specify a specific behavior when interacting with a non-compliant receiver (such as an EOA) it is up to the individual token to decide how to behave in that scenario. |
The reason because OpenZeppelin wanted to force use the non intended behavior was to avoid including both 1363 and 4524. There are thousands of tokens built using my suggested implementation and no one reported that issue. If a dev wants to use the Anyway if the EIP cannot be updated, please close that PR. |
Since I have participated in a discussion of what this EIP should do with EOA due to lack of specs, I would like to clarify that here.
ERC1363 was made for contracts, so I implicitly assumed it couldn't be used on EOA and missed an explicit statement.
The issue was someone wanted to implement ERC1363 methods like a
safeTransfer
thus allowing them to be successful on EOA. This is not the original purpose as the name[transfer|transferFrom|approve]AndCall
, also, say. We are expecting a call on the receiver or spender after the transfer or the approve. Then a returned value that is the method selector. This cannot be true on EOA.This PR serves to clarify this missing specification in order to cover the discussions here, here and here.