merge of: Add system weights to Statemint (#762) (#918)

* Add system weights to Statemint (#762)

* waiting for weights from bm

* frame_system weights added

* cargo toml fix + fmt

* removed non-existent set_changes_trie_config

Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com>
This commit is contained in:
Squirrel
2022-01-21 08:11:01 +00:00
committed by GitHub
parent b5c8fcbae6
commit ec751f8fca
10 changed files with 265 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ pallets=(
pallet_timestamp
pallet_utility
pallet_uniques
frame_system
)
for p in ${pallets[@]}