-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Feat/implement solana staking #15409
Conversation
47ceb8d
to
e7afb45
Compare
packages/suite/src/views/wallet/staking/components/StakingDashboard/StakingDashboard.tsx
Outdated
Show resolved
Hide resolved
packages/suite/src/components/wallet/WalletLayout/AccountTopPanel/AccountNavigation.tsx
Show resolved
Hide resolved
packages/suite/src/actions/wallet/stake/stakeFormSolanaActions.ts
Outdated
Show resolved
Hide resolved
packages/suite/src/actions/wallet/stake/stakeFormSolanaActions.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
a2b162e
to
21e5cd1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @dev-pvl, we were discussing internally the use of @everstake/sdk
and for Solana, we would like you to copy/paste content of https://github.com/everstake/wallet-sdk/blob/main/solana.js into our repo, probably some of the methods are already available in our repo, so just part of it. Thank you
...ts/suite/modals/ReduxModal/UserContextModal/StakeModal/StakeEthForm/ConfirmStakeEthModal.tsx
Outdated
Show resolved
Hide resolved
packages/suite/src/views/wallet/staking/components/SolStakingDashboard/SolStakingDashboard.tsx
Outdated
Show resolved
Hide resolved
packages/suite/src/actions/wallet/stake/stakeFormSolanaActions.ts
Outdated
Show resolved
Hide resolved
JFYI, I upgraded everstake/wallet-sdk to the latest and added needed changes to the Ethereum staking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will priority fees be supported? Not sure if the TXs will go through without them.
In our recent optimizations we updated TrezorConnect.blockchainEstimateFee
so it can simulate the needed compute budget. Fee per unit is currently set at 0.3 lamports.
a5ef7ca
to
0784ae2
Compare
0784ae2
to
807d05f
Compare
Merged from our branch in #15988 |
Description
Related Issue
Screenshots: