Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 19:48
· 6 commits to main since this release
0cc3f50

EVM compatibility layer

MAJOR RELEASE! MANDATORY FOR EVERYONE!

Frontier:

  1. EVM module - EVM code executor
  2. Ethereum module - ethereum blockchain emulator, block mapping consensus logic
  3. Dynamic-fee module - gas fee calculation
  4. Block-mapping - consensus logic implementation
  5. HTTP RPC API calls - for Metamask, Remix and other wallets/tools interaction
  6. Other components

Precompiles (precompiled smart contracts):

  1. Standard Ethereum precompiles:
  2. Custom precompiles (Solidity interfaces) for LoT runtime modules:
    - balances-erc20 precompile - Native token P3D interaction
    - assets-erc20 precompile - Local assets 3DPRC2
    - Proxy module precompile
    - Batch calls precompile

Proxy runtime module

Allows for one account to delegate certain calls to another account, so the calls can be executed on the delegator's behalf.