Skip to content

Commit

Permalink
Update EIP-7002: make 7685 ordering explicit
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
lightclient committed Apr 25, 2024
1 parent 67c9691 commit fed0965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EIPS/eip-7002.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ def reset_withdrawal_requests_count():
sstore(WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS, WITHDRAWAL_REQUEST_COUNT_STORAGE_SLOT, 0)
```

Each withdrawal request must appear in the EIP-7685 requests list in the order they are returned from `dequeue_withdrawal_requests()`.

##### Bytecode

```asm
Expand Down Expand Up @@ -477,7 +479,6 @@ jumpdest
push0
push0
revert
```

##### Deployment
Expand Down

0 comments on commit fed0965

Please sign in to comment.