This repository was archived by the owner on Jan 22, 2025. It is now read-only.
v1.3: Backport block time updates#12423
Merged
CriesofCarrots merged 3 commits intoSep 23, 2020
Merged
Conversation
* Submit a timestamp for every vote * Submit at most one vote timestamp per second * Submit a timestamp for every new vote Co-authored-by: Tyera Eulberg <tyera@solana.com>
* Add blockstore column to cache block times * Add method to cache block time * Add service to cache block time * Update rpc getBlockTime to use new method, and refactor blockstore slightly * Return block_time with confirmed block, if available * Add measure and warning to cache-block-time
Codecov Report
@@ Coverage Diff @@
## v1.3 #12423 +/- ##
=======================================
Coverage 82.2% 82.2%
=======================================
Files 345 346 +1
Lines 81064 81164 +100
=======================================
+ Hits 66693 66784 +91
- Misses 14371 14380 +9 |
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.
#10630 , #11856 , and #11955 for version 1.3, enabling block times for all blocks in ledger/bigtable history