solana/src
sakridge de379ed915
Fix sig verify counters to be unique and tweak perf counters (#1056)
print events and add current events to old value to report
2018-08-24 16:05:32 -07:00
..
bin Cleanup Fullnode construction 2018-08-23 13:42:54 -07:00
bank.rs Rework counter increment outside apply_debits loop (#1046) 2018-08-23 09:42:59 -07:00
banking_stage.rs Fix bank coalescing (#949) 2018-08-12 10:04:21 -07:00
blob_fetch_stage.rs Fix all remaining clippy warnings 2018-07-12 09:40:40 -06:00
broadcast_stage.rs Pacify clippy 2018-08-13 20:17:16 -06:00
budget.rs cargo fmt 2018-08-09 13:41:37 -06:00
choose_gossip_peer_strategy.rs Rename pk variables to pubkey 2018-08-09 13:41:37 -06:00
client.rs Submit leader's vote after observing 2/3 validator votes (#780) 2018-07-31 22:07:53 -07:00
counter.rs Fix sig verify counters to be unique and tweak perf counters (#1056) 2018-08-24 16:05:32 -07:00
crdt.rs fixups 2018-08-13 21:07:26 -07:00
drone.rs Up drone request amount (#1051) 2018-08-23 15:30:35 -07:00
entry.rs fix erasure, remove Entry "pad" 2018-08-18 02:22:52 -07:00
entry_writer.rs Rename KeyPair to Keypair 2018-08-09 13:41:37 -06:00
erasure.rs fixups 2018-08-18 02:22:52 -07:00
fetch_stage.rs Fix all remaining clippy warnings 2018-07-12 09:40:40 -06:00
fullnode.rs Add back JsonRpcService changes 2018-08-23 13:42:54 -07:00
hash.rs Add Hash wrapper and supporting traits 2018-08-01 17:00:51 -07:00
ledger.rs fixed test according to @rob-solana 2018-08-16 14:44:51 -07:00
lib.rs Fix broken doc 2018-08-23 13:42:54 -07:00
logger.rs Include nanoseconds in log timestamp 2018-07-29 19:08:27 -07:00
metrics.rs Add hostname to metrics on panic 2018-08-10 17:08:40 -07:00
mint.rs Rename PublicKey type to Pubkey 2018-08-09 13:41:37 -06:00
nat.rs Boot unused creates 2018-08-20 16:48:37 -06:00
ncp.rs Move winow into its own module 2018-08-13 20:17:16 -06:00
packet.rs Increment counter by number of packets received (#1049) 2018-08-23 12:32:50 -07:00
payment_plan.rs Rename PublicKey type to Pubkey 2018-08-09 13:41:37 -06:00
record_stage.rs Rename KeyPair to Keypair 2018-08-09 13:41:37 -06:00
recorder.rs Add Hash wrapper and supporting traits 2018-08-01 17:00:51 -07:00
replicate_stage.rs rework read_ledger, LedgerWriter, and LedgerWindow for recover() 2018-08-10 18:07:23 -07:00
request.rs Account type with state 2018-08-16 14:44:51 -07:00
request_processor.rs Account type with state 2018-08-16 14:44:51 -07:00
request_stage.rs Remove exit variable from RequestStage 2018-07-05 17:32:41 -06:00
result.rs Improve gossip use for drone and wallet 2018-08-23 13:08:59 -06:00
retransmit_stage.rs cfg=erasure fixes, use return value of align!() 2018-08-14 12:14:59 -07:00
rpc.rs Pass bank to rpc as reference 2018-08-23 09:06:17 -06:00
rpu.rs Fix all remaining clippy warnings 2018-07-12 09:40:40 -06:00
service.rs
signature.rs Rename sig variables to signature 2018-08-09 13:41:37 -06:00
sigverify.rs Fix sig verify counters to be unique and tweak perf counters (#1056) 2018-08-24 16:05:32 -07:00
sigverify_stage.rs Add sigverify_stage-total_verify_time datapoint 2018-08-04 21:45:58 -07:00
streamer.rs cfg=erasure fixes, use return value of align!() 2018-08-14 12:14:59 -07:00
thin_client.rs Don't hang in transaction_count (#1052) 2018-08-23 20:57:13 -07:00
timing.rs Apply most of clippy's feedback 2018-07-12 09:40:40 -06:00
tpu.rs Rename KeyPair to Keypair 2018-08-09 13:41:37 -06:00
transaction.rs Account type with state 2018-08-16 14:44:51 -07:00
tvu.rs Move winow into its own module 2018-08-13 20:17:16 -06:00
vote_stage.rs Add get_finality request and use it from multinode test (#941) 2018-08-13 08:55:13 -07:00
voting.rs Rename PublicKey type to Pubkey 2018-08-09 13:41:37 -06:00
wallet.rs Rename PublicKey type to Pubkey 2018-08-09 13:41:37 -06:00
window.rs Cap repair requests timeout (#958) 2018-08-23 15:30:21 -07:00
write_stage.rs rework read_ledger, LedgerWriter, and LedgerWindow for recover() 2018-08-10 18:07:23 -07:00