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

Add priority fees and retry count to solana program deploy #21

Closed
jacobcreech opened this issue Feb 27, 2024 · 2 comments · Fixed by #364
Closed

Add priority fees and retry count to solana program deploy #21

jacobcreech opened this issue Feb 27, 2024 · 2 comments · Fixed by #364

Comments

@jacobcreech
Copy link

Problem

With higher usage on the cluster, transactions are requiring the need of a priority fee to be set in order to give them a greater chance of landing. This makes deploying programs, which require a larger amount of transactions than normal usage, to often fail before the program is finished deploying.

Proposed Solution

Add two new features:

  • Ability to set priority fee when using solana program deploy
  • Ability to set custom retry count
@Nagaprasadvr
Copy link

Can I work on this ?

@CriesofCarrots
Copy link

Can I work on this ?

You don't need to ask to work on an issue. PRs are always welcome. Feel free to ask clarifying or implementation questions, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@CriesofCarrots @Nagaprasadvr @jacobcreech and others