Skip to content

Commit 06fa111

Browse files
authored
Contracts: Bump polkavm (#2884)
bump polkavm-x deps to 0.4.0
1 parent d288c81 commit 06fa111

File tree

5 files changed

+16
-23
lines changed

5 files changed

+16
-23
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ workflow:
2121
- if: $CI_COMMIT_BRANCH
2222

2323
variables:
24-
CI_IMAGE: !reference [.ci-unified, variables, CI_IMAGE]
24+
CI_IMAGE: "docker.io/paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20240108"
2525
# BUILDAH_IMAGE is defined in group variables
2626
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
2727
RELENG_SCRIPTS_BRANCH: "master"

Cargo.lock

Lines changed: 10 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substrate/frame/contracts/fixtures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parity-wasm = "0.45.0"
2121
tempfile = "3.8.1"
2222
toml = "0.8.2"
2323
twox-hash = "1.6.3"
24-
polkavm-linker = { version = "0.3.0", optional = true }
24+
polkavm-linker = { version = "0.4.0", optional = true }
2525
anyhow = "1.0.0"
2626

2727
[features]

substrate/frame/contracts/fixtures/build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
[dependencies]
1111
uapi = { package = 'pallet-contracts-uapi', path = "", default-features = false }
1212
common = { package = 'pallet-contracts-fixtures-common', path = "" }
13-
polkavm-derive = '0.2.0'
13+
polkavm-derive = '0.4.0'
1414

1515
[profile.release]
1616
opt-level = 3

substrate/frame/contracts/uapi/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ homepage = "https://substrate.io"
88
repository.workspace = true
99
description = "Exposes all the host functions that a contract can import."
1010

11-
# [lints]
12-
# TODO: uncomment when rve toolchain is updated to rust 1.74 or greater.
13-
# workspace = true
11+
[lints]
12+
workspace = true
1413

1514
[dependencies]
1615
paste = { version = "1.0", default-features = false }
@@ -22,7 +21,7 @@ scale = { package = "parity-scale-codec", version = "3.6.1", default-features =
2221
], optional = true }
2322

2423
[target.'cfg(target_arch = "riscv32")'.dependencies]
25-
polkavm-derive = '0.2.0'
24+
polkavm-derive = '0.4.0'
2625

2726
[features]
2827
default = ["scale"]

0 commit comments

Comments
 (0)