-
Notifications
You must be signed in to change notification settings - Fork 929
Add a transaction prioritization API to the JavaScript library (@solana/web3.js) #1099
Comments
Ah, I was hoping for some sort of guidance about the right API for this :) In the meantime, I discovered that a compute budget instruction helper was added by @philcchen in solana-labs/solana#24086, so maybe that's all the API we need or want? Open to thoughts on whether:
Almost certainly 3, right? |
Looks like solana-labs/solana#24086 ported earlier version of ComputeBudgetInstruction, probably needs a refreshment, at least add support of |
this sounds right to me—positionally, a priority fee is going to end up being different than the deterministic fees-per-signature as well as any rent exemption fees. plus since we're mutating the transaction we're gonna return a new Transaction anyway |
Because there has been no activity on this issue for 7 days since it was closed, it has been automatically locked. Please open a new issue if it requires a follow up. |
Problem
JavaScript library to utilize prioritization fee
Proposed Solution
TBD
The text was updated successfully, but these errors were encountered: