virto-network / virto-node

Virto Network blockchain node.
GNU General Public License v3.0
21 stars 10 forks source link

[Payments] - Generate `weights.rs` file from benchmarking. #327

Closed darkforest0202 closed 9 months ago

darkforest0202 commented 11 months ago

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.