reef-defi / reef-chain

EVM compatible chain with NPoS/PoC consensus
https://docs.reef.io
GNU General Public License v3.0
135 stars 37 forks source link

Dependency Major Version Bump [Substrate v4.0.0-dev + evm 0.30.1] #42

Closed frisitano closed 3 years ago

frisitano commented 3 years ago

This PR is concerned with bumping reef-chain dependencies to latest versions. As this change involves a bump in major versions some of the dependencies had backwards incompatible changes and therefore the code base has been updated to account for new interfaces.

Change log:

Config Params reef-config-params

frisitano commented 3 years ago

PR updated with 6e6c4b0ed556339d2fee053344cc9d4a5e9e686f which removes lightSyncState from the chain spec. This field was resulting in Error: Input("Error parsing spec file: unknown field lightSyncState at line 176 column 1") when trying to run a validator on mainnet.