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: fix compute budget allocation for builtins #2562

Open
tao-stones opened this issue Aug 12, 2024 · 0 comments
Open

Feature Gate: fix compute budget allocation for builtins #2562

tao-stones opened this issue Aug 12, 2024 · 0 comments
Labels
feature-gate Pull Request adds or modifies a runtime feature gate

Comments

@tao-stones
Copy link

tao-stones commented Aug 12, 2024

SIMD

solana-foundation/solana-improvement-documents#170

Description

builtins only consumes their constantly defined cost, therefore compute-budget should allocate exact cost for builtin instructions, instead of allocating 200K CU per builtin ix.

Changing compute budget allocation can impact transaction execution results, need to be feature gated.

Feature ID

C9oAhLxDBm3ssWtJx1yBGzPY55r2rArHmN1pbQn6HogH

Activation Method

Single Core Contributor

Deployment Considerations

Should communicate with dev that not to assume builtins still have 200K CU budget

Minimum Beta Version

No response

Minimum Stable Version

No response

Testnet Activation Epoch

No response

Devnet Activation Epoch

No response

Mainnet-Beta Activation Epoch

No response

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

No branches or pull requests

1 participant