This repository was archived by the owner on Jul 15, 2022. It is now read-only.
LIVE-2162 Solana fixes after initial staking - #1947
Open
ghost wants to merge 7 commits into
Open
Conversation
* solana introduce tx confirmation timeout env var * solana increase http delay between requests to 500 * solana fix seq number for optimistic op * solana switch to random seed for staking accs * solana stop caching prepareTx * solana fix op tx seq number * solana fix lint * solana filter out non profitable validators on mainnet * solana update deps * solana update deprecated usage of deps * solana make acc balance include staked amounts * solana make some broadcast errors more user friendly * solana add use all amount stake warning * solana replace deprecated fee calculator * solana make validators ordered by score * solana update deps * solana fix estimate max spendable * solana set blockhash cache time to 15 secs * solana add retry logic for estimate tx fee * solana export stake actions types * solana update deps
ghost
self-requested a review
May 9, 2022 20:31
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## develop #1947 +/- ##
===========================================
+ Coverage 59.42% 59.51% +0.08%
===========================================
Files 510 512 +2
Lines 21105 21139 +34
Branches 5687 5700 +13
===========================================
+ Hits 12541 12580 +39
+ Misses 8543 8536 -7
- Partials 21 23 +2
Continue to review full report at Codecov.
|
* solana switch to translatable errors * solana make bot transfer amount integer
ghost
self-requested a review
May 13, 2022 15:39
henri-ly
approved these changes
May 16, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ℹ️ Note: requires LedgerHQ/ledger-live-desktop#4969
Context (issues, jira)
https://ledgerhq.atlassian.net/browse/LIVE-2162
Description / Usage
Specs of the changes are described here: https://docs.google.com/document/d/1QvlLnoLBkXZ3xul7cHajYzqVjolSTj0tJ64YPfkjvG8/edit
Expectations