axonweb3 / axon

Axon is a Layer 2 framework of CKB with native cross-chain and interoperability.
https://axonweb3.io
MIT License
65 stars 39 forks source link

refactor: omit `address` field in chain spec parsing #1641

Closed KaoImin closed 7 months ago

KaoImin commented 7 months ago

What this PR does / why we need it?

This PR:

  1. Rename Validator as ConsensusValidator
  2. Omit address field in chain spec and it will calculate before executing genesis.

What is the impact of this PR?

No Breaking Change

PR relation: