Skip to content

Conversation

@jasl
Copy link
Contributor

@jasl jasl commented Dec 25, 2023

Breaking change:

IMPORTANT:

@jasl
Copy link
Contributor Author

jasl commented Dec 25, 2023

error[E0432]: unresolved import `sp_consensus_grandpa::VersionedAuthorityList`
  --> standalone/pherry/src/lib.rs:23:50
   |
23 | use sp_consensus_grandpa::{AuthorityList, SetId, VersionedAuthorityList};
   |                                                  ^^^^^^^^^^^^^^^^^^^^^^ no `VersionedAuthorityList` in the root

For more information about this error, try `rustc --explain E0432`.
error: could not compile `pherry` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...

@kvinwang

Ok((cmd.run(client, backend, Some(aux_revert)), task_manager))
})
}
#[cfg(feature = "try-runtime")]
Copy link
Contributor

Choose a reason for hiding this comment

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

Is try-runtime completely removed?

Copy link
Contributor Author

@jasl jasl Dec 26, 2023

Choose a reason for hiding this comment

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

Moved to https://github.com/paritytech/try-runtime-cli
This will be the last version that has try-runtime (they plan to remove it after Jan 2024), but it needs to update a few codes, I'm lazy and thinking we could migrate to new tool now if we need the feature

Copy link
Collaborator

@kvinwang kvinwang left a comment

Choose a reason for hiding this comment

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

LGTM

@jasl jasl merged commit 8c7d16e into master Dec 26, 2023
@jasl jasl deleted the upgrade-polkadot-v1.5.0 branch December 26, 2023 11:39
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.

4 participants