Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

update substrate/polkadot with construct_runtime changes #485

Merged
merged 5 commits into from
Jun 10, 2021

Conversation

gui1117
Copy link
Contributor

@gui1117 gui1117 commented Jun 9, 2021

This PR probably miss some changes. I will finish before end of the day.

The related substrate breaking change is paritytech/substrate#8990

@@ -58,7 +58,7 @@ fn purge_chain_works() {
let base_path = run_node_and_stop();

assert!(base_path.path().join("chains/local_testnet/db").exists());
assert!(base_path.path().join("polkadot/chains/westend_dev/db").exists());
assert!(base_path.path().join("polkadot/chains/westend2/db").exists());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the test to succeed we need to change it to westend2, I expect this is related to some westend restart or something but I'm not sure.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ty for fixing it :)

@bkchr bkchr merged commit 11a0bca into master Jun 10, 2021
@bkchr bkchr deleted the gui-update-polkadot-substrate branch June 10, 2021 15:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants