extend pallet ghost-networks and create BridgedInflationCurve

Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
This commit is contained in:
Uncle Stinky
2025-05-30 19:03:50 +03:00
parent ddec108ced
commit b3f85f426c
6 changed files with 489 additions and 31 deletions

4
Cargo.lock generated
View File

@@ -3648,7 +3648,7 @@ dependencies = [
[[package]]
name = "ghost-networks"
version = "0.7.197"
version = "0.1.2"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -3656,6 +3656,8 @@ dependencies = [
"ghost-core-primitives",
"ghost-traits",
"pallet-balances",
"pallet-staking",
"pallet-staking-reward-curve",
"parity-scale-codec",
"scale-info",
"sp-io 30.0.0",