| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| poscan-consensus-linux-aarch64.tar.gz | 2025-06-01 | 29.1 MB | |
| poscan-consensus-linux-x86_64.tar.gz | 2025-06-01 | 29.3 MB | |
| poscan-consensus-macos.tar.gz | 2025-06-01 | 24.7 MB | |
| poscan_runtime-wasm32-unknown-unknown.tar.gz | 2025-06-01 | 1.4 MB | |
| README.md | 2025-06-01 | 1.3 kB | |
| v31 source code.tar.gz | 2025-06-01 | 2.0 MB | |
| v31 source code.zip | 2025-06-01 | 2.3 MB | |
| Totals: 7 Items | 88.7 MB | 0 | |
EVM compatibility layer
MAJOR RELEASE! MANDATORY FOR EVERYONE!
Frontier:
EVMmodule - EVM code executorEthereummodule - ethereum blockchain emulator, block mapping consensus logicDynamic-feemodule - gas fee calculationBlock-mapping- consensus logic implementation- HTTP RPC API calls - for Metamask, Remix and other wallets/tools interaction
- Other components
Precompiles (precompiled smart contracts):
- Standard Ethereum precompiles:
- 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.