-
Notifications
You must be signed in to change notification settings - Fork 12
Pre compiled Contracts
MiaoShi09 edited this page Jan 24, 2019
·
2 revisions
AionR v0.1.0 and its later versions are compatible with Aion (Java) Kernel v0.3.2, supporting the pre-compiled contracts listed in Precompiled contract details.
Aion starts to support pre-compiled contract after 1920000 blocks in Mainnet and 1132000 blocks in Mastery. In order to support pre-compiled contracts from the first block, make sure the pre-compiled contracts activate at 0 block in the genesis block file.
"accounts": {
"0000000000000000000000000000000000000000000000000000000000000010": {
"builtin": {
"name": "ed_verify",
"activate_at": 0
}
},
"0000000000000000000000000000000000000000000000000000000000000011": {
"builtin": {
"name": "blake2b_hash",
"activate_at": 0
}
},
"0000000000000000000000000000000000000000000000000000000000000012": {
"builtin": {
"name": "tx_hash",
"activate_at": 0
}
}
}
...
Basic
Kernel Configuration
- Build AionR Kernel
- JSON-RPC APIs Doc
- JSON-RPC APIs Rust vs Java
- Wallet
- Genesis Block
- Configuration File and Command Line Interface
- Log Targets Table
- Aion Seed Nodes
- Migration From 0.1.* to 0.2
DApp Developers
Tutorials