solana/src
Stephen Akridge c30b605047 Actually submit the storage mining proof
Get an aidrop so replicator can submit mining transaction

Some other minor type cleanup.
2018-10-18 13:50:19 -07:00
..
bin Actually submit the storage mining proof 2018-10-18 13:50:19 -07:00
bank.rs move last_id age checking into the HashMap 2018-10-18 11:07:00 -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
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 Move all source tokens into Budget account 2018-10-18 08:46:02 -06:00
budget_program.rs Add SystemProgram::Move ix to Budget tx 2018-10-18 08:46:02 -06:00
budget_transaction.rs Restore elaborate attack 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 Actually submit the storage mining proof 2018-10-18 13:50:19 -07:00
loader_transaction.rs Program bank integration (#1462) 2018-10-16 09:43:49 -07:00
logger.rs
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 Programs were not spawned by SystemProgram (#1533) 2018-10-18 10:33:30 -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
replicate_stage.rs consolidate tmp ledgers 2018-10-18 08:45:31 -06:00
replicator.rs Actually submit the storage mining proof 2018-10-18 13:50:19 -07:00
request.rs break dependency of programs on solana core (#1371) 2018-09-27 07:49:26 -07:00
request_processor.rs
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
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 Actually submit the storage mining proof 2018-10-18 13:50:19 -07:00
storage_transaction.rs Actually submit the storage mining proof 2018-10-18 13:50:19 -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 Programs were not spawned by SystemProgram (#1533) 2018-10-18 10:33:30 -07:00
system_transaction.rs Programs were not spawned by SystemProgram (#1533) 2018-10-18 10:33:30 -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
token_program.rs Delegate accounts now record the original approved amount 2018-10-18 08:53:25 -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