Core | 7928 | Block-Level Access Lists | 1e2741c | about 17 hours ago | 21 | Update EIP-7928: Update system contract handling and move from ssz to rlp
Merged by EIP-Bot. | Toni Wahrstätter |
Core | 7979 | Call and Return Opcodes for the EVM | 803ec71 | about 19 hours ago | 9 | Update EIP-7979: tweaks and typos
Merged by EIP-Bot. | Greg Colvin |
Core | 7979 | Call and Return Opcodes for the EVM | 3d814ce | about 21 hours ago | 9 | Update EIP-7979: more list formatting, some spelling
Merged by EIP-Bot. | Greg Colvin |
Core | 7979 | Call and Return Opcodes for the EVM | 9ed0fa3 | 1 day ago | 9 | Update EIP-7979: mostly formatting
Merged by EIP-Bot. | Greg Colvin |
ERC | 7955 | Permissionless CREATE2 Factory | 00dcafc | 1 day ago | 10 | Update ERC-7955: Propagate CREATE2 Reverts
Merged by EIP-Bot. | Nicholas Rodrigues Lordello |
Core | 7918 | Blob base fee bounded by execution cost | 183b893 | 1 day ago | 21 | Update EIP-7918: Updated Figures 2-5 to reflect BLOB_BASE_COST=2**13 and adjusted the rationale to improve clarity
Merged by EIP-Bot. | anderselowsson |
Core | 7918 | Blob base fee bounded by execution cost | 8c0c4c4 | 2 days ago | 21 | Update EIP-7918: Improved clarity in the Motivation, Specification, and Rationale, and updated Figure 1
Merged by EIP-Bot. | anderselowsson |
ERC | 7682 | Auxiliary Funds Capability | c903954 | 2 days ago | 4 | Update ERC-7682: Add section on `capabilities.auxiliaryFunds` parameter, `requiredAssets`
Merged by EIP-Bot. | Alex Donesky |
Core | 7918 | Blob base fee bounded by execution cost | e29b72f | 2 days ago | 21 | Update EIP-7918: Clarified that the current block's blobSchedule is used during proces…
Merged by EIP-Bot. | anderselowsson |
Meta | 7773 | Hardfork Meta - Glamsterdam | b50e544 | 2 days ago | 10 | Update EIP-7773: Move EIP-7732 and EIP-7928 to SFI, EIP-7792 to DFI
Merged by EIP-Bot. | Alex Stokes |
Meta | 7773 | Hardfork Meta - Glamsterdam | 199b45a | 2 days ago | 10 | Update EIP-7773: propose eip 2926 for inclusion in Glamsterdam
Merged by EIP-Bot. | Guillaume Ballet |
Core | 7979 | Call and Return Opcodes for the EVM | 20c9d42 | 2 days ago | 9 | Add EIP: Call and Return Opcodes for the EVM
Merged by EIP-Bot. | Greg Colvin |
Core | 7928 | Block-Level Access Lists | 346fbe4 | 3 days ago | 21 | Update EIP-7928: Update System Contract Handling
Merged by EIP-Bot. | Toni Wahrstätter |
Core | 7918 | Blob base fee bounded by execution cost | e369ff0 | 3 days ago | 21 | Update EIP-7918: remove redundant `TARGET_BLOB_GAS_PER_BLOCK`
Merged by EIP-Bot. | fradamt |
ERC | 7943 | uRWA - Universal Real World Asset Interface | f2996c8 | 3 days ago | 21 | Update ERC-7943: Make tokenId indexed for ForcedTransfer event
Merged by EIP-Bot. | Mihai C |
Core | 7732 | Enshrined Proposer-Builder Separation | 105ac06 | 4 days ago | 4 | Update EIP-7732: update to latest CL-spec version
Merged by EIP-Bot. | Potuz |
ERC | 7955 | Permissionless CREATE2 Factory | c4b846e | 5 days ago | 10 | Add ERC: Permissionless CREATE2 Factory (#1052)
* Create erc.md
* Rename erc.md to erc-permissionless_create2_factory.md
* Add discussion link
* Fix Minor Typo
Just fixes a small inconsistency where we were using `||` and `++` for byte concatenation. Prefer the former.
* Fix Heading for 3rd Existing Method
* Add More Context about Using Private Key (#2)
* Minor Edits
- Remove duplicate linking to EIP-7702 (only first one should be
linked)
- Remove trailing whitespace
- Fix spelling error
* Fix Requires Reference
Requires should be _just_ numbers without the `EIP-` or `ERC-` prefix.
This causes issues with the generated HTLM and proofer.
* Title Case Sections
Fixed some section titles that weren't titlecased correctly.
* Use `RETURNDATASIZE` Instead of `PUSH0`
In order to not depend on EIP-3855 `PUSH0` opcode, we refactor the
factory code to use `RETURNDATASIZE` which is guaranteed to be
`0` **except** for when `CREATE2` reverts.
With a little bit of moving code around, we also managed to change
make the code one byte smaller and fit into a 32-byte word.
* Typos
* Use eip number
* Fix Section Lint
The ERC lint does not like additional top level sections, so move the
"custom" forwards compatibility section into a subsection of the
backwards compatibility
* Remove Non-relative Links
We remove all non-relative links, as the ERC linter does not allow
them. This is slightly unfortunate, since they did provide additional
context to the ERC, but :shrug:.
Note that we format GitHub repositories with italicized title and code
for them to stand out:
```
_Title_ (`org/repo`)
```
* Edits to ERC (#4)
* Edits to ERC
This PR implements the suggested edits to the ERC, and adds a new
section explaining the rationale why Nick's method cannot be used for
generating the EIP-7702 authorization signature (since it was a
question on Ethereum magicians).
* Some small follow-up edits
* Another small edit
* Clarify reverts cause.
Co-authored-by: Shebin John <[email protected]>
---------
Co-authored-by: Shebin John <[email protected]>
* Fix Description
The description included a forbidden word, remove it.
---------
Co-authored-by: Nicholas Rodrigues Lordello <[email protected]>
Co-authored-by: Nicholas Rodrigues Lordello <[email protected]>
Co-authored-by: Shebin John <[email protected]> | Richard Meissner |
Meta | 7773 | Hardfork Meta - Glamsterdam | 2b3e2ed | 5 days ago | 10 | Update EIP-7773: add PFI EIPs for glamsterdam
Merged by EIP-Bot. | Charles Cooper |
Core | 7791 | GAS2ETH opcode | ccd8e8f | 5 days ago | 21 | Update EIP-7791: update gas2eth - add separate gas2eth limit
Merged by EIP-Bot. | Charles Cooper |
ERC | 7947 | Account Abstraction Recovery Interface | 9f76a19 | 5 days ago | 13 | Update ERC-7947: owner -> access
Merged by EIP-Bot. | Artem Chystiakov |
Core | 7928 | Block-Level Access Lists | 293637c | 6 days ago | 21 | Update EIP-7928: Fix mistake in tx_index of system contracts
Merged by EIP-Bot. | Toni Wahrstätter |
Core | 7928 | Block-Level Access Lists | e8bf55a | 6 days ago | 21 | Update EIP-7928: Clarify 7702 delegation indicators
Merged by EIP-Bot. | Toni Wahrstätter |
Core | 7883 | ModExp Gas Cost Increase | 81c4a73 | 6 days ago | 9 | Update EIP-7883: Add empirical analysis
Merged by EIP-Bot. | Toni Wahrstätter |
Core | 7956 | Tx Ordering via Block-level Randomness | a804117 | 7 days ago | 9 | Update EIP-7956: Update eip-7956.md
Merged by EIP-Bot. | aryaethn |
Core | 7998 | Turn `randao_reveal` into a VRF | 37459fa | 7 days ago | 3 | Add EIP: Turn `randao_reveal` into a VRF
Merged by EIP-Bot. | Alberto La Rocca |
Core | 7519 | Atomic Storage Operations SCREDIT and SDEBIT | 102e698 | 7 days ago | 1 | (bot 1272989785) moving EIPS/eip-7519.md to stagnant (#10037)
PR 10037 with changes to EIPS/eip-7519.md was created on
([email protected])
which is before the cutoff date of
([email protected])
i.e. 2 weeks ago | eth-bot |
Meta | 7808 | Reserve Tx-Type Range for RIPs | 56194c5 | 7 days ago | 5 | (bot 1272989785) moving EIPS/eip-7808.md to stagnant (#10038)
PR 10038 with changes to EIPS/eip-7808.md was created on
([email protected])
which is before the cutoff date of
([email protected])
i.e. 2 weeks ago | eth-bot |
Interface | 1571 | EthereumStratum/2.0.0 | d88ecac | 7 days ago | N/A | Update EIP-1571: fix typo
Merged by EIP-Bot. | maradini77 |
Core | 7957 | EVM64 - EOF support | 40f1d65 | 7 days ago | 11 | Update EIP-1702: fix typos
Merged by EIP-Bot. | anim001k |
Core | 1702 | Generalized Account Versioning Scheme | 40f1d65 | 7 days ago | N/A | Update EIP-1702: fix typos
Merged by EIP-Bot. | anim001k |
Core | 7980 | Ed25519 transaction support | 5cb30dc | 7 days ago | 1 | Add EIP: Ed25519 transaction support
Merged by EIP-Bot. | SirSpudlington |
Core | 7932 | Secondary Signature Algorithms | 3b43772 | 8 days ago | 6 | Update EIP-7932: Move to Draft
Merged by EIP-Bot. | SirSpudlington |
Core | 7862 | Delayed State Root | 2c07118 | 10 days ago | 3 | Update EIP-7862: Add Exec Specs
Merged by EIP-Bot. | Toni Wahrstätter |
Core | 7932 | Secondary Signature Algorithms | 02b30cb | 10 days ago | 6 | Update EIP-7932: Update abstract and metadata
Merged by EIP-Bot. | SirSpudlington |
Core | 7932 | Secondary Signature Algorithms | 495e25c | 11 days ago | 6 | Update EIP-7932: Update EIP-7932:fix typo
Merged by EIP-Bot. | hoffman |
ERC | 7858 | Expirable NFTs and SBTs | 467884a | 11 days ago | 2 | Update ERC-7858: interface id for epoch extension and incorrect args …
Merged by EIP-Bot. | sirawt |
Core | 7937 | EVM64 - 64-bit mode EVM opcodes | 16643a7 | 11 days ago | 11 | Update EIP-7937: fix typo in test cases section
Merged by EIP-Bot. | anim001k |
ERC | 7754 | Tamperproof Extension Wallets API (TWIST) | 5aa20fd | 11 days ago | 3 | Update ERC-7754: updating the acronym to avoid negative connotation
Merged by EIP-Bot. | Guillaume G |
ERC | 7985 | Gateway Attributes for Message Control | 5988c3e | 11 days ago | 3 | Add ERC: Gateway Attributes for Message Control
Merged by EIP-Bot. | Ernesto García |
ERC | 7776 | Transparent Financial Statements | 0be105e | 11 days ago | 3 | Update ERC-7776: Move to Review
Merged by EIP-Bot. | Ignacio Ceaglio |
ERC | 7858 | Expirable NFTs and SBTs | 0010334 | 11 days ago | 2 | Update ERC-7858: Move to Last Call
Merged by EIP-Bot. | sirawt |
ERC | 4361 | Sign-In with Ethereum | faa49e0 | 11 days ago | 21 | Update ERC-4361: Move to Final
Merged by EIP-Bot. | throw |
Core | 7907 | Meter Contract Code Size And Increase Limit | 7f45e06 | 12 days ago | 21 | Update EIP-7907: fix typos
Merged by EIP-Bot. | TinyFoxy |
Core | 7928 | Block-Level Access Lists | 577232c | 12 days ago | 21 | Update EIP-7928: Add details on how to handle system contracts
Merged by EIP-Bot. | Toni Wahrstätter |
Core | 7807 | SSZ execution blocks | de33cd5 | 12 days ago | 2 | Update EIP-6404: Use correct Python syntax for active_fields
Merged by EIP-Bot. | Etan Kissling |
Core | 7495 | SSZ ProgressiveContainer | de33cd5 | 12 days ago | 21 | Update EIP-6404: Use correct Python syntax for active_fields
Merged by EIP-Bot. | Etan Kissling |
Core | 7688 | Forward compatible consensus data structures | de33cd5 | 12 days ago | 11 | Update EIP-6404: Use correct Python syntax for active_fields
Merged by EIP-Bot. | Etan Kissling |
Core | 6404 | SSZ transactions | de33cd5 | 12 days ago | 21 | Update EIP-6404: Use correct Python syntax for active_fields
Merged by EIP-Bot. | Etan Kissling |
Core | 6465 | SSZ withdrawals root | de33cd5 | 12 days ago | 7 | Update EIP-6404: Use correct Python syntax for active_fields
Merged by EIP-Bot. | Etan Kissling |
Core | 6466 | SSZ receipts | de33cd5 | 12 days ago | 7 | Update EIP-6404: Use correct Python syntax for active_fields
Merged by EIP-Bot. | Etan Kissling |