Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 807 Bytes

evm_incompatibilities.md

File metadata and controls

18 lines (14 loc) · 807 Bytes

EVM incompatibilities

Unsupported EIPs

Following EIPs are not supported by our EVM:

Latest supported solc version

We currently support 0.8.26.

go-ethereum library

If you are having issue with go-ethereum library, please use our slightly modified version https://github.com/Taraxa-project/go-ethereum

Nonce handling

Due to nature of DAG which can reorder transactions:

  • Nonce skipping is possible meaning any transaction with nonce larger than previous nonce can be executed.
  • It is possible for a transaction without enough balance to pay gas to reach EVM and execution. These transactions will increase the account nonce.