Compare commits

...

2 Commits

Author SHA1 Message Date
xermicus 471e4b7263 bump PVM
Signed-off-by: xermicus <cyrill@parity.io>
2025-02-13 09:19:58 +01:00
xermicus 079e5c1cc4 switch polkadot-sdk branch to disable validation in the runner
Signed-off-by: xermicus <cyrill@parity.io>
2025-02-13 08:35:46 +01:00
2 changed files with 388 additions and 385 deletions
Generated
+383 -380
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -47,10 +47,10 @@ which = "7.0"
path-slash = "0.2" path-slash = "0.2"
rayon = "1.8" rayon = "1.8"
clap = { version = "4", default-features = false, features = ["derive"] } clap = { version = "4", default-features = false, features = ["derive"] }
polkavm-common = "0.20.0" polkavm-common = "0.21.0"
polkavm-linker = "0.20.0" polkavm-linker = "0.21.0"
polkavm-disassembler = "0.20.0" polkavm-disassembler = "0.21.0"
polkavm = "0.20.0" polkavm = "0.21.0"
alloy-primitives = { version = "0.8.21", features = ["serde"] } alloy-primitives = { version = "0.8.21", features = ["serde"] }
alloy-sol-types = "0.8.21" alloy-sol-types = "0.8.21"
alloy-genesis = "0.11.0" alloy-genesis = "0.11.0"
@@ -72,7 +72,7 @@ assert_fs = "1.1"
# polkadot-sdk and friends # polkadot-sdk and friends
codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" }
scale-info = { version = "2.11.6", default-features = false } scale-info = { version = "2.11.6", default-features = false }
polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "274a781e8ca1a9432c7ec87593bd93214abbff50" } polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", branch = "at/disable-validation" }
# llvm # llvm
[workspace.dependencies.inkwell] [workspace.dependencies.inkwell]