You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EIP-2315: Simple Subroutines for the EVM
There is some current back and forth regarding the specifics of whether jumps in and out of subroutines would be allowed after some feedback from the Solidity team. All core devs channel should be the best place to get the latest here.
https://github.com/ethereum/eth1.0-specs/blob/master/network-upgrades/berlin.md
EIPS:
There is some current back and forth regarding the specifics of whether jumps in and out of subroutines would be allowed after some feedback from the Solidity team. All core devs channel should be the best place to get the latest here.
There will be an accompanying rpc call to generate the access list, WIP at: core/state: construct access list from current state ethereum/go-ethereum#22289. This should be used if available in
seth send
but can also be useful to optimizeseth run-tx
.The text was updated successfully, but these errors were encountered: