"lib/git@git.duniter.org:clients/gecko.git" did not exist on "263b99fb95e98348c9342818c38dd9b7a4a8e1e4"
Proper weights and conversion to fees
In order to get an estimate of the real world transaction fees in Ğ1 and calibrate the quotas, we have to:
-
clean up the weight estimation (done in !197 (merged)) (benchmarking, weight sum, remove default
Weight::zero()
, fix constant weight annotations) - display the extrinsic weights in user readable way in proportion to the total available amount per block (done in !222 (merged))
- choose non-constant and non-zero weight-to-fee conversion
- (look at runtime upgrade and operational dispatch class to understand overweight problems, see forum)