-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
We see that the Ethereum EL Cancun Upgrade has been activated on the mainnet and this upgrade contains several improvements. As an EVM-compatible blockchain, does the TRON Network have any plans to consider following suit in the near future?
Below is a detailed list of the upgrade features and the instructions that have been added or modified, does TRON need to support all or just some of these features?
- EIP-1153: Transient storage opcodes
-
TLOAD (0x5c)
new! -
TSTORE (0x5d)
new!
-
- EIP-4788: Beacon block root in the EVM
- Is there any reference to the concept of deploying system contracts in hard fork upgrades?
- EIP-4844: Shard Blob Transactions
-
BLOBHASH (0x49)
new!
-
- EIP-5656: MCOPY - Memory copying instruction
-
MCOPY (0x5e)
new!
-
- EIP-6780: SELFDESTRUCT only in same transaction
-
SELFDESTRUCT (0xff)
changed!
-
- EIP-7516: BLOBBASEFEE opcode
-
BLOBBASEFEE (0x4a)
new!
-
We also see that deploying contracts on TRON requires the use of the TRON-specific Solidity compiler. Are there any plans to upgrade the support for the Solidity compiler?
Looking forward to your answers. Thank you!
Mama54y and Goodmanisrael27