Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[evm] enable transient storage feature #4177

Closed
2 tasks done
dustinxie opened this issue Mar 11, 2024 · 0 comments · Fixed by #4214
Closed
2 tasks done

[evm] enable transient storage feature #4177

dustinxie opened this issue Mar 11, 2024 · 0 comments · Fixed by #4214
Assignees
Labels

Comments

@dustinxie
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants