Companion for Substrate 6868 (WeightInfo for System, Utility, and Timestamp) (#1606)

* fix compile warning

* remove tests for weights

* add custom weights

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Shawn Tabrizi
2020-08-18 10:04:52 +02:00
committed by GitHub
parent 4e727205ab
commit ae37a00c17
18 changed files with 539 additions and 185 deletions
@@ -16,4 +16,7 @@
/// A collection of weight modules used for pallets in the runtime.
pub mod frame_system;
pub mod pallet_balances;
pub mod pallet_timestamp;
pub mod pallet_utility;