solana/src
carllin 9c30bddb88
Rocks db erasure decoding (#1900)
* Change erasure to consume new RocksDb window

* Change tests for erasure

* Remove erasure from window

* Integrate erasure decoding back into window

* Remove corrupted blobs from ledger

* Replace Erasure result with result module's Result
2018-12-05 12:47:19 -08:00
..
bin Include builtin programs for ledger verification 2018-12-05 10:49:06 -08:00
bank.rs cargo fmt 2018-12-05 10:49:06 -08:00
banking_stage.rs cargo fmt 2018-12-05 10:49:06 -08:00
blob_fetch_stage.rs
bloom.rs
broadcast_stage.rs
chacha.rs
chacha_cuda.rs
client.rs
cluster_info.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
compute_leader_finality_service.rs Move vote_transaction out of src/ 2018-12-05 10:49:06 -08:00
contact_info.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
counter.rs
crds.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
crds_gossip.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
crds_gossip_error.rs
crds_gossip_pull.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
crds_gossip_push.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
crds_traits_impls.rs
crds_value.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
create_vote_account.rs Move vote_transaction out of src/ 2018-12-05 10:49:06 -08:00
db_ledger.rs Rocks db erasure decoding (#1900) 2018-12-05 12:47:19 -08:00
db_window.rs Rocks db erasure decoding (#1900) 2018-12-05 12:47:19 -08:00
entry.rs cargo fmt 2018-12-05 10:49:06 -08:00
erasure.rs Rocks db erasure decoding (#1900) 2018-12-05 12:47:19 -08:00
fetch_stage.rs
fullnode.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
leader_scheduler.rs cargo fmt 2018-12-05 10:49:06 -08:00
ledger.rs cargo fmt 2018-12-05 10:49:06 -08:00
ledger_write_stage.rs
lib.rs system_program must be a static lib as it allocates Account memory 2018-12-05 10:49:06 -08:00
logger.rs
mint.rs cargo fmt 2018-12-05 10:49:06 -08:00
native_loader.rs Move system_program out of src/ 2018-12-05 10:49:06 -08:00
ncp.rs
netutil.rs
packet.rs Rocks db erasure decoding (#1900) 2018-12-05 12:47:19 -08:00
poh.rs
poh_recorder.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
poh_service.rs Create Poh Service (#1604) 2018-10-25 14:56:21 -07:00
recvmmsg.rs
replicate_stage.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
replicator.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
result.rs
retransmit_stage.rs
rpc.rs cargo fmt 2018-12-05 10:49:06 -08:00
rpc_pubsub.rs cargo fmt 2018-12-05 10:49:06 -08:00
rpc_request.rs Cleanup ad-hoc rpc address formation 2018-12-03 18:13:55 -08:00
runtime.rs system_program must be a static lib as it allocates Account memory 2018-12-05 10:49:06 -08:00
service.rs
signature.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
sigverify.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
sigverify_stage.rs
storage_stage.rs cargo fmt 2018-12-05 10:49:06 -08:00
store_ledger_stage.rs
streamer.rs
test_tx.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
thin_client.rs cargo fmt 2018-12-05 10:49:06 -08:00
tpu.rs
tpu_forwarder.rs
tvu.rs cargo fmt 2018-12-05 10:49:06 -08:00
vote_stage.rs cargo fmt 2018-12-05 10:49:06 -08:00
wallet.rs cargo fmt 2018-12-05 10:49:06 -08:00
window.rs Rocks db erasure decoding (#1900) 2018-12-05 12:47:19 -08:00
window_service.rs