solana/src
Michael Vines a0dd8617be Remove airdrop from fullnode 2018-11-16 13:25:55 -08:00
..
bin Remove airdrop from fullnode 2018-11-16 13:25:55 -08:00
img Cleanup TVU diagram 2018-11-11 20:55:21 -08:00
SUMMARY.md Add the solana-wallet documentation (#1744) 2018-11-08 15:42:20 -07:00
appendix.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
avalanche.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
bank.rs Add check for missing signature with fee'ed transaction 2018-11-15 16:23:13 -08:00
banking_stage.rs remove dead poh code (#1747) 2018-11-08 12:55:23 -08: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
bloom.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
bpf_loader.rs Accounts get kicked if no tokens 2018-11-13 17:23:13 -08:00
broadcast_stage.rs Check for valid tvu, not tpu in broadcast (#1836) 2018-11-15 23:30:22 -08:00
budget_expr.rs Change token type from i64 to u64 2018-11-05 15:25:26 -07:00
budget_instruction.rs Change token type from i64 to u64 2018-11-05 15:25:26 -07:00
budget_program.rs Revert "Migrate from ring to ed25519-dalek" (#1798) 2018-11-12 22:34:43 -08:00
budget_transaction.rs Remove signed_keys 2018-11-15 16:23:13 -08:00
chacha.rs Storage mining fixups... 2018-10-24 09:58:41 -07:00
chacha_cuda.rs Add storage stage which does storage mining verification for validators 2018-10-31 13:44:21 -07:00
client.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
cluster_info.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
compute_leader_finality_service.rs Rename Account.program_id to Account.owner 2018-11-12 10:59:01 -08:00
contact_info.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
counter.rs Decouple log and metrics rate (#1839) 2018-11-15 22:27:16 -08:00
crds.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
crds_gossip.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
crds_gossip_error.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
crds_gossip_pull.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
crds_gossip_push.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
crds_traits_impls.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
crds_value.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
db_ledger.rs Rocks db (#1792) 2018-11-15 15:53:31 -08:00
drone.rs Drone now returns signed airdrop transactions 2018-11-15 17:13:13 -08:00
entry.rs Add poh verification before processing entries 2018-11-13 14:17:00 -08:00
erasure.rs add support for slots in erasure (#1736) 2018-11-08 10:20:03 -08: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.md Fix typo 2018-11-08 17:15:48 -07:00
fullnode.rs Remove airdrop from fullnode 2018-11-16 13:25:55 -08:00
hash.rs lastidnotfound step 2: (#1300) 2018-09-21 21:01:13 -07:00
introduction.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
jsonrpc-api.md Rename Account.program_id to Account.owner 2018-11-12 10:59:01 -08:00
jsonrpc-service.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
leader_scheduler.rs Rename Account.program_id to Account.owner 2018-11-12 10:59:01 -08:00
ledger.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
ledger.rs Add poh verification before processing entries 2018-11-13 14:17:00 -08:00
ledger_write_stage.rs Cleanup TVU code to look like its block diagram (#1737) 2018-11-07 19:25:36 -07:00
lib.rs Rocks db (#1792) 2018-11-15 15:53:31 -08:00
loader_transaction.rs Add loader_ prefix to LoaderTransaction methods 2018-11-07 15:06:38 -07:00
logger.rs
metrics.rs Add host information to db entries (#1778) 2018-11-13 21:54:15 -08:00
mint.rs Revert "Migrate from ring to ed25519-dalek" (#1798) 2018-11-12 22:34:43 -08:00
native_loader.rs Expose tick_height to native programs 2018-11-14 10:33:27 -08:00
ncp.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
ncp.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
netutil.rs remove spurious eprintln!() 2018-11-16 10:21:58 -08:00
packet.rs Add poh verification before processing entries 2018-11-13 14:17:00 -08:00
payment_plan.rs Change token type from i64 to u64 2018-11-05 15:25:26 -07:00
poh.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
poh.rs add last_id to Entry, PohEntry (#1783) 2018-11-12 17:03:23 -08:00
poh_recorder.rs add last_id to Entry, PohEntry (#1783) 2018-11-12 17:03:23 -08:00
poh_service.rs Create Poh Service (#1604) 2018-10-25 14:56:21 -07:00
porep.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
programs.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
recvmmsg.rs
replicate_stage.rs Add poh verification before processing entries 2018-11-13 14:17:00 -08:00
replicator.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
result.rs Rocks db (#1792) 2018-11-15 15:53:31 -08:00
retransmit_stage.rs Remove hostname() from calls to metrics as it's expensive operation (#1557) 2018-10-20 06:38:20 -07:00
rpc.rs Drone now returns signed airdrop transactions 2018-11-15 17:13:13 -08:00
rpc_pubsub.rs Multiple signatures for transactions 2018-11-15 16:23:13 -08:00
rpc_request.rs Drone now returns signed airdrop transactions 2018-11-15 17:13:13 -08:00
runtime.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
service.rs Move description of the Rust flavor of stages to service.rs 2018-11-08 11:33:52 -07:00
settings.rs.foo remove ledger tail code, WINDOW_SIZE begone (#1617) 2018-10-30 10:05:18 -07:00
signature.rs Revert "Migrate from ring to ed25519-dalek" (#1798) 2018-11-12 22:34:43 -08:00
sigverify.rs Multiple signatures for transactions 2018-11-15 16:23:13 -08: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 Pass any serializable to Transaction constructor 2018-11-06 11:23:59 -07:00
storage_stage.rs Multiple signatures for transactions 2018-11-15 16:23:13 -08:00
storage_transaction.rs Pass any serializable to Transaction constructor 2018-11-06 11:23:59 -07:00
store_ledger_stage.rs Move ledger write to its own stage (#1577) 2018-10-23 14:42:48 -07:00
streamer.rs Pacify clippy 2018-09-27 16:21:12 -06:00
synchronization.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
system_program.rs Rename Account.program_id to Account.owner 2018-11-12 10:59:01 -08:00
system_transaction.rs Multiple signatures for transactions 2018-11-15 16:23:13 -08:00
terminology.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
thin_client.rs Remove airdrop from fullnode 2018-11-16 13:25:55 -08:00
timing.rs
token_program.rs Rename Account.program_id to Account.owner 2018-11-12 10:59:01 -08:00
tpu.md Better titles for tpu and tvu 2018-11-08 11:33:52 -07:00
tpu.rs Cleanup TVU code to look like its block diagram (#1737) 2018-11-07 19:25:36 -07:00
transaction.rs Change signed_key to index into account_keys 2018-11-15 16:23:13 -08:00
tvu.md Better titles for tpu and tvu 2018-11-08 11:33:52 -07:00
tvu.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
vdf.md Integrate the markdown book into the codebase 2018-11-07 10:58:47 -07:00
vote_program.rs Rename Account.program_id to Account.owner 2018-11-12 10:59:01 -08:00
vote_stage.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
vote_transaction.rs Pass any serializable to Transaction constructor 2018-11-06 11:23:59 -07:00
wallet.md Add the solana-wallet documentation (#1744) 2018-11-08 15:42:20 -07:00
wallet.rs Drone now returns signed airdrop transactions 2018-11-15 17:13:13 -08:00
window.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
window_service.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00