solana/runtime/src
behzad nouri 48283161c3
passes through feature-set to gossip requests handling (#12878)
* passes through feature-set to down to gossip requests handling
* takes the feature-set from root_bank instead of working_bank
2020-10-15 20:54:21 +00:00
..
serde_snapshot Fix fee mismatch on snapshot deserialize (#12697) 2020-10-08 23:44:41 -07:00
accounts.rs Switch accounts storage lock to DashMap (#12126) 2020-10-13 18:29:50 -07:00
accounts_background_service.rs Fix rooted accounts cleanup, simplify locking (#12194) 2020-09-28 16:04:46 -07:00
accounts_db.rs Add timings for store accounts (#12882) 2020-10-15 12:14:39 -07:00
accounts_index.rs Fix error in max root calculation (#12661) 2020-10-03 15:18:58 -07:00
append_vec.rs Friendlier error message for mapping failures (#12213) 2020-09-15 15:43:17 -07:00
bank.rs Don't report RewardType::Fee when none was awarded 2020-10-14 09:06:20 -07:00
bank_client.rs
bank_forks.rs Fix rooted accounts cleanup, simplify locking (#12194) 2020-09-28 16:04:46 -07:00
bank_utils.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
blockhash_queue.rs Fix fee mismatch on snapshot deserialize (#12697) 2020-10-08 23:44:41 -07:00
bloom.rs adds an atomic variant of the bloom filter (#12422) 2020-09-24 18:37:19 +00:00
builtins.rs Port BPFLoader2 activation to FeatureSet and rework built-in program activation 2020-09-28 12:50:19 -07:00
commitment.rs Rpc -> proper optimistic confirmation (#12514) 2020-09-28 20:43:05 -06:00
epoch_stakes.rs Fix fee mismatch on snapshot deserialize (#12697) 2020-10-08 23:44:41 -07:00
feature.rs Add a couple feature tests 2020-09-28 12:24:09 -07:00
feature_set.rs passes through feature-set to gossip requests handling (#12878) 2020-10-15 20:54:21 +00:00
genesis_utils.rs Port BPFLoader2 activation to FeatureSet and rework built-in program activation 2020-09-28 12:50:19 -07:00
hardened_unpack.rs
instruction_recorder.rs Record and store invoked instructions in transaction meta (#12311) 2020-09-24 22:36:22 +08:00
lib.rs Move remaining nonce utils from runtime to SDK 2020-09-30 05:45:42 +00:00
loader_utils.rs
log_collector.rs Store program logs in blockstore / bigtable (TransactionWithStatusMeta) (#12678) 2020-10-08 12:06:15 -07:00
message_processor.rs fix native_loader behavior for invalid accounts (#12814) 2020-10-12 13:40:04 -07:00
native_loader.rs fix native_loader behavior for invalid accounts (#12814) 2020-10-12 13:40:04 -07:00
process_instruction.rs program log pubkey as base58 (#12901) 2020-10-15 09:11:54 -07:00
rent_collector.rs Enable stricter check on rent-exempt accounts on testnet (#12224) 2020-09-15 06:48:48 +00:00
serde_snapshot.rs Switch accounts storage lock to DashMap (#12126) 2020-10-13 18:29:50 -07:00
snapshot_package.rs
snapshot_utils.rs Avoid overflow when computing rent distribution (#12112) 2020-10-01 11:59:28 +09:00
stakes.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
status_cache.rs
system_instruction_processor.rs Fix rooted accounts cleanup, simplify locking (#12194) 2020-09-28 16:04:46 -07:00
transaction_batch.rs
transaction_utils.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
vote_sender_types.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00