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

[experimental] Add functions for adding priority fees to transactions #2123

Open
steveluscher opened this issue Feb 15, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@steveluscher
Copy link
Collaborator

I haven't thought what this will look like, but the principle is to offer a helper that you can use to transform a transaction into one that has a custom priority fee of your choosing.

Whoever takes this issue on, please flesh out this issue description with your ideas of what this API should look like.

@steveluscher steveluscher added the enhancement New feature or request label Feb 15, 2024
@lorisleiva
Copy link
Collaborator

This should probably be an alias or wrapper of the generated function getSetComputeUnitPrice of the Compute Budget client. Meaning you'd need to import @solana/compute-budget-program in order to access that helper.

@lorisleiva lorisleiva self-assigned this Feb 16, 2024
@steveluscher steveluscher removed this from the Release Technology Preview 2 milestone Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants