solana/src
Greg Fitzgerald 4a980568ac Rename sig variables to signature
We'll avoid introducing three-letter terms to free up the namespace
for three-letter acronyms.

But recognize the term "sigverify", a verb, to verify a digital
signature.
2018-08-09 13:41:37 -06:00
..
bin Rename sig variables to signature 2018-08-09 13:41:37 -06:00
bank.rs Rename sig variables to signature 2018-08-09 13:41:37 -06:00
banking_stage.rs Rename KeyPair to Keypair 2018-08-09 13:41:37 -06:00
blob_fetch_stage.rs Fix all remaining clippy warnings 2018-07-12 09:40:40 -06:00
budget.rs Rename PublicKey type to Pubkey 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 Check for log level before doing perf counter work 2018-08-08 00:16:53 -07:00
crdt.rs Rename sig variables to signature 2018-08-09 13:41:37 -06:00
drone.rs Rename PublicKey type to Pubkey 2018-08-09 13:41:37 -06:00
entry.rs Rename sig variables to signature 2018-08-09 13:41:37 -06:00
entry_writer.rs Rename KeyPair to Keypair 2018-08-09 13:41:37 -06:00
erasure.rs Rename KeyPair to Keypair 2018-08-09 13:41:37 -06:00
fetch_stage.rs Fix all remaining clippy warnings 2018-07-12 09:40:40 -06:00
fullnode.rs Rename kp variables to keypair 2018-08-09 13:41:37 -06:00
hash.rs Add Hash wrapper and supporting traits 2018-08-01 17:00:51 -07:00
ledger.rs Rename KeyPair to Keypair 2018-08-09 13:41:37 -06:00
lib.rs Add PublicKey wrapper 2018-08-01 16:15:14 -07:00
logger.rs Include nanoseconds in log timestamp 2018-07-29 19:08:27 -07:00
metrics.rs Include program name in panic metric 2018-07-17 12:13:22 -07:00
mint.rs Rename PublicKey type to Pubkey 2018-08-09 13:41:37 -06:00
nat.rs Converted sigverify disable flag to runtime check instead of "cfg" (#799) 2018-07-31 16:54:24 -07:00
ncp.rs plug in LedgerWindow 2018-08-07 17:27:53 -07:00
packet.rs Rename PublicKey type to Pubkey 2018-08-09 13:41:37 -06: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 Rename KeyPair to Keypair 2018-08-09 13:41:37 -06:00
request.rs Rename PublicKey type to Pubkey 2018-08-09 13:41:37 -06:00
request_processor.rs Cleanup 2018-06-29 09:51:13 -07:00
request_stage.rs Remove exit variable from RequestStage 2018-07-05 17:32:41 -06:00
result.rs Use BlobError for get_size return 2018-07-25 15:54:04 -07:00
rpu.rs Fix all remaining clippy warnings 2018-07-12 09:40:40 -06:00
service.rs Add Service trait 2018-07-04 16:40:34 -06:00
signature.rs Rename sig variables to signature 2018-08-09 13:41:37 -06:00
sigverify.rs Rename sig variables to signature 2018-08-09 13:41:37 -06:00
sigverify_stage.rs Add sigverify_stage-total_verify_time datapoint 2018-08-04 21:45:58 -07:00
streamer.rs allow received to outpace window, we're already constraining repair 2018-08-08 15:10:44 -07:00
thin_client.rs Rename sig variables to signature 2018-08-09 13:41:37 -06: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 Rename sig variables to signature 2018-08-09 13:41:37 -06:00
tvu.rs Rename KeyPair to Keypair 2018-08-09 13:41:37 -06:00
vote_stage.rs Rename KeyPair to Keypair 2018-08-09 13:41:37 -06: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_stage.rs Follow Shared prefix convention for Window alias (#798) 2018-07-30 16:56:01 -07:00
write_stage.rs Rename KeyPair to Keypair 2018-08-09 13:41:37 -06:00