Once task #309 is ready, we are able to compile the node with runtime-benchmarks, generate the weights.rs (WeightInfo) for the payments pallet and update all the extrinsics to charge the weight comming from the specific WeightInfo.
Also a test function will be provided so we can verify how much weight each extrinsic will consume.
Once task #309 is ready, we are able to compile the node with
runtime-benchmarks
, generate the weights.rs (WeightInfo) for the payments pallet and update all the extrinsics to charge the weight comming from the specific WeightInfo.Also a test function will be provided so we can verify how much weight each extrinsic will consume.