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

upgrade to polkadot 1.0 #252

Merged
merged 177 commits into from
Apr 8, 2024
Merged

upgrade to polkadot 1.0 #252

merged 177 commits into from
Apr 8, 2024

Conversation

sam0x17
Copy link
Contributor

@sam0x17 sam0x17 commented Mar 11, 2024

  • breaking changes for 0.9.39 => 1.0 (tons of stuff, but one bullet point now lol)
  • revamp CI, now broken into 6 separate jobs, takes no more than ~6-7 mins to complete, cargo fmt feedback in ~22 seconds, cargo check --workspace in about 3 mins 😎, also added CI checks for clippy and one that asserts that cargo fix has no trivial fixes available
  • cargo check passing
  • cargo check --workspace passing
  • cargo test compiling
  • cargo test --workspace compiling
  • cargo test --workspace passing
  • cargo test --workspace --features=runtime-benchmarks compiling
  • cargo test --workspace --features=runtime-benchmarks passing

fixes #275

@sam0x17 sam0x17 changed the title Sam upgrade to polkadot 1.0 upgrade to polkadot 1.0 Mar 11, 2024
@keithtensor keithtensor marked this pull request as ready for review April 4, 2024 17:06
@sam0x17 sam0x17 requested a review from shibshib April 5, 2024 18:10
@shibshib
Copy link
Contributor

shibshib commented Apr 5, 2024

Don't forget to update spec version to 145

rust-toolchain.toml Outdated Show resolved Hide resolved
Copy link
Contributor Author

@sam0x17 sam0x17 left a comment

Choose a reason for hiding this comment

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

giving this my blessing as I can't actually approve

Copy link
Contributor

@open-junius open-junius left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Contributor

@distributedstatemachine distributedstatemachine left a comment

Choose a reason for hiding this comment

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

LGTM!

@sam0x17 sam0x17 merged commit 18f2c94 into development Apr 8, 2024
6 checks passed
@sam0x17 sam0x17 deleted the sam-upgrade-polkadot-1.0 branch April 8, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to Polkadot 1.0
5 participants