This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Add experimental support for EIP-144 #11607
Labels
A3-stale 🍃
Pull request did not receive any updates in a long time. No review needed at this stage. Close it.
F8-enhancement 🎊
An additional feature request.
M4-evm 🎰
EVM and account state
M6-rpcapi 📣
RPC API.
P5-sometimesoon 🌲
Issue is worth doing soon.
Q5-substantial 📓
Can be fixed by a developer with decent experience.
Geth implemented an experimental support for EIP-144. With this it is possible to modify the state for a call (e.g. injecting code at a specific address or changing the balance of an address). This makes it a lot easier to query information from the chain and allows to remove some unnecessary code from contracts, therefore minimizing the overall state.
EIP: ethereum/EIPs#144
Geth issue: ethereum/go-ethereum#19836
Geth PR: ethereum/go-ethereum#19917
Example JSON request:
The text was updated successfully, but these errors were encountered: