Skip to content

[evm] enable transient storage feature #4177

@dustinxie

Description

@dustinxie

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

  1. [evm] add transientStorage struct #4151 has added the necessary data structure
  2. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions