Skip to content
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: add compute budget instruction for setting account data size per transaction #30366

Closed
tao-stones opened this issue Feb 16, 2023 · 2 comments · Fixed by #30506
Closed
Labels
feature-gate Pull Request adds or modifies a runtime feature gate

Comments

@tao-stones
Copy link
Contributor

tao-stones commented Feb 16, 2023

Description

Transactions have hard-coded 64MB cap for total loaded account data size. Add a new compute budget instruction to allow user requesting proper data size (MAX 64MB).

Feature ID

G6vbf1UBok8MWb8m25ex86aoQHeKTzDKzuZADHkShqm6

Activation Method

Single Core Contributor

Minimum Beta Version

1.16.0

Minimum Stable Version

No response

Testnet Activation Epoch

499

Devnet Activation Epoch

558

Mainnet-Beta Activation Epoch

537

@tao-stones tao-stones added the feature-gate Pull Request adds or modifies a runtime feature gate label Feb 16, 2023
@brooksprumo
Copy link
Contributor

Does #27839 need to be activated before this feature?

@tao-stones
Copy link
Contributor Author

Does #27839 need to be activated before this feature?

Yes, even it is not restrictively necessary, it is safer to activate fixed cap first. I will schedule these feature activations in order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-gate Pull Request adds or modifies a runtime feature gate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants