Skip to content

Commit

Permalink
Update EIP-7637: Move to Review
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
ZWJKFLC committed Aug 15, 2024
1 parent b5c7a15 commit ea9e523
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions EIPS/eip-7637.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Optimize EOA EXTCODEHASH
description: Modify the output value of EXTCODEHASH for EOA accounts to `0x`
author: Jame (@ZWJKFLC)
discussions-to: https://ethereum-magicians.org/t/eip-7637-extcodehash-optimize/18946
status: Draft
status: Review
type: Standards Track
category: Core
created: 2024-02-26
Expand Down Expand Up @@ -47,9 +47,7 @@ If someone uses a `add.codehash==0` to determine whether a contract has been cre

## Backwards Compatibility

<!-- TODO: -->
Needs discussion.
It is unclear whether there is a situation where codehash is actually used to determine whether an address has a balance and the codehash is `keccak256("")`.
Using codehash to determine whether a non-contract address has a balance will not be available


## Reference Implementation
Expand Down Expand Up @@ -93,10 +91,7 @@ def extcodehash(evm: Evm) -> None:

## Security Considerations

<!-- TODO: -->
Needs discussion.
It is unclear whether there is a situation where codehash is actually used to determine whether an address has a balance and the codehash is `keccak256("")`.

Using codehash to determine whether a non-contract address has a balance will not be available

## Copyright

Expand Down

0 comments on commit ea9e523

Please sign in to comment.