Add POA Networks: Core and Sokol (#9413)
* ethcore: add poa network and sokol chainspecs * rpc: simplify chain spec docs * cli: rearrange networks by main/test and size/range * parity: don't blacklist 0x00a328 on sokol testnet * parity: add sokol and poanet to params and clean up a bit, add tests * ethcore: add the poa networks and clean up a bit * ethcore: fix path to poacore chain spec * parity: rename poa networks to poacore and poasokol * parity: fix configuration tests * parity: fix parameter tests * ethcore: rename POA Core and POA Sokol
Showing
- ethcore/res/ethereum/poacore.json 117 additions, 0 deletionsethcore/res/ethereum/poacore.json
- ethcore/res/ethereum/poasokol.json 125 additions, 0 deletionsethcore/res/ethereum/poasokol.json
- ethcore/src/ethereum/mod.rs 28 additions, 18 deletionsethcore/src/ethereum/mod.rs
- parity/cli/mod.rs 1 addition, 1 deletionparity/cli/mod.rs
- parity/params.rs 56 additions, 28 deletionsparity/params.rs
- parity/run.rs 1 addition, 1 deletionparity/run.rs
- rpc/src/v1/traits/parity.rs 1 addition, 1 deletionrpc/src/v1/traits/parity.rs
- rpc/src/v1/traits/parity_set.rs 1 addition, 1 deletionrpc/src/v1/traits/parity_set.rs
Please register or sign in to comment