solana/core/src
Ryo Onodera d238371b0c
Correct missing entry handling to avoid bad warns (#8339)
* Correct missing entry handling to avoid bad warns

* Pass storage entries to AccountStorageSerialize

* Fix CI.....

* Add tests and reorder condition for cheapest first

* Remove unneeded reference
2020-02-21 15:27:55 +09:00
..
broadcast_stage Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
banking_stage.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
blockstream.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
blockstream_service.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
broadcast_stage.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
cluster_info.rs Search for the validator with the highest snapshot 2020-02-20 17:04:48 -07:00
cluster_info_vote_listener.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
commitment.rs Update JSON-RPC documentation (#7915) 2020-01-21 20:17:33 -07:00
consensus.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
contact_info.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
crds.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
crds_gossip.rs Reformatting 2020-02-18 21:08:43 -07:00
crds_gossip_error.rs
crds_gossip_pull.rs Filter old CrdsValues received via Pull Responses in Gossip (#8150) 2020-02-07 12:38:24 -08:00
crds_gossip_push.rs Reformatting 2020-02-18 21:08:43 -07:00
crds_value.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
fetch_stage.rs Move thread_mem_usage module into measure/ 2020-01-03 13:25:37 -07:00
gen_keys.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
genesis_utils.rs Add solana-ledger crate (#6415) 2019-10-18 09:28:51 -07:00
gossip_service.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
ledger_cleanup_service.rs Add lock to make sure slot-based locktree calls are safe (#7993) 2020-01-28 13:45:41 -08:00
lib.rs Report validator rewards in getConfirmedBlock JSON RPC 2020-02-11 17:25:45 -07:00
local_vote_signer_service.rs Fix nightly clippy warnings (#8199) 2020-02-10 22:48:50 -08:00
packet.rs Fix larger than necessary allocations in streamer (#8187) 2020-02-10 11:49:07 -08:00
poh_recorder.rs Consolidate tx error counters and update metrics dashboard (#7724) 2020-01-16 23:26:50 -08:00
poh_service.rs Rename blocktree to blockstore (#7757) 2020-01-13 13:13:52 -08:00
recvmmsg.rs Refactor sigverify to stage for signing shreds on the GPU (#6635) 2019-11-06 10:52:30 -08:00
repair_service.rs Update epoch slots to include all missing slots (#8276) 2020-02-17 12:39:30 -08:00
replay_stage.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
result.rs Remove reed-solomon-erasure from core/ 2020-02-07 15:37:57 -07:00
retransmit_stage.rs Fix larger than necessary allocations in streamer (#8187) 2020-02-10 11:49:07 -08:00
rewards_recorder_service.rs Report validator rewards in getConfirmedBlock JSON RPC 2020-02-11 17:25:45 -07:00
rpc.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
rpc_pubsub.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
rpc_pubsub_service.rs feat: implement RPC notification queue (#7863) 2020-01-20 16:08:29 -05:00
rpc_service.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
rpc_subscriptions.rs Remove unnecessary arc and mutex for rpc notifications (#8351) 2020-02-21 08:03:46 +08:00
sendmmsg.rs Use sendmmsg for broadcasting shreds (#6325) 2019-10-10 19:38:48 -07:00
serve_repair.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
serve_repair_service.rs Factor repair from gossip (#8044) 2020-02-11 13:11:48 -07:00
shred_fetch_stage.rs Rename blocktree to blockstore (#7757) 2020-01-13 13:13:52 -08:00
sigverify.rs Fix pinning (#6604) 2019-11-07 19:48:33 -08:00
sigverify_shreds.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
sigverify_stage.rs More thiserror (#7183) 2020-01-02 20:50:43 -07:00
snapshot_packager_service.rs Correct missing entry handling to avoid bad warns (#8339) 2020-02-21 15:27:55 +09:00
storage_stage.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
streamer.rs Fix larger than necessary allocations in streamer (#8187) 2020-02-10 11:49:07 -08:00
tpu.rs Rename blocktree to blockstore (#7757) 2020-01-13 13:13:52 -08:00
transaction_status_service.rs Remove tuples from JSON RPC responses (#7806) 2020-01-15 00:25:45 -07:00
tvu.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
validator.rs If the node was loaded from a snapshot, advertise it in gossip (#8364) 2020-02-20 18:53:26 -08:00
weighted_shuffle.rs Refactor Weighted Shuffle (#6614) 2019-10-29 21:02:11 -07:00
window_service.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00