Update node to use pallet sessions

This commit is contained in:
Luke Parker
2022-10-27 05:23:53 -04:00
parent 49ab26209d
commit fa7a03bf60
6 changed files with 94 additions and 16 deletions

3
Cargo.lock generated
View File

@@ -7477,6 +7477,7 @@ dependencies = [
"frame-benchmarking-cli",
"frame-system",
"jsonrpsee",
"pallet-tendermint",
"pallet-transaction-payment",
"pallet-transaction-payment-rpc",
"sc-cli",
@@ -7494,6 +7495,7 @@ dependencies = [
"serai-consensus",
"serai-runtime",
"sp-api",
"sp-application-crypto",
"sp-block-builder",
"sp-blockchain",
"sp-core",
@@ -7553,6 +7555,7 @@ dependencies = [
"sp-inherents",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-std",
"sp-transaction-pool",
"sp-version",