call and create set uncapped resource limits (#161)

- polkadot-sdk#6890 companion
- Adjust the gas price constant for the required polkadot-sdk version as a drive-by
This commit is contained in:
Cyrill Leutwiler
2025-01-15 17:32:31 +01:00
committed by GitHub
parent 4fbfb97b9e
commit ad805543b3
5 changed files with 404 additions and 389 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ assert_fs = "1.1.2"
# polkadot-sdk and friends
codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" }
scale-info = { version = "2.11.1", default-features = false }
polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "243b751abbb94369bbd92c83d8ab159ddfc3c556" }
polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "cb0d8544dc8828c7b5e7f6a5fc20ce8c6ef9bbb4" }
# llvm
[workspace.dependencies.inkwell]