Change the restrictions to be programmable#23
Merged
forshtat merged 5 commits intorestricted_writes_transaction_eipfrom Dec 9, 2025
Merged
Change the restrictions to be programmable#23forshtat merged 5 commits intorestricted_writes_transaction_eipfrom
forshtat merged 5 commits intorestricted_writes_transaction_eipfrom
Conversation
|
The commit ded5234 (as a parent of 779170c) contains errors. |
shahafn
reviewed
Dec 5, 2025
EIPS/eip-7906.md
Outdated
|
|
||
| The `asserter_address` and `asserter_data` field behave similarly to the `destination` and `calldata` fields in existing transaction types. | ||
|
|
||
| If the `asserter_address` value is not set, the `asserter_data` is loaded and executed similarly to the `init_code`. |
Member
Author
There was a problem hiding this comment.
Added an elaboration of what we meant by that.
shahafn
reviewed
Dec 5, 2025
| * `CALLCODE` (`0xF2`) | ||
| * `STATICCALL` (`0xFA`) | ||
| * `CALL` (`0xFA`) | ||
| * `CREATE` (`0xF0`) |
Member
Author
There was a problem hiding this comment.
Contract creation will be traced in a separate field, as the inputs to "create" opcodes are not very informative.
shahafn
reviewed
Dec 5, 2025
shahafn
reviewed
Dec 5, 2025
shahafn
reviewed
Dec 5, 2025
shahafn
reviewed
Dec 5, 2025
shahafn
reviewed
Dec 5, 2025
shahafn
reviewed
Dec 5, 2025
shahafn
reviewed
Dec 5, 2025
Co-authored-by: shahafn <shahaflol@gmail.com>
Clarified behavior of asserter_data when asserter_address is unset.
23d24f6
into
restricted_writes_transaction_eip
6 of 7 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ATTENTION: ERC-RELATED PULL REQUESTS NOW OCCUR IN ETHEREUM/ERCS
--
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: