Introduce XCM Weight Traits (#3802)

* introduce xcm weight traits

* patch some low hanging fruit

* add weightinfobound

* use checked math rather than saturating

* Update xcm/xcm-builder/src/weight.rs

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>

* Revert "Update xcm/xcm-builder/src/weight.rs"

This reverts commit 6331b874f3dccf7f01a051ca6d4ee4d14a23a82d.

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
Shawn Tabrizi
2021-09-07 19:42:05 -04:00
committed by GitHub
parent 268055eb3e
commit 3d18ad34a9
8 changed files with 189 additions and 18 deletions
+1
View File
@@ -11577,6 +11577,7 @@ version = "0.9.9"
dependencies = [
"frame-support",
"frame-system",
"log",
"pallet-balances",
"pallet-transaction-payment",
"pallet-xcm",