-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Gate: include transaction loaded accounts data size in base fee calculation #30657
Comments
Dev Comm: should communicate and promote instruction
|
@tao-stones Is this feature gate still blocked, or can it be scheduled for activation? |
Ah thanks for reminder. Looks like the two prerequisite feature gates have all been activated for awhile. I'd like to see wide adaptation of instruction I'll ping Dev Comm if can promote adaptation of the instruction. Also, do you know if there is a way for user/wallet to easily find out the size of accounts their tx about to load? |
Changing base fees should go through a governance vote, especially in the context of SIMD-0096 debate that is ongoing.
|
Updated block reason to "requires community gov vote" on Scheduler page. |
Description
Transaction can request limit of loaded accounts data size via
compute_budget::set_loaded_account_data_size_limit
instruction, or MAX 64MB is automatically applied as default. Transaction should pay fee for requesting memory usage.This feature changes transaction's base fee, therefore needs to be gated.
Feature ID
EaQpmC6GtRssaZ3PCUM5YksGqUdMLeZ46BQXYtHYakDS
Activation Method
Single Core Contributor
Minimum Beta Version
1.16.0
Minimum Stable Version
No response
Testnet Activation Epoch
No response
Devnet Activation Epoch
No response
Mainnet-Beta Activation Epoch
No response
The text was updated successfully, but these errors were encountered: