solana/runtime/src
Tyera Eulberg da6753b8c0
Warp timestamp and extend max-allowable-drift for accommodate slow blocks (#15204)
* Remove timestamp_correction feature gating

* Remove timestamp_bounding feature gating

* Remove unused deprecated ledger code

* Remove unused deprecated unbounded-timestamp code

* Enable independent adjustment of fast/slow timestamp bounding

* Update timestamp bounds to 25% fast, 80% slow; warp timestamp

* Update bank hash test

* Add PR number to feature

Co-authored-by: Michael Vines <mvines@gmail.com>

Co-authored-by: Michael Vines <mvines@gmail.com>
2021-02-09 15:49:00 -07:00
..
serde_snapshot chore: bump serde from 1.0.112 to 1.0.118 (#14828) 2021-02-02 23:28:16 +09:00
accounts.rs Don't load all accounts into memory for capitalization check (#14957) 2021-02-03 15:00:42 -08:00
accounts_background_service.rs use index version of calculating hash (#15189) 2021-02-09 10:37:50 -06:00
accounts_cache.rs Aggregate purge and shrink metrics (#14763) 2021-01-27 01:39:47 -08:00
accounts_db.rs change store account scan to not use dashmap (#15104) 2021-02-05 21:16:30 -06:00
accounts_index.rs Fix pubkey refcount for shrink + clean (#14987) 2021-02-04 12:44:19 -08:00
append_vec.rs Disable AppendVec warn! for now (#14996) 2021-02-02 14:52:30 +00:00
bank.rs Warp timestamp and extend max-allowable-drift for accommodate slow blocks (#15204) 2021-02-09 15:49:00 -07:00
bank_client.rs
bank_forks.rs Warp timestamp and extend max-allowable-drift for accommodate slow blocks (#15204) 2021-02-09 15:49:00 -07:00
bank_utils.rs
blockhash_queue.rs
bloom.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
builtins.rs Remove legacy_stake program 2021-01-25 19:34:40 -08:00
commitment.rs program-test: Add ability to warp to the future (#14998) 2021-02-03 23:31:36 +01:00
contains.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
epoch_stakes.rs
genesis_utils.rs
hardened_unpack.rs Remove regular expressions, speeds up untar (#14119) 2020-12-15 08:48:21 -08:00
inline_spl_token_v2_0.rs Add secondary indexes (#14212) 2020-12-31 18:06:03 -08:00
instruction_recorder.rs
lib.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
loader_utils.rs Buffer authority must match upgrade authority for deploys and upgrades (#14923) 2021-01-29 12:43:42 -08:00
log_collector.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
message_processor.rs More rich runtime logging (#14938) 2021-02-01 11:40:49 -08:00
native_loader.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
rent_collector.rs Clippy 2020-12-14 08:03:29 -08:00
secondary_index.rs More generic accounts purge functions (#14595) 2021-01-17 20:31:03 -08:00
serde_snapshot.rs Only mmap file from snapshot once (#14815) 2021-01-28 08:15:33 -08:00
snapshot_package.rs calculate hash from store instead of index (#15034) 2021-02-04 09:00:33 -06:00
snapshot_utils.rs Threadpool2 (#15151) 2021-02-05 18:48:16 -06:00
stakes.rs caches staked nodes computed from vote-accounts (#13929) 2020-12-17 21:22:50 +00:00
status_cache.rs Clippy 2020-12-14 08:03:29 -08:00
system_instruction_processor.rs Cache account stores, flush from AccountsBackgroundService (#13140) 2021-01-11 17:00:23 -08:00
transaction_batch.rs
transaction_utils.rs
vote_account.rs vote: Add helper for creating current-versioned states 2020-12-22 19:37:26 -07:00
vote_sender_types.rs