unicornultrafoundation / go-u2u

Implementation of U2U Network in Golang
https://u2u.xyz
GNU Lesser General Public License v3.0
4 stars 3 forks source link

Upgrade EVM to Cancun #96

Open khoau2u opened 2 months ago

khoau2u commented 2 months ago

Problem

Solidity 0.8.x is defaulting to new EVM version which made users confuse what version to choose when develop a new project. We should gradually upgrade the EVM to improve user experiences and compatibility.

References:

https://www.evm.codes https://ethereum.org/en/history

Todos:

khoau2u commented 2 months ago

@lewtran @trinhdn97