gear
gear copied to clipboard
Invalid pallet kilobyte benches
Problem
In pallets/gear/src/benchmarking/mod.rs:
// `c`: Size of the code in kilobytes.
upload_code {
let c in 0 .. Perbill::from_percent(49).mul_ceil(T::Schedule::get().limits.code_len);
cis actually in bytesPerbillis used incorrectly. It's like0.49 * 512kb = 256kb
Steps
Possible Solution
No response
Notes
No response
Relevant Log Output
Click to expand/collapse
<Paste your log here>