mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
staking miner: spawn separate task for each block (#4716)
* staking miner: use config for emergency solution Fixes #4678 * bump jsonrpsee * run `monitor_cmd_for` until the connection is closed * new tokio task for submit_and_watch xt * re-use header subscription * update jsonrpsee + simplify code * revert polkadot runtime changes * fix grumbles * Update utils/staking-miner/src/monitor.rs * grumbles: fix logs + nits
This commit is contained in:
Generated
+1
-1
@@ -10401,7 +10401,7 @@ dependencies = [
|
||||
"frame-election-provider-support",
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
"jsonrpsee 0.4.1",
|
||||
"jsonrpsee 0.8.0",
|
||||
"kusama-runtime",
|
||||
"log",
|
||||
"pallet-balances",
|
||||
|
||||
Reference in New Issue
Block a user