Skip to content

Commit

Permalink
Release 0.42: Sync with recent polkadot-sdk + Add pallet-revive (#…
Browse files Browse the repository at this point in the history
…238)

Credit for the main work has to go to @al3mart with
use-ink#1 and
use-ink#2.

## Synced with `polkadot-stable2409`
>This PR uplifts versions and sync `substrate-contracts-node` with SDK
version `polkadot-stable2409`.
>Aside from the application of the different commits coming with the
version update, the collator has been change from using a basic collator
to lookahead.
>Crate versions have also been bumped to 0.42.0.

## Added `pallet-revive`

> Inclusion of `pallet-revive` along with `pallet-contracts`. Such that
the runtimes will feature both VMs.

---------

Co-authored-by: Alejandro Martinez Andres <[email protected]>
  • Loading branch information
cmichi and al3mart authored Nov 29, 2024
1 parent f8c5f05 commit f209bef
Show file tree
Hide file tree
Showing 20 changed files with 7,458 additions and 3,722 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
# common variable is defined in the workflow
# repo env variable doesn't work for PR from forks
env:
CI_IMAGE: "paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240222"
CI_IMAGE: "paritytech/ci-unified:bullseye-1.81.0"

jobs:
set-image:
Expand Down
Loading

0 comments on commit f209bef

Please sign in to comment.