auto nullification during finalization and appropriate tests

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch
2025-06-03 19:06:50 +03:00
parent 5847097e94
commit c55d9a05d9
4 changed files with 52 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ghost-networks"
version = "0.1.3"
version = "0.1.4"
license.workspace = true
authors.workspace = true
edition.workspace = true
@@ -50,4 +50,6 @@ runtime-benchmarks = [
try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"pallet-staking/try-runtime",
"pallet-balances/try-runtime",
]