-
Notifications
You must be signed in to change notification settings - Fork 7
Draft MIP for Glamsterdam EIP adoption #85
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,118 @@ | ||
| --- | ||
| mip: 15 | ||
| title: Glamsterdam EIP Activation | ||
| description: Activate selected EIPs from Ethereum's Glamsterdam upgrade. | ||
| author: Category Labs | ||
| discussions-to: TBD | ||
| status: Draft | ||
| type: Standards Track | ||
| category: Core | ||
| created: 2026-08-18 | ||
| --- | ||
|
|
||
| ## Abstract | ||
|
|
||
| Activate six EIPs from Ethereum's Glamsterdam upgrade ([EIP-7773]): | ||
| [EIP-7708], [EIP-7843], [EIP-7981], [EIP-7997], [EIP-8024] and [EIP-8246]. | ||
|
|
||
| ## Specification | ||
|
|
||
| This MIP activates the following EIPs: | ||
|
|
||
| - [EIP-7708] — ETH transfers emit a log | ||
| - [EIP-7843] — SLOTNUM opcode | ||
| - [EIP-7981] — Increase Access List Cost (modified, see below) | ||
| - [EIP-7997] — Deterministic Factory Contract | ||
| - [EIP-8024] — Backward compatible SWAPN, DUPN, EXCHANGE | ||
| - [EIP-8246] — Remove SELFDESTRUCT Burn | ||
|
|
||
| [EIP-7981] is adopted with `access_list_data_cost = 40 * access_list_bytes` | ||
| (800 gas per address and 1280 gas per storage key) rather than 64 gas per byte. | ||
|
|
||
| All other EIPs included in Glamsterdam ([EIP-7773]) are not activated; see | ||
| [Rationale](#rationale). | ||
|
|
||
| ### Chain Specifics | ||
|
|
||
| [EIP-7997] has no effect on Monad Mainnet or Testnet: the deterministic factory | ||
| contract has already been deployed on those networks via the usual keyless | ||
| transaction method. Adopting the EIP therefore only affects local development | ||
| networks. | ||
|
|
||
| ## Rationale | ||
|
|
||
| Block-level access lists are incompatible with Monad's asynchronous execution | ||
| model. Proposers do not execute blocks, and so cannot reliably populate the | ||
| access lists. [EIP-7928] is therefore not adopted by Monad: | ||
|
|
||
| - [EIP-7928] — Block-Level Access Lists | ||
|
|
||
| The following EIPs deal with the Ethereum consensus layer and are therefore not adopted by Monad: | ||
|
|
||
| - [EIP-8045] — Exclude slashed validators from proposing | ||
| - [EIP-8061] — Increase exit and consolidation churn | ||
| - [EIP-8282] — Builder Execution Requests | ||
| - [EIP-7688] — Forward compatible consensus data structures | ||
| - [EIP-7732] — Enshrined Proposer-Builder Separation | ||
|
|
||
| The following EIPs establish a new two-dimensional gas model for Ethereum. Monad | ||
| may make different choices regarding gas metering in the future, and so at this | ||
| time the protocol will not adopt the Ethereum changes in these EIPs: | ||
|
|
||
| - [EIP-2780] — Resource-based intrinsic transaction gas | ||
| - [EIP-7778] — Block Gas Accounting without Refunds | ||
| - [EIP-7976] — Increase Calldata Floor Cost | ||
| - [EIP-8037] — State Creation Gas Cost Increase | ||
| - [EIP-8038] — State-access gas cost update | ||
|
|
||
| Since [EIP-7976] is not adopted, the access list data cost in [EIP-7981] is set | ||
| to match Monad's existing calldata floor cost of 40 gas per byte, rather than the | ||
| increased Ethereum floor of 64. | ||
|
|
||
| On Monad, the maximum contract size is already 128KB. The increase in [EIP-7954] | ||
| is therefore not adopted: | ||
|
|
||
| - [EIP-7954] — Increase Maximum Contract Size | ||
|
|
||
| The networking EIPs in [EIP-7773] concern Ethereum's devp2p protocols, which | ||
| Monad does not use, and its informational EIPs specify no protocol changes; | ||
| neither group is adopted. | ||
|
|
||
| ## Backwards Compatibility | ||
|
|
||
| No backwards compatibility issues beyond those in the original EIP specifications. | ||
|
|
||
| ## Security Considerations | ||
|
|
||
| No security considerations beyond those in the original EIP specifications. | ||
|
|
||
| ## References | ||
|
|
||
| - [EIP-7773] — Hardfork Meta - Glamsterdam | ||
| - [Monad Initial Specification](https://category-labs.github.io/category-research/monad-initial-spec-proposal.pdf) | ||
|
|
||
| ## Copyright | ||
|
|
||
| Copyright and related rights waived via [CC0](../LICENSE.md). | ||
|
|
||
| <!-- EIP link index --> | ||
|
|
||
| [EIP-2780]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-2780.md | ||
| [EIP-7688]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7688.md | ||
| [EIP-7708]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7708.md | ||
| [EIP-7732]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7732.md | ||
| [EIP-7773]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7773.md | ||
| [EIP-7778]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7778.md | ||
| [EIP-7843]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7843.md | ||
| [EIP-7928]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7928.md | ||
| [EIP-7954]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7954.md | ||
| [EIP-7976]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7976.md | ||
| [EIP-7981]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7981.md | ||
| [EIP-7997]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-7997.md | ||
| [EIP-8024]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-8024.md | ||
| [EIP-8037]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-8037.md | ||
| [EIP-8038]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-8038.md | ||
| [EIP-8045]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-8045.md | ||
| [EIP-8061]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-8061.md | ||
| [EIP-8246]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-8246.md | ||
| [EIP-8282]: https://github.com/ethereum/EIPs/blob/b6d3f2c65aad65bb09856db6db50ae612b8bf8aa/EIPS/eip-8282.md | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.