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

chore: release v1.0.0 #588

Merged
merged 5 commits into from
Jun 2, 2023
Merged

chore: release v1.0.0 #588

merged 5 commits into from
Jun 2, 2023

Conversation

niklasad1
Copy link
Member

Blocked on #587

@niklasad1 niklasad1 requested review from lexnv, gpestana and jsdw June 1, 2023 16:46
@@ -246,7 +246,7 @@ async fn runtime_upgrade_task(api: SubxtClient, tx: oneshot::Sender<Error>) {
log::info!(target: LOG_TARGET, "upgrade to version: {} successful", version);
},
Err(e) => {
log::warn!(target: LOG_TARGET, "upgrade to version: {} failed: {:?}", version, e);
log::debug!(target: LOG_TARGET, "upgrade to version: {} failed: {:?}", version, e);
Copy link
Member Author

Choose a reason for hiding this comment

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

This will only fail if the applied update is the same as the current version.

Because substrate emit one at startup this will occur on every start so downgrading it debug.

@niklasad1 niklasad1 merged commit e01e9dc into main Jun 2, 2023
@niklasad1 niklasad1 deleted the na-chore-release-v1.0.0 branch June 2, 2023 14:03
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.

3 participants