solana-with-rpc-optimizations/src
Greg Fitzgerald f0f55af35b Add scheduler config to genesis
Anything that affects how the ledger is interpreted needs to be
in the genesis block or someplace on the ledger before later
parts of the ledger are interpreted. We currently don't have an
on-chain program for cluster parameters, so that leaves only
the genesis block option.
2019-02-21 17:29:55 -08:00
..
active_stakers.rs Change votes and associated test/helper functions to vote based on slot height 2019-02-21 15:31:53 -07:00
bank_forks.rs moved fee collection code to runtime 2019-02-21 16:35:23 -08:00
banking_stage.rs Change votes and associated test/helper functions to vote based on slot height 2019-02-21 15:31:53 -07:00
blob_fetch_stage.rs
blockstream.rs Rename EntryStream to Blockstream 2019-02-21 17:24:29 -07:00
blockstream_service.rs Rename EntryStream to Blockstream 2019-02-21 17:24:29 -07:00
blocktree.rs Add scheduler config to genesis 2019-02-21 17:29:55 -08:00
blocktree_processor.rs moved fee collection code to runtime 2019-02-21 16:35:23 -08:00
broadcast_service.rs Fix stake selection for the Data Plane (#2863) 2019-02-20 21:38:16 -08:00
chacha.rs Update golden hash to account for tick_height removal 2019-02-20 07:47:04 -08:00
chacha_cuda.rs
client.rs Faster exit for storage_stage client 2019-02-12 20:45:22 -08:00
cluster_info.rs Plumb BankForks into GossipService 2019-02-20 22:19:51 -08:00
cluster_info_vote_listener.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
contact_info.rs Move RpcService into its own module 2019-02-17 12:20:05 -07:00
crds.rs
crds_gossip.rs Cleanup stakes for gossip (#2860) 2019-02-20 20:02:47 -08:00
crds_gossip_error.rs
crds_gossip_pull.rs Cleanup stakes for gossip (#2860) 2019-02-20 20:02:47 -08:00
crds_gossip_push.rs Cleanup stakes for gossip (#2860) 2019-02-20 20:02:47 -08:00
crds_value.rs
db_window.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
entry.rs Remove Entry::tick_height field 2019-02-20 07:47:04 -08:00
erasure.rs
fetch_stage.rs
fullnode.rs moved fee collection code to runtime 2019-02-21 16:35:23 -08:00
gen_keys.rs
gossip_service.rs Plumb BankForks into GossipService 2019-02-20 22:19:51 -08:00
leader_confirmation_service.rs Change votes and associated test/helper functions to vote based on slot height 2019-02-21 15:31:53 -07:00
leader_schedule.rs Change votes and associated test/helper functions to vote based on slot height 2019-02-21 15:31:53 -07:00
leader_scheduler.rs Rename active_window_length to active_window_num_slots 2019-02-21 15:48:13 -08:00
lib.rs Rename EntryStream to Blockstream 2019-02-21 17:24:29 -07:00
local_vote_signer_service.rs
packet.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
poh.rs
poh_recorder.rs Cache ticks until a working bank can pick them up 2019-02-20 14:14:38 -08:00
poh_service.rs Cache ticks until a working bank can pick them up 2019-02-20 14:14:38 -08:00
recvmmsg.rs
repair_service.rs fix test_repair_empty_slot 2019-02-18 23:38:28 -08:00
replay_stage.rs moved fee collection code to runtime 2019-02-21 16:35:23 -08:00
replicator.rs Make gossip selection stake based (#2848) 2019-02-20 17:08:56 -08:00
result.rs Cache ticks until a working bank can pick them up 2019-02-20 14:14:38 -08:00
retransmit_stage.rs RetransmitStage now gets a BankForks 2019-02-21 12:56:56 -08:00
rpc.rs Plumb BankForks into RPC subsystem 2019-02-20 21:46:48 -08:00
rpc_mock.rs
rpc_pubsub.rs moved fee collection code to runtime 2019-02-21 16:35:23 -08:00
rpc_pubsub_service.rs Drop RpcPubSubService's dependency on the Bank 2019-02-18 20:04:30 -07:00
rpc_request.rs Finish removing getConfirmationTime 2019-02-17 16:27:50 -08:00
rpc_service.rs Plumb BankForks into RPC subsystem 2019-02-20 21:46:48 -08:00
rpc_status.rs Move RpcSignatureStatus into its own module 2019-02-17 12:20:05 -07:00
rpc_subscriptions.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
service.rs
sigverify.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
sigverify_stage.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
storage_stage.rs Remove Entry::tick_height field 2019-02-20 07:47:04 -08:00
streamer.rs
test_tx.rs
thin_client.rs Make gossip selection stake based (#2848) 2019-02-20 17:08:56 -08:00
tpu.rs Stop passing blob_index unnecessarily into ReplayStage 2019-02-21 15:33:01 -07:00
tpu_forwarder.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
tvu.rs Rename EntryStream to Blockstream 2019-02-21 17:24:29 -07:00
voting_keypair.rs
window.rs
window_service.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00