solana/runtime/src
Tyera Eulberg e15f95a36f
Fix timestamp handling on ledger warp (#14210)
* Reset timestamp for slot and epoch-start on warp

* Fix genesis timestamp metric source

* Remove check that timestamp > unix_timestamp_from_genesis

Default to previous timestamp, not genesis timestamp

* Move timestamp metrics to report even on warp

* Initialize slot 0 timestamps correctly

* Add feature gate to warp testnet timestamp

* Review suggestion: simplify warp-timestamp slot check
2020-12-20 21:36:56 +00:00
..
serde_snapshot caches staked nodes computed from vote-accounts (#13929) 2020-12-17 21:22:50 +00:00
accounts.rs Upgradeable loader (#13689) 2020-12-14 15:35:10 -08:00
accounts_background_service.rs Clippy 2020-12-14 08:03:29 -08:00
accounts_db.rs Clippy 2020-12-14 08:03:29 -08:00
accounts_index.rs Clippy 2020-12-14 08:03:29 -08:00
append_vec.rs Clippy 2020-12-14 08:03:29 -08:00
bank.rs Fix timestamp handling on ledger warp (#14210) 2020-12-20 21:36:56 +00:00
bank_client.rs Add get_minimum_balance_for_rent_excemption to Client (#14048) 2020-12-10 16:39:28 -08:00
bank_forks.rs Move slot cleanup to AccountsBackgroundService (#13911) 2020-12-13 01:22:34 +00:00
bank_utils.rs runtime: Replace `HashAgeKind` with `NonceRollbackInfo` 2020-12-02 20:10:08 +00:00
blockhash_queue.rs Update frozen_abi hashes 2020-10-24 08:37:55 -07:00
bloom.rs Clippy 2020-12-14 08:03:29 -08:00
builtins.rs Add stable program logging for BPF and native programs 2020-11-14 08:26:01 -08:00
commitment.rs Rpc -> proper optimistic confirmation (#12514) 2020-09-28 20:43:05 -06:00
epoch_stakes.rs caches vote-state de-serialized from vote accounts (#13795) 2020-11-30 17:18:33 +00:00
genesis_utils.rs Initial solana-test-validator command-line program 2020-12-11 04:17:38 +00:00
hardened_unpack.rs Remove regular expressions, speeds up untar (#14119) 2020-12-15 08:48:21 -08:00
instruction_recorder.rs Record and store invoked instructions in transaction meta (#12311) 2020-09-24 22:36:22 +08:00
lib.rs caches vote-state de-serialized from vote accounts (#13795) 2020-11-30 17:18:33 +00:00
loader_utils.rs Upgradeable loader (#13689) 2020-12-14 15:35:10 -08:00
log_collector.rs Truncate logs immediately upon collection. Also reduce limit from 100k to 10k 2020-11-23 17:20:02 -08:00
message_processor.rs Add CPI support for upgradeable loader (#14193) 2020-12-17 15:39:49 -08:00
native_loader.rs Native/builtin programs now receive an InvokeContext 2020-10-29 21:45:24 -07:00
rent_collector.rs Clippy 2020-12-14 08:03:29 -08:00
serde_snapshot.rs Re-use accounts stores (#12885) 2020-11-04 09:17:05 -08:00
snapshot_package.rs Add CLI options and runtime support for selection of output snapshot version. (#10536) 2020-06-19 14:38:37 +09:00
snapshot_utils.rs Reduce the number of snapshots 2020-12-01 11:13:37 -08: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 Fix parsing CreateAccountWithSeed instructions (#13513) 2020-11-10 23:51:53 +00:00
transaction_batch.rs Remove unused pubkey::Pubkey imports 2020-10-21 19:08:13 -07:00
transaction_utils.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
vote_account.rs caches staked nodes computed from vote-accounts (#13929) 2020-12-17 21:22:50 +00:00
vote_sender_types.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00