aptos-core
aptos-core copied to clipboard
[framework][storage_gas] add free quota into storage_gas
Description
add free 1k to on-chain. Will add that to rust code later.
Test Plan
add ut
I think these belongs to the global gas schedule because:
- they are not changed per epoch, like the per epoch updating prices, so there's no concern writing a large struct from move frequently.
- the global schedule has support to add new parameters. I can imagine we might need
free_items_to_write_per_txn
etc.
2+: @vgao1996 's point of feature gating as well.
close because of https://github.com/aptos-labs/aptos-core/pull/5566