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

Port "Update dependecies (#2277)" to polkadot-staging #2281

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

svyatonik
Copy link
Contributor

I also had to port previous update-refs commits to master (actually I've made cargo update + copypasted fixes instead of that), because otherwise we won't be able to update Cumulus subtree properly. I think we need to make some changes to dependabot and update-refs PRs to make our life easier (left comments here: #2399).

Most notable fixes outside of #2277:

  • impl Deserialize and Serialize in no_std;
  • use polkadot_primitives::v5 instead of polkadot_primitives::v4 (node and runtime specific, so not important for Cumulus, but important for testing relayer).

I've also built + left Rialto<>Millau bridge running locally for a while - looks like relayer wotks fine.

* cargo update -p parachain-info

* flush

* it compiles

* clippy

* temporary add more logging to cargo deny

* Revert "temporary add more logging to cargo deny"

This reverts commit 20daa88.

* list installed Rust binaries before running cargo deny

* changed prev commit

* once again

* try cargo update?

* post-update fixes (nothing important)
@svyatonik svyatonik added the dependencies Pull requests that update a dependency file label Jul 19, 2023
Copy link
Contributor

@bkontur bkontur left a comment

Choose a reason for hiding this comment

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

lgtm

@svyatonik svyatonik merged commit 3c4ada9 into polkadot-staging Jul 19, 2023
@svyatonik svyatonik deleted the up-deps-polkadot-staging branch July 19, 2023 15:18
serban300 pushed a commit to serban300/parity-bridges-common that referenced this pull request Mar 27, 2024
* cargo update -p parachain-info

* flush

* it compiles

* clippy

* temporary add more logging to cargo deny

* Revert "temporary add more logging to cargo deny"

This reverts commit 20daa88.

* list installed Rust binaries before running cargo deny

* changed prev commit

* once again

* try cargo update?

* post-update fixes (nothing important)
serban300 pushed a commit to serban300/parity-bridges-common that referenced this pull request Apr 8, 2024
* cargo update -p parachain-info

* flush

* it compiles

* clippy

* temporary add more logging to cargo deny

* Revert "temporary add more logging to cargo deny"

This reverts commit 20daa88.

* list installed Rust binaries before running cargo deny

* changed prev commit

* once again

* try cargo update?

* post-update fixes (nothing important)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants