-
Notifications
You must be signed in to change notification settings - Fork 350
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
fix: solana priority fees [LIVE-11792] #8234
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 5 Skipped Deployments
|
Desktop Bundle Checks
Mobile Bundle Checks
|
2ec5f93
to
2e9c83c
Compare
2e9c83c
to
06c2ad6
Compare
06c2ad6
to
7994ba2
Compare
4ed568c
to
eb701e8
Compare
Just saw that I'm missing a changeset adding it now |
eb701e8
to
1b61a4c
Compare
1b61a4c
to
cad783e
Compare
✅ Checklist
npx changeset
was attached.📝 Description
Original work: hoodieshq#4 (related LL PR: #7917)
Reverted because of swap issue: #8073
Issue:
https://support.ledger.com/hc/en-us/articles/17531561702813-Temporary-issue-with-Staking-and-Sending-Solana-SOL-in-Ledger-Live-Your-transaction-may-have-failed?support=true
Solution
Advised solution to mitigate this is
Note:
Required
getRecentPrioritizationFees
rpc call doesn't work correctly in@solana/[email protected]
. Hence,@solana/web3.js
and@solana/spl-token
have been updated.❓ Context
🧐 Checklist for the PR Reviewers