darwinia-network / darwinia

Darwinia Chain, EVM+, Polkadot parachain and integrating with XCMP.
https://darwinia.network
GNU General Public License v3.0
240 stars 49 forks source link

node client sync block fail #190

Closed freehere107 closed 4 years ago

freehere107 commented 4 years ago
  1. Just one node can output block
  2. Node client sync block fail, p2p port can not connect
hackfisher commented 4 years ago

https://github.com/darwinia-network/darwinia/commit/b02dbd4

https://github.com/darwinia-network/darwinia/commit/eb39a50

@AurevoirXavier can connect after replace cli with substrate-cli.

hackfisher commented 4 years ago

@AurevoirXavier Can check that only one validator can produce block is related to minimum validator requirement settings or not?

Just one node can output block

hackfisher commented 4 years ago

@AurevoirXavier Can check that only one validator can produce block is related to minimum validator requirement settings or not?

Just one node can output block

Related to this:

https://github.com/darwinia-network/darwinia/blob/develop/node/cli/src/chain_spec.rs#L339

fn icefrog_config_genesis() -> GenesisConfig {
        darwinia_genesis(
            vec![get_authority_keys_from_seed("Alice")],
            get_account_id_from_seed::<sr25519::Public>("Alice"),
            None,
            true,
        )
    }
freehere107 commented 4 years ago

Need test not upgrade node client can sync block data

AurevoirXavier commented 4 years ago
telemetry
AurevoirXavier commented 4 years ago