-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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: Flow Control Wallet Call Capability #9259
base: master
Are you sure you want to change the base?
Conversation
File
|
64b1893
to
114bb1c
Compare
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 nitpicks
|
||
#### Rollback | ||
|
||
A rollback is informally defined as "causing no meaningful changes on chain." A |
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.
Is there any reason to break up lines like this? A paragraph could be on one line and use line wrapping, not sure what the standard is here
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 like a narrow line width, but we accept both wrapped and unwrapped lines.
| `207` | Partial Success | | ||
|
||
An "included" call, in this section, is defined as having either been | ||
successfully or unsuccessfully executed. A call that has been recorded on chain, |
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.
successfully or unsuccessfully executed. A call that has been recorded on chain, | |
executed, even if execution was unsuccessful. A call that has been recorded on chain, |
|
||
Status `102` SHALL be returned only when all of the following are true: | ||
|
||
* At least one call in the batch has been included on chain; and |
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.
* At least one call in the batch has been included on chain; and | |
* At least one call in the batch has been included on chain. |
|
||
Status `207` SHALL be returned only when all of the following are true: | ||
|
||
* At least one call in the batch has been included and succeeded; |
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.
* At least one call in the batch has been included and succeeded; | |
* At least one call in the batch has been included and succeeded. |
Same for rest of list, for consistency with other lists
|
||
## 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.
can be removed
114bb1c
to
9968288
Compare
Co-authored-by: Marc <[email protected]>
The commit 69e1980 (as a parent of 84ef6ef) contains errors. |
No description provided.