solana/src
Greg Fitzgerald c6d7cd2d33 Move Account into its own module
Also use default Default generator, since system program ID is
[0; 32]. Bank should probably be the one to set this anyway.
2018-09-26 20:40:40 -06:00
..
bin fix reverse loop in write_stage, simplify banking_stage, add tooling to help find this (#1366) 2018-09-26 18:37:24 -07:00
account.rs Move Account into its own module 2018-09-26 20:40:40 -06:00
bank.rs Move Account into its own module 2018-09-26 20:40:40 -06:00
banking_stage.rs fix reverse loop in write_stage, simplify banking_stage, add tooling to help find this (#1366) 2018-09-26 18:37:24 -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
broadcast_stage.rs Validator to leader (#1303) 2018-09-25 15:41:29 -07:00
budget.rs Add Budget::And element, and supporting functions (#1329) 2018-09-25 12:38:13 -06:00
budget_instruction.rs Free up term instruction for new multi-instruction feature 2018-09-26 14:17:15 -06:00
budget_program.rs Move Account into its own module 2018-09-26 20:40:40 -06:00
budget_transaction.rs Free up term instruction for new multi-instruction feature 2018-09-26 14:17:15 -06:00
choose_gossip_peer_strategy.rs Rename pk variables to pubkey 2018-08-09 13:41:37 -06:00
client.rs improve localnet-sanity's robustness (#1160) 2018-09-09 04:50:43 +09:00
counter.rs cargo fmt 2018-09-14 16:37:49 -07:00
crdt.rs Free up term instruction for new multi-instruction feature 2018-09-26 14:17:15 -06:00
drone.rs Move SystemTransaction into its own module 2018-09-26 14:17:15 -06:00
dynamic_program.rs Move Account into its own module 2018-09-26 20:40:40 -06:00
entry.rs Move BudgetTransaction into its own module 2018-09-26 14:17:15 -06:00
entry_writer.rs lastidnotfound step 2: (#1300) 2018-09-21 21:01:13 -07:00
erasure.rs Placeholder storage contract and replicator client (#1286) 2018-09-21 15:32:15 -07: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 Synchronize PoH, bank last_id queue and ledger entry channel. 2018-09-26 16:19:03 -07:00
hash.rs lastidnotfound step 2: (#1300) 2018-09-21 21:01:13 -07:00
ledger.rs Free up term instruction for new multi-instruction feature 2018-09-26 14:17:15 -06:00
lib.rs Move Account into its own module 2018-09-26 20:40:40 -06:00
logger.rs
metrics.rs cargo fmt 2018-09-14 16:37:49 -07:00
mint.rs Move SystemTransaction into its own module 2018-09-26 14:17:15 -06:00
ncp.rs Use a Drop trait to keep track of lifetimes for recycled objects. 2018-09-19 16:59:42 -06:00
netutil.rs tests for my IP picker 2018-09-20 09:21:09 -07:00
packet.rs Validator to leader (#1303) 2018-09-25 15:41:29 -07:00
payment_plan.rs Delete no longer used PaymentPlan trait 2018-09-20 14:22:45 -06: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 Synchronize PoH, bank last_id queue and ledger entry channel. 2018-09-26 16:19:03 -07:00
recvmmsg.rs clippy 2018-09-15 05:12:53 -06:00
recycler.rs Boot Recycler::recycle() 2018-09-20 17:08:51 -06:00
replicate_stage.rs Validator to leader (#1303) 2018-09-25 15:41:29 -07:00
replicator.rs Add max entry height to download for replicator 2018-09-26 09:57:22 -07:00
request.rs Move Account into its own module 2018-09-26 20:40:40 -06:00
request_processor.rs Open multiple sockets for transaction UDP port (#1128) 2018-09-06 14:13:40 -07:00
request_stage.rs Add counters for channel pressure and time spent in TPU pipeline (#1324) 2018-09-24 17:13:49 -07:00
result.rs continue rendezvous refactor for gossip and repair 2018-08-31 23:21:07 +09:00
retransmit_stage.rs Add max entry height to download for replicator 2018-09-26 09:57:22 -07:00
rpc.rs Move Account into its own module 2018-09-26 20:40:40 -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 Rename sig variables to signature 2018-08-09 13:41:37 -06:00
sigverify.rs Move SystemTransaction into its own module 2018-09-26 14:17:15 -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 Move Account into its own module 2018-09-26 20:40:40 -06: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 Validator to leader (#1303) 2018-09-25 15:41:29 -07:00
system_program.rs Move Account into its own module 2018-09-26 20:40:40 -06:00
system_transaction.rs Move SystemTransaction into its own module 2018-09-26 14:17:15 -06:00
thin_client.rs Move Account into its own module 2018-09-26 20:40:40 -06:00
tictactoe_program.rs Move Account into its own module 2018-09-26 20:40:40 -06:00
timing.rs
tpu.rs Synchronize PoH, bank last_id queue and ledger entry channel. 2018-09-26 16:19:03 -07:00
transaction.rs Move BudgetTransaction into its own module 2018-09-26 14:17:15 -06:00
tvu.rs Move SystemTransaction into its own module 2018-09-26 14:17:15 -06:00
vote_stage.rs Free up term instruction for new multi-instruction feature 2018-09-26 14:17:15 -06:00
wallet.rs Move BudgetTransaction into its own module 2018-09-26 14:17:15 -06:00
window.rs Add max entry height to download for replicator 2018-09-26 09:57:22 -07:00
window_service.rs Add max entry height to download for replicator 2018-09-26 09:57:22 -07:00
write_stage.rs fix reverse loop in write_stage, simplify banking_stage, add tooling to help find this (#1366) 2018-09-26 18:37:24 -07:00