Alden Hu
Alden Hu
This keeps coming back.. @runtian-zhou
We have these high level efforts road mapped wrt gas costs https://medium.com/aptoslabs/the-path-to-10x-lower-gas-fees-on-aptos-with-community-driven-feedback-7cca875a513f And details for storage specifically will come out in the coming months.
Is there any concept of lease term or personal account storage limit for the move contract on aptos?
@99Kies you can find relevant (but somewhat vague :P ) information on that topic -- details will come out in the coming months. https://medium.com/aptoslabs/the-path-to-10x-lower-gas-fees-on-aptos-with-community-driven-feedback-7cca875a513f
Closing as there's no immediate action planned on this topic.
I think these belongs to the global gas schedule because: 1. they are not changed per epoch, like the per epoch updating prices, so there's no concern writing a large...
Rebased and converted from `&dyn` to `enum` for performance as suggested by @vgao1996 Converting to draft before other adjustments.
Now I create a `trait CheckChangeSet` in `types` so the implementation can be in `aptos-gas`, hence the "builder" is gone.
> That's interesting, that we don't cache reads in MVHashMap. I guess in that case the storage cache is helpful. It is not cached across blocks BTW. The CachedStateView::state_cache is...
I'm all for it, but every txn will be more expansive after this change (gas for no-op txn bumps from 2 to 6), how do we green light this?
I mean, shall we put `genesis_waypoint` under `ExecutionConfig`, where `genesis_file_location` resides?