Conversation
This comment has been minimized.
This comment has been minimized.
| "pangolin-local" | "local" => Box::new(pangolin_chain_spec::local_testnet_config()), | ||
| "pangoro" => Box::new(pangoro_chain_spec::config()?), | ||
| "pangoro-genesis" => Box::new(pangoro_chain_spec::build_spec_config()), | ||
| "pangoro-dev" => Box::new(pangoro_chain_spec::development_config()), |
There was a problem hiding this comment.
It's highly recommended to add pangoro-local, then the local test would be much easier. This is a low-priority issue, we can do it later.
|
I think we should also reset Pangolin.
|
|
should we upgrade parity-bridge-common now or later? It has some new features we may need. |
Does it affect the genesis? If yes I'll delete the genesis to prevent the repo size grow too large. Let's do that in another PR. |
Please do it later. This pull request is too large and hard to review. |
|
@xiaoch05 have you check the changes? |
Yes, we need some commits such as better to upgrade it later in another pr. |
This will break the genesis. (And the repo's size will increase) |
|
This PR bump substrate from darwinia-v0.11.3 to darwinia-v0.11.4 accidentally. Leave a comment here to mark. |
No description provided.