This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Copy weight files into node-template
#11090
Labels
I7-refactor
Code needs refactoring.
U4-some_day_maybe
Issue might be worth doing eventually.
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
Analogous to paritytech/polkadot#5064
Instead of using the default weights from
frame_support
, copy the files over to encourage developers to benchmark their own weights.Concretely
block_weight.rs
,extrinsic_weight.rs
,rocksdb_weight.rs
andparitydb_weight.rs
.The parachain template needs this as well.
The text was updated successfully, but these errors were encountered: