mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 05:51:02 +00:00
* Bump jsonrpsee to v0.15.1 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update cargo.lock Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Minimal update to Cargo.lock Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * update substrate * update lockfile for {"substrate"} * update substrate master * Allow benchmark checks to fail Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com> Co-authored-by: parity-processbot <> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
@@ -926,16 +926,19 @@ short-benchmark-polkadot: &short-bench
|
|||||||
RUNTIME: polkadot
|
RUNTIME: polkadot
|
||||||
script:
|
script:
|
||||||
- ./artifacts/polkadot benchmark pallet --execution wasm --wasm-execution compiled --chain $RUNTIME-dev --pallet "*" --extrinsic "*" --steps 1 --repeat 1
|
- ./artifacts/polkadot benchmark pallet --execution wasm --wasm-execution compiled --chain $RUNTIME-dev --pallet "*" --extrinsic "*" --steps 1 --repeat 1
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
short-benchmark-kusama:
|
short-benchmark-kusama:
|
||||||
<<: *short-bench
|
<<: *short-bench
|
||||||
variables:
|
variables:
|
||||||
RUNTIME: kusama
|
RUNTIME: kusama
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
short-benchmark-westend:
|
short-benchmark-westend:
|
||||||
<<: *short-bench
|
<<: *short-bench
|
||||||
variables:
|
variables:
|
||||||
RUNTIME: westend
|
RUNTIME: westend
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
#### stage: .post
|
#### stage: .post
|
||||||
|
|
||||||
|
|||||||
Generated
+196
-190
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
jsonrpsee = { version = "0.14.0", features = ["server"] }
|
jsonrpsee = { version = "0.15.1", features = ["server"] }
|
||||||
polkadot-primitives = { path = "../primitives" }
|
polkadot-primitives = { path = "../primitives" }
|
||||||
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ edition = "2021"
|
|||||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||||
clap = { version = "3.1", features = ["derive", "env"] }
|
clap = { version = "3.1", features = ["derive", "env"] }
|
||||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||||
jsonrpsee = { version = "0.14.0", features = ["ws-client", "macros"] }
|
jsonrpsee = { version = "0.15.1", features = ["ws-client", "macros"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
paste = "1.0.7"
|
paste = "1.0.7"
|
||||||
serde = "1.0.137"
|
serde = "1.0.137"
|
||||||
|
|||||||
Reference in New Issue
Block a user