solana/src
Greg Fitzgerald 15a89d4f17 Boot Contract type from Budget
In the old bank (before the contract engine), Contract wasn't specific
to Budget. It provided the same service as what is now called
SystemProgram::Move, but without requiring a separate account.
2018-10-18 08:46:02 -06:00
..
bin Upload bench output as build artifacts (#1478) 2018-10-12 15:13:10 -07:00
bank.rs remove bank.is_leader, dead code (#1516) 2018-10-16 15:26:44 -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
broadcast_stage.rs Added counters to track more metrics on dashboard (#1535) 2018-10-17 17:32:50 -07:00
budget.rs break dependency of programs on solana core (#1371) 2018-09-27 07:49:26 -07:00
budget_instruction.rs Boot Contract type from Budget 2018-10-18 08:46:02 -06:00
budget_program.rs Boot Contract type from Budget 2018-10-18 08:46:02 -06:00
budget_transaction.rs Boot Contract type from Budget 2018-10-18 08:46:02 -06: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 consolidate tmp ledgers 2018-10-18 08:45:31 -06:00
counter.rs log to influx once (#1438) 2018-10-06 14:37:14 -07:00
drone.rs consolidate tmp ledgers 2018-10-18 08:45:31 -06: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 consolidate tmp ledgers 2018-10-18 08:45:31 -06:00
hash.rs lastidnotfound step 2: (#1300) 2018-09-21 21:01:13 -07:00
leader_scheduler.rs remove bank.is_leader, dead code (#1516) 2018-10-16 15:26:44 -07:00
ledger.rs consolidate tmp ledgers 2018-10-18 08:45:31 -06:00
lib.rs Rename dynamic_program.rs to native_loader.rs 2018-10-16 14:11:04 -07:00
loader_transaction.rs Program bank integration (#1462) 2018-10-16 09:43:49 -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
native_loader.rs Rename dynamic_program.rs to native_loader.rs 2018-10-16 14:11:04 -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 consolidate tmp ledgers 2018-10-18 08:45:31 -06:00
replicator.rs consolidate tmp ledgers 2018-10-18 08:45:31 -06: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 Add channel pressure for validator TVU stages (#1509) 2018-10-16 12:54:23 -07:00
rpc.rs consolidate tmp ledgers 2018-10-18 08:45:31 -06:00
rpc_pubsub.rs Program bank integration (#1462) 2018-10-16 09:43:49 -07: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 SystemProgram test was failing due to expected panic 2018-10-16 18:02:44 -07:00
system_transaction.rs Program bank integration (#1462) 2018-10-16 09:43:49 -07:00
thin_client.rs consolidate tmp ledgers 2018-10-18 08:45:31 -06: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 consolidate tmp ledgers 2018-10-18 08:45:31 -06:00
window.rs Leader scheduler plumbing (#1440) 2018-10-10 16:49:41 -07:00
window_service.rs Added counters to track more metrics on dashboard (#1535) 2018-10-17 17:32:50 -07:00
write_stage.rs consolidate tmp ledgers 2018-10-18 08:45:31 -06:00