solana/runtime/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
..
accounts.rs Correct missing entry handling to avoid bad warns (#8339) 2020-02-21 15:27:55 +09:00
accounts_db.rs Correct missing entry handling to avoid bad warns (#8339) 2020-02-21 15:27:55 +09:00
accounts_index.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
append_vec.rs
bank.rs Correct missing entry handling to avoid bad warns (#8339) 2020-02-21 15:27:55 +09:00
bank_client.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
blockhash_queue.rs Cleanup runtime use syntax (#8002) 2020-01-28 17:03:20 -08:00
bloom.rs Cleanup runtime use syntax (#8002) 2020-01-28 17:03:20 -08:00
genesis_utils.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
hard_forks.rs Add ability to hard fork at any slot (#7801) 2020-01-24 17:27:04 -08:00
lib.rs Add ability to hard fork at any slot (#7801) 2020-01-24 17:27:04 -08:00
loader_utils.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
message_processor.rs Move native program entrypoint out of instruction_processor_utils (#8122) 2020-02-04 14:54:49 -08:00
native_loader.rs Remove Native Loader's use of GenericError (#8285) 2020-02-14 13:58:48 -08:00
nonce_utils.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
rent_collector.rs
serde_utils.rs Cleanup runtime use syntax (#8002) 2020-01-28 17:03:20 -08:00
stakes.rs Cleanup runtime use syntax (#8002) 2020-01-28 17:03:20 -08:00
status_cache.rs Maintenance : simplify a few patterns, remove unneeded dependencies (#8137) 2020-02-06 10:02:38 -07:00
storage_utils.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
system_instruction_processor.rs Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
transaction_batch.rs Wrap ed25519_dalek::Keypair (#8247) 2020-02-12 14:15:12 -07:00
transaction_utils.rs