solana/core/src
Ryo Onodera b28ec430e4
Introduce background stale AppendVec shrink mechanism (#9219)
* Introduce background AppendVec shrink mechanism

* Support ledger tool

* Clean up

* save

* save

* Fix CI

* More clean up

* Add tests

* Clean up yet more

* Use account.hash...

* Fix typo....

* Add comment

* Rename accounts_cleanup_service
2020-04-06 17:30:23 +09:00
..
broadcast_stage Remove write lock (#9311) 2020-04-05 15:18:45 -07:00
accounts_background_service.rs Introduce background stale AppendVec shrink mechanism (#9219) 2020-04-06 17:30:23 +09:00
accounts_hash_verifier.rs Add snapshot compression option (#9276) 2020-04-03 13:13:49 -07:00
banking_stage.rs RPC: add `err` field to TransactionStatus, alongside the now deprecated `status` field (#9296) 2020-04-04 16:13:26 -07:00
broadcast_stage.rs Remove write lock (#9311) 2020-04-05 15:18:45 -07:00
cluster_info.rs Remove write lock (#9311) 2020-04-05 15:18:45 -07:00
cluster_info_vote_listener.rs Refactor VoteTracker (#9084) 2020-03-26 17:55:17 -07:00
cluster_slots.rs Update Cluster Slots to support multiple threads (#9071) 2020-03-25 18:09:19 -07:00
commitment.rs Use cluster confirmations in rpc and pubsub (#9138) 2020-03-30 17:53:25 -06:00
consensus.rs ReplayStage fixes (#9271) (#9279) 2020-04-02 21:05:33 -07:00
contact_info.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
crds.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
crds_gossip.rs Reformatting 2020-02-18 21:08:43 -07:00
crds_gossip_error.rs
crds_gossip_pull.rs Filter old CrdsValues received via Pull Responses in Gossip (#8150) 2020-02-07 12:38:24 -08:00
crds_gossip_push.rs Reformatting 2020-02-18 21:08:43 -07:00
crds_value.rs Place AccountsHashes in same enum ordinal position as the v1.0 version (#9251) 2020-04-01 18:47:50 -07:00
deprecated.rs Cluster has no way to know which slots are available (#8732) 2020-03-11 21:31:50 -07:00
epoch_slots.rs Cluster has no way to know which slots are available (#8732) 2020-03-11 21:31:50 -07:00
fetch_stage.rs Pull streamer out into its own module. (#8917) 2020-03-17 23:30:23 -07:00
gen_keys.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
gossip_service.rs Pull streamer out into its own module. (#8917) 2020-03-17 23:30:23 -07:00
ledger_cleanup_service.rs max_ledger_slots -> max_ledger_shreds (#9198) 2020-03-31 17:21:19 -07:00
lib.rs Introduce background stale AppendVec shrink mechanism (#9219) 2020-04-06 17:30:23 +09:00
local_vote_signer_service.rs Add --bind-address and --rpc-bind-address validator arguments (#8628) 2020-03-04 22:46:43 -07:00
poh_recorder.rs Remove stub core/src/genesis_utils.rs (#8999) 2020-03-21 10:54:40 -07:00
poh_service.rs Remove stub core/src/genesis_utils.rs (#8999) 2020-03-21 10:54:40 -07:00
progress_map.rs Check ClusterSlots for confirmation of block propagation (#9115) 2020-03-30 19:57:11 -07:00
repair_service.rs Make repair metrics less chatty (#9094) 2020-03-29 14:43:58 -07:00
replay_stage.rs RPC: add `err` field to TransactionStatus, alongside the now deprecated `status` field (#9296) 2020-04-04 16:13:26 -07:00
result.rs Remove reed-solomon-erasure from core/ 2020-02-07 15:37:57 -07:00
retransmit_stage.rs Update Cluster Slots to support multiple threads (#9071) 2020-03-25 18:09:19 -07:00
rewards_recorder_service.rs move rpc types from client to client-types crate (#9039) 2020-03-26 13:29:30 -07:00
rpc.rs Deprecate `confirmTransaction`, `getSignatureStatus`, and `getSignatureConfirmation` (#9298) 2020-04-05 14:31:24 +08:00
rpc_pubsub.rs RPC: add `err` field to TransactionStatus, alongside the now deprecated `status` field (#9296) 2020-04-04 16:13:26 -07:00
rpc_pubsub_service.rs Use cluster confirmations in rpc and pubsub (#9138) 2020-03-30 17:53:25 -06:00
rpc_service.rs Add snapshot compression option (#9276) 2020-04-03 13:13:49 -07:00
rpc_subscriptions.rs RPC: add `err` field to TransactionStatus, alongside the now deprecated `status` field (#9296) 2020-04-04 16:13:26 -07:00
serve_repair.rs Fix repair dos (#9056) 2020-04-01 06:48:35 -07:00
serve_repair_service.rs Pull streamer out into its own module. (#8917) 2020-03-17 23:30:23 -07:00
shred_fetch_stage.rs Shred fetch comment and debug message tweak (#8980) 2020-03-20 11:00:48 -07:00
sigverify.rs Fix pinning (#6604) 2019-11-07 19:48:33 -08:00
sigverify_shreds.rs Remove stub core/src/genesis_utils.rs (#8999) 2020-03-21 10:54:40 -07:00
sigverify_stage.rs Pull streamer out into its own module. (#8917) 2020-03-17 23:30:23 -07:00
snapshot_packager_service.rs Add snapshot compression option (#9276) 2020-04-03 13:13:49 -07:00
storage_stage.rs Use cluster confirmations in rpc and pubsub (#9138) 2020-03-30 17:53:25 -06:00
tpu.rs Add Capabilities to Signal BroadcastStage to Retransmit (#8899) 2020-03-19 23:35:01 -07:00
transaction_status_service.rs Rework TransactionStatus index in blockstore (#9281) 2020-04-04 20:24:06 -07:00
tvu.rs Introduce background stale AppendVec shrink mechanism (#9219) 2020-04-06 17:30:23 +09:00
validator.rs Add native loader entry points (#9275) 2020-04-03 17:40:59 -07:00
verified_vote_packets.rs Pull streamer out into its own module. (#8917) 2020-03-17 23:30:23 -07:00
weighted_shuffle.rs
window_service.rs Accumulate blockstore metrics and submit every 2s (#9075) 2020-03-26 12:51:41 -07:00