darwinia-network / darwinia

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

CI Checks Storage Prefix #692

Closed AurevoirXavier closed 3 years ago

AurevoirXavier commented 3 years ago

In #662, we change the DarwiniaEthereumBacking to EthereumBacking accidentally without migration.

wi1dcard commented 3 years ago

How we can checks it (using a script or analyzing the source code)?

AurevoirXavier commented 3 years ago

How we can checks it (using a script or analyzing the source code)?

Run the node fetch the metadata through RPC, then compare with the production nodes'.

wi1dcard commented 3 years ago

Consider let @fewensa do this. What do you think, @fewensa ?

AurevoirXavier commented 3 years ago

Consider let @fewensa do this. What do you think, @fewensa ?

I'll finish the checking script part. CI part might need your guys help.

fewensa commented 3 years ago

ok, I'll add a new workflow to run node.

AurevoirXavier commented 3 years ago
image

https://github.com/darwinia-network/darwinia-kit/blob/main/ci-bot/Cargo.toml

AurevoirXavier commented 3 years ago

https://github.com/darwinia-network/darwinia-common/pull/733