implement muldiv without overflow and underflow

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch
2025-08-10 16:41:14 +03:00
parent 9240f424e1
commit e2c75ca558
6 changed files with 323 additions and 26 deletions

3
Cargo.lock generated
View File

@@ -3649,13 +3649,14 @@ dependencies = [
[[package]]
name = "ghost-networks"
version = "0.1.13"
version = "0.1.14"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"ghost-core-primitives",
"ghost-traits",
"num-traits",
"pallet-balances",
"pallet-staking",
"pallet-staking-reward-curve",