Skip to content

Commit 95cff05

Browse files
liamaharonggwpezclaravanstaden
authored
Allow to test Multi-Block-Migrations (#90)
Draft PR opened for whoever will be taking this over. Next TODO is investigate why MBMs don't seem to progress between blocks being mined. Should be used alongside the changes in this PR: paritytech/polkadot-sdk#4251 --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: claravanstaden <claravanstaden64@gmail.com>
1 parent 063cd17 commit 95cff05

43 files changed

Lines changed: 11627 additions & 6126 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/rust-checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
os: [ubuntu-latest]
8181
toolchain: [stable]
8282
runs-on: ${{ matrix.os }}
83+
env:
84+
RUSTFLAGS: "-Cdebug-assertions=y"
8385
steps:
8486
- uses: actions/checkout@v4
8587
- name: Install Rust ${{ matrix.toolchain }}

.github/workflows/rust-docs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
toolchain: stable
2626
targets: wasm32-unknown-unknown
2727
components: rust-src
28+
29+
- name: Check if the README is up to date.
30+
run: |
31+
cargo install cargo-rdme --locked -q
32+
cargo rdme --check --workspace-project try-runtime-cli --readme-path README.md
2833
2934
- name: Build docs
3035
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)