solana/runtime/src
Greg Fitzgerald 5d248fe5f8
Permit paying oneself (#10337)
* Allow paying to oneself

* cargo fmt

* Permit pay-to-self in CLI

No test here because we're just removing an [untested] special case.

Fixes #10339
2020-05-30 20:12:48 -06:00
..
serde_snapshot Multi-version snapshot support (#9980) 2020-05-23 02:54:24 +09:00
accounts.rs Permit paying oneself (#10337) 2020-05-30 20:12:48 -06:00
accounts_db.rs Add more logging while unpacking snapshots (#10266) 2020-05-27 10:41:05 -07:00
accounts_index.rs Introduce eager rent collection (#9527) 2020-05-13 16:22:14 +09:00
append_vec.rs Multi-version snapshot support (#9980) 2020-05-23 02:54:24 +09:00
bank.rs Permit paying oneself (#10337) 2020-05-30 20:12:48 -06:00
bank_client.rs Add option to wait for a specific epoch length to bench-tps (#10083) 2020-05-20 16:42:46 -07:00
blockhash_queue.rs Add mechanism to get blockhash's last valid slot (#10239) 2020-05-26 12:06:21 -07:00
bloom.rs Input values are not sanitized after they are deserialized, making it far too easy for Leo to earn SOL (#9706) 2020-04-27 11:06:00 -07:00
builtin_programs.rs move builtin programs out of bank (#10132) 2020-05-19 19:45:30 -07:00
epoch_stakes.rs Add Metrics/Dashboards tracking block production (#9342) 2020-04-08 14:35:24 -07:00
genesis_utils.rs Remove archiver and storage program (#9992) 2020-05-14 18:22:47 -07:00
lib.rs Multi-version snapshot support (#9980) 2020-05-23 02:54:24 +09:00
loader_utils.rs Don't use move semantics if not needed (#8793) 2020-03-11 14:37:23 -07:00
message_processor.rs Prevent privilege escalation (#10232) 2020-05-26 01:02:31 -07:00
native_loader.rs Add Cross-program invocations (#9582) 2020-04-28 14:33:56 -07:00
nonce_utils.rs Panic if no fee-payer found via Message::new() (#10050) 2020-05-15 12:23:09 -07:00
rent_collector.rs Add incinerator sysvar (#9815) 2020-04-30 22:04:08 -07:00
serde_snapshot.rs Add more logging while unpacking snapshots (#10266) 2020-05-27 10:41:05 -07:00
stakes.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
status_cache.rs 9951 clippy errors in the test suite (#10030) 2020-05-15 09:35:43 -07:00
system_instruction_processor.rs Permit paying oneself (#10337) 2020-05-30 20:12:48 -06:00
transaction_batch.rs Upgrade to Rust 1.42 (#8836) 2020-03-13 14:15:22 -06:00
transaction_utils.rs Revert "Rename solana-runtime to sealevel (#6239)" (#6247) 2019-10-04 19:33:29 -06:00