solana/runtime/src
Parth 9f6a2e51b2
add credit-debit rent handling (#6947)
* add credit-debit rent handling

* add tests

* charge rent for validator account for fee credit

* rent is stored per tx instead of account
2019-11-21 01:57:02 +05:30
..
accounts.rs add credit-debit rent handling (#6947) 2019-11-21 01:57:02 +05:30
accounts_db.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
accounts_index.rs credit_only credits forwarding (#6509) 2019-10-23 22:01:22 -07:00
append_vec.rs Avoid alloc due to vector pushes (#6632) 2019-10-30 21:55:17 -07:00
bank.rs add credit-debit rent handling (#6947) 2019-11-21 01:57:02 +05:30
bank_client.rs Remove/address some TODOs (#6923) 2019-11-13 09:43:15 -07:00
blockhash_queue.rs SDK: Add sysvar to expose recent block hashes to programs (#6663) 2019-11-04 10:51:15 -07:00
bloom.rs Revert "Rename solana-runtime to sealevel (#6239)" (#6247) 2019-10-04 19:33:29 -06:00
genesis_utils.rs Merge native programs parts into one unit (#7047) 2019-11-20 10:12:43 -08:00
lib.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
loader_utils.rs require `to` account signature (#6658) 2019-11-08 15:57:35 +05:30
message_processor.rs Rename verify_instruction() to verify_account_changes() (#7020) 2019-11-18 15:01:14 -07:00
native_loader.rs Merge native programs parts into one unit (#7047) 2019-11-20 10:12:43 -08:00
rent_collector.rs skip sysvars while assessing rent (#7015) 2019-11-19 01:31:27 +05:30
serde_utils.rs Revert "Rename solana-runtime to sealevel (#6239)" (#6247) 2019-10-04 19:33:29 -06:00
stakes.rs Merge native programs parts into one unit (#7047) 2019-11-20 10:12:43 -08:00
status_cache.rs Remove/address some TODOs (#6923) 2019-11-13 09:43:15 -07:00
storage_utils.rs Upgrade to rust 1.39.0 (#6939) 2019-11-14 12:27:01 -07:00
system_instruction_processor.rs don't allow assignment to sysvar program (#7017) 2019-11-18 19:39:29 -08:00
transaction_batch.rs Rename genesis block to genesis config (#6816) 2019-11-08 23:56:57 -05:00
transaction_utils.rs Revert "Rename solana-runtime to sealevel (#6239)" (#6247) 2019-10-04 19:33:29 -06:00