solana/core/src
anatoly yakovenko d9e7a5fcbe
Use fork weight instead of individual bank weight for fork selection. (#7079)
* Fix weight calculation

* Fix tests

* fork weight

* wait until nodes are in the leader schedule

* enable sanity

* fewer long tests
2019-11-21 15:47:08 -08:00
..
broadcast_stage
archiver.rs Merge api/program into single units (#7061) 2019-11-20 16:32:19 -08:00
banking_stage.rs Use unbounded channel (#7081) 2019-11-21 14:23:40 -07:00
blockstream.rs
blockstream_service.rs
broadcast_stage.rs
chacha.rs
chacha_cuda.rs
cluster_info.rs Fix num nodes metrics (#7068) 2019-11-20 17:00:31 -08:00
cluster_info_repair_listener.rs
cluster_info_vote_listener.rs Merge native programs parts into one unit (#7047) 2019-11-20 10:12:43 -08:00
commitment.rs Merge native programs parts into one unit (#7047) 2019-11-20 10:12:43 -08:00
consensus.rs Use fork weight instead of individual bank weight for fork selection. (#7079) 2019-11-21 15:47:08 -08:00
contact_info.rs
crds.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
crds_gossip.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
crds_gossip_error.rs
crds_gossip_pull.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
crds_gossip_push.rs
crds_value.rs
fetch_stage.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
gen_keys.rs
genesis_utils.rs
gossip_service.rs
ledger_cleanup_service.rs
lib.rs Write transaction status and fee into persistent store (#7030) 2019-11-20 16:43:10 -07:00
local_vote_signer_service.rs
packet.rs
partition_cfg.rs
poh_recorder.rs
poh_service.rs
recvmmsg.rs
repair_service.rs Cleanup nightly warnings (#7055) 2019-11-19 20:15:37 -08:00
replay_stage.rs Use fork weight instead of individual bank weight for fork selection. (#7079) 2019-11-21 15:47:08 -08:00
result.rs
retransmit_stage.rs
rpc.rs Merge native programs parts into one unit (#7047) 2019-11-20 10:12:43 -08:00
rpc_pubsub.rs Merge api/program into single units (#7061) 2019-11-20 16:32:19 -08:00
rpc_pubsub_service.rs
rpc_service.rs
rpc_subscriptions.rs Merge api/program into single units (#7061) 2019-11-20 16:32:19 -08:00
sendmmsg.rs
shred_fetch_stage.rs
sigverify.rs
sigverify_shreds.rs
sigverify_stage.rs
snapshot_packager_service.rs Create genesis.tar.bz2 in solana-genesis (#7039) 2019-11-21 10:57:27 -07:00
storage_stage.rs Merge api/program into single units (#7061) 2019-11-20 16:32:19 -08:00
streamer.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
thread_mem_usage.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
tpu.rs Write transaction status and fee into persistent store (#7030) 2019-11-20 16:43:10 -07:00
transaction_status_service.rs Use unbounded channel (#7081) 2019-11-21 14:23:40 -07:00
tvu.rs Write transaction status and fee into persistent store (#7030) 2019-11-20 16:43:10 -07:00
validator.rs Use unbounded channel (#7081) 2019-11-21 14:23:40 -07:00
weighted_shuffle.rs
window_service.rs