solana/src
Tyera Eulberg 1b2e9122d5 Pubsub listen on random open port when rpc does (quiet some test errors) 2018-10-16 00:11:26 -06:00
..
bin Upload bench output as build artifacts (#1478) 2018-10-12 15:13:10 -07:00
bank.rs Add bool return to entrypoint signature to permit programs to fail transactions 2018-10-13 20:01:43 -07:00
banking_stage.rs 1) Switch broken tests to generate an empty tick in their ledgers to use as last_id, 2) Fix bug where PoH generator in BankingStage did not referenced the last tick instead of the last entry on startup, causing ledger verification to fail on the new tick added by the PoH generator (#1479) 2018-10-12 00:39:10 -07:00
blob_fetch_stage.rs Use a Drop trait to keep track of lifetimes for recycled objects. 2018-09-19 16:59:42 -06:00
bpf_verifier.rs Add BPF support & C-based BPF tic-tac-toe (#1422) 2018-10-04 09:44:44 -07:00
broadcast_stage.rs Leader scheduler plumbing (#1440) 2018-10-10 16:49:41 -07:00
budget.rs break dependency of programs on solana core (#1371) 2018-09-27 07:49:26 -07:00
budget_instruction.rs Crdt -> ClusterInfo 2018-10-09 03:49:39 -06:00
budget_program.rs Cleanup field names 2018-10-04 16:51:05 -07:00
budget_transaction.rs Tick entry ids as only valid last_ids (#1441) 2018-10-10 17:23:06 -07:00
chacha.rs Add chacha module to encrypt ledger files 2018-09-28 14:23:37 -07:00
choose_gossip_peer_strategy.rs Crdt -> ClusterInfo 2018-10-09 03:49:39 -06:00
client.rs Crdt -> ClusterInfo 2018-10-09 03:49:39 -06:00
cluster_info.rs effeciently pack gossip responsens and only respond up to max size. (#1493) 2018-10-14 06:45:02 -07:00
counter.rs log to influx once (#1438) 2018-10-06 14:37:14 -07:00
drone.rs Leader scheduler plumbing (#1440) 2018-10-10 16:49:41 -07:00
dynamic_program.rs Add bool return to entrypoint signature to permit programs to fail transactions 2018-10-13 20:01:43 -07:00
entry.rs Refactor and add test for new Entry::serialized_size() 2018-10-14 10:53:47 -06:00
entry_writer.rs Tick entry ids as only valid last_ids (#1441) 2018-10-10 17:23:06 -07:00
erasure.rs Crdt -> ClusterInfo 2018-10-09 03:49:39 -06:00
fetch_stage.rs Add counters for channel pressure and time spent in TPU pipeline (#1324) 2018-09-24 17:13:49 -07:00
fullnode.rs Pubsub listen on random open port when rpc does (quiet some test errors) 2018-10-16 00:11:26 -06:00
hash.rs lastidnotfound step 2: (#1300) 2018-09-21 21:01:13 -07:00
leader_scheduler.rs 1) Switch broken tests to generate an empty tick in their ledgers to use as last_id, 2) Fix bug where PoH generator in BankingStage did not referenced the last tick instead of the last entry on startup, causing ledger verification to fail on the new tick added by the PoH generator (#1479) 2018-10-12 00:39:10 -07:00
ledger.rs Improve rpc code coverage (#1487) 2018-10-15 11:01:40 -06:00
lib.rs pubsub.rs -> rpc_pubsub.rs 2018-10-12 08:39:06 -07:00
logger.rs Include nanoseconds in log timestamp 2018-07-29 19:08:27 -07:00
metrics.rs Upload bench output as build artifacts (#1478) 2018-10-12 15:13:10 -07:00
mint.rs Transactions with multiple programs. (#1381) 2018-09-28 16:16:35 -07:00
ncp.rs Crdt -> ClusterInfo 2018-10-09 03:49:39 -06:00
netutil.rs Improve rpc code coverage (#1487) 2018-10-15 11:01:40 -06:00
packet.rs Leader scheduler plumbing (#1440) 2018-10-10 16:49:41 -07:00
payment_plan.rs break dependency of programs on solana core (#1371) 2018-09-27 07:49:26 -07:00
poh.rs move tick generation back to banking_stage, add unit tests (#1332) 2018-09-25 15:01:51 -07:00
poh_recorder.rs 1) Switch broken tests to generate an empty tick in their ledgers to use as last_id, 2) Fix bug where PoH generator in BankingStage did not referenced the last tick instead of the last entry on startup, causing ledger verification to fail on the new tick added by the PoH generator (#1479) 2018-10-12 00:39:10 -07:00
recvmmsg.rs clippy 2018-09-15 05:12:53 -06:00
replicate_stage.rs 1) Switch broken tests to generate an empty tick in their ledgers to use as last_id, 2) Fix bug where PoH generator in BankingStage did not referenced the last tick instead of the last entry on startup, causing ledger verification to fail on the new tick added by the PoH generator (#1479) 2018-10-12 00:39:10 -07:00
replicator.rs Leader scheduler plumbing (#1440) 2018-10-10 16:49:41 -07:00
request.rs break dependency of programs on solana core (#1371) 2018-09-27 07:49:26 -07:00
request_processor.rs Open multiple sockets for transaction UDP port (#1128) 2018-09-06 14:13:40 -07:00
request_stage.rs Remove recycler and it's usage 2018-09-27 10:42:37 -06:00
result.rs Crdt -> ClusterInfo 2018-10-09 03:49:39 -06:00
retransmit_stage.rs Leader scheduler plumbing (#1440) 2018-10-10 16:49:41 -07:00
rpc.rs Fix session drop 2018-10-16 00:11:26 -06:00
rpc_pubsub.rs Fix session drop 2018-10-16 00:11:26 -06:00
rpc_request.rs Move rpc request methods from wallet into separate module 2018-10-08 13:02:08 -06:00
rpu.rs Add counters for channel pressure and time spent in TPU pipeline (#1324) 2018-09-24 17:13:49 -07:00
service.rs Rewrote service trait join() method to allow thread join handles to return values other than () (#1213) 2018-09-13 14:00:17 -07:00
signature.rs break dependency of programs on solana core (#1371) 2018-09-27 07:49:26 -07:00
sigverify.rs Fix erasure and cuda related compilation errors 2018-09-27 10:42:37 -06:00
sigverify_stage.rs Add counters for channel pressure and time spent in TPU pipeline (#1324) 2018-09-24 17:13:49 -07:00
storage_program.rs Transactions with multiple programs. (#1381) 2018-09-28 16:16:35 -07:00
store_ledger_stage.rs Changed the window_service in Replicator to send entries instead of blobs (#1302) 2018-09-21 16:50:58 -07:00
streamer.rs Pacify clippy 2018-09-27 16:21:12 -06:00
system_program.rs Handle dynamic program dlopen failures gracefully 2018-10-13 11:31:10 -07:00
system_transaction.rs Tick entry ids as only valid last_ids (#1441) 2018-10-10 17:23:06 -07:00
thin_client.rs 1) Switch broken tests to generate an empty tick in their ledgers to use as last_id, 2) Fix bug where PoH generator in BankingStage did not referenced the last tick instead of the last entry on startup, causing ledger verification to fail on the new tick added by the PoH generator (#1479) 2018-10-12 00:39:10 -07:00
tictactoe_dashboard_program.rs Correct comment 2018-09-30 00:08:09 -07:00
tictactoe_program.rs Add BPF support & C-based BPF tic-tac-toe (#1422) 2018-10-04 09:44:44 -07:00
timing.rs Apply most of clippy's feedback 2018-07-12 09:40:40 -06:00
token_program.rs Avoid panic when account.source is None 2018-10-10 10:53:00 -07:00
tpu.rs 1) Switch broken tests to generate an empty tick in their ledgers to use as last_id, 2) Fix bug where PoH generator in BankingStage did not referenced the last tick instead of the last entry on startup, causing ledger verification to fail on the new tick added by the PoH generator (#1479) 2018-10-12 00:39:10 -07:00
transaction.rs Leader scheduler plumbing (#1440) 2018-10-10 16:49:41 -07:00
tvu.rs 1) Switch broken tests to generate an empty tick in their ledgers to use as last_id, 2) Fix bug where PoH generator in BankingStage did not referenced the last tick instead of the last entry on startup, causing ledger verification to fail on the new tick added by the PoH generator (#1479) 2018-10-12 00:39:10 -07:00
vote_stage.rs Crdt -> ClusterInfo 2018-10-09 03:49:39 -06:00
wallet.rs Improve rpc code coverage (#1487) 2018-10-15 11:01:40 -06:00
window.rs Leader scheduler plumbing (#1440) 2018-10-10 16:49:41 -07:00
window_service.rs Leader scheduler plumbing (#1440) 2018-10-10 16:49:41 -07:00
write_stage.rs Demote log messages 2018-10-12 20:16:57 -07:00