Skip to content

Commit

Permalink
Upgrade to polkadot-sdk commit `4a400dc1866f11707331fb6408df1055d0f…
Browse files Browse the repository at this point in the history
…42a70 ` (#1943)

* Upgrade to `polkadot-sdk/pallet-revive` from `5f6c8e8fd20f19de0b592ef2413e934e97c9bc68`

* Synchronize with `b9b73eb2758edc8af140fea60fdc51f890eefc48`

* Sync with `b9b73eb2758edc8af140fea60fdc51f890eefc48`

* Hotfix for fflonnk

* Synchronize with `934c091421af4be362839996bfaa441ba59bf12b`

* Supply no deposit limit by default

* Fix `clippy`

* Handle `did_revert`

* Sync with `4a400dc1866f11707331fb6408df1055d0f42a70`

* Compile all with `--release`

* Make `clippy` happy

* Fix tests

* Make `clippy` happy

* Fix tests

* Clean up code

* Make `clippy` happy

* wip

* Update `polkavm-linker` dep

* Make `clippy` happy

* Update `Cargo.lock`

* Downgrade to `polkavm` 0.20

* Downgrade to `polkavm` 0.20

* Downgrade to `polkavm` 0.19

* Minor cleanup

* Update `Cargo.lock`

* Fix test

* Fix tests

* Fix tests

* Fix tests
  • Loading branch information
cmichi authored Feb 27, 2025
1 parent 09c46b1 commit a57879b
Show file tree
Hide file tree
Showing 32 changed files with 1,093 additions and 1,023 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install nextest
uses: taiki-e/install-action@v2.48.15
uses: taiki-e/install-action@v2.49.5
with:
tool: nextest

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install nextest
uses: taiki-e/install-action@v2.48.15
uses: taiki-e/install-action@v2.49.5
with:
tool: nextest

Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install nextest
uses: taiki-e/install-action@v2.48.15
uses: taiki-e/install-action@v2.49.5
with:
tool: nextest

Expand Down
Loading

0 comments on commit a57879b

Please sign in to comment.