Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: get try-runtime to work again #800

Merged
merged 1 commit into from
Dec 7, 2022

Conversation

sander2
Copy link
Member

@sander2 sander2 commented Dec 6, 2022

It took my some time to realize that when you use try-runtime, all pallets must now enable "frame-support/try-runtime". This didn't use to be the case. While trying to link the PR that changed this, I found they actually warn people about it there. Would have saved me a lot of time if I'd seen that earlier..

Anyway, it works now, including console output (that didn't work in the past). Usage is e.g.
RUST_LOG=info cargo run --bin interbtc-parachain --features rococo-native --release --features try-runtime -- try-runtime --execution=native --chain=interlay-latest --no-spec-check-panic on-runtime-upgrade live --uri 'wss://api.interlay.io:443/parachain'

@sander2 sander2 merged commit e5f1d38 into interlay:master Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants