-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Labels
Description
Description of new feature request
EIP-1153 transient storage is soon to be activated in Cancun upgrade. We will enable it in our EVM in upcoming (or the next afterwards) hard-fork
- [evm] add transientStorage struct #4151 has added the necessary data structure
- continue to enable it in EVM. Please refer to all: implement EIP-1153 transient storage ethereum/go-ethereum#26003 for correct implementation
Is this a hard-fork (and height to be activated)
- Yes
- Name of activation height:
Implementation plan
- [] Phase 1 description (PR number)
- [] Phase 2 description (PR number)
- [] Phase 3 description (PR number)
Affected modules
- [] action
- [] actpool
- [] api
- blockchain
- [] blockindex
- [] blocksync
- [] chainservice
- [] config
- [] consensus
- [] db
- [] dispatcher
- [] ioctl
- [] p2p
- [] server
- [] state
- [] tools