Xavier Lau
Xavier Lau
> https://github.com/paritytech/substrate/pull/7228 I found some keys under the `0xf68f425cf5645aacb2ae59b51baed904` prefix.
Currently, it's 0. Maybe it's good to change it, but need some further research.
Use `frame_support::log` instead `log` if we have `frame_support` already.
This will take a few hours. The official RPC endpoint is so slow. Try runtime needs to download the whole chain state.
Something like: - https://gitlab.parity.io/parity/polkadot/-/jobs/1001604 - https://github.com/paritytech/polkadot/blob/master/scripts/gitlab/check_extrinsics_ordering.sh And there are still a lot things that we can learn form Polkadot.
> https://github.com/darwinia-network/darwinia-common/issues/96 `reap_stash`.
> https://github.com/darwinia-network/darwinia/blob/main/runtime/crab/src/pallets/proxy.rs > https://github.com/darwinia-network/darwinia/blob/main/runtime/darwinia/src/pallets/proxy.rs Some newly added pallets are missed.
> https://github.com/darwinia-network/darwinia-common/blob/main/node/cli/src/command.rs#L114