solana/runtime/src
Justin Starry 8d0236e3f1
Rename bank height to block_height and expose method (#6199)
* Rename bank bank_height to block_height

* Expose block_height method
2019-10-01 14:55:39 -04:00
..
accounts.rs Fix BPF program static linking (#5992) 2019-09-24 07:09:53 -04:00
accounts_db.rs Remove serializing all ForkHashes (#6110) 2019-09-26 02:01:25 -07:00
accounts_index.rs upgrade rust to 1.37 (#5611) 2019-08-23 08:55:51 -07:00
append_vec.rs Remove some AccountStorage Serialization (#6047) 2019-09-25 18:07:41 -07:00
bank.rs Rename bank height to block_height and expose method (#6199) 2019-10-01 14:55:39 -04:00
bank_client.rs ThinClient internal name grooming (#5800) 2019-09-06 09:07:40 -07:00
blockhash_queue.rs Make lamports_per_signature dynamic based on cluster load (#4562) 2019-06-10 22:18:32 -07:00
bloom.rs Restore blob size fix (#5516) 2019-08-13 18:04:14 -07:00
epoch_schedule.rs add MiningPools, fund validator MiningPools from inflation (#4676) 2019-06-14 11:38:37 -07:00
genesis_utils.rs add authorities to stake init (#6104) 2019-09-26 13:29:29 -07:00
lib.rs transaction batch (#5962) 2019-09-19 10:06:08 -07:00
loader_utils.rs Revert "require stake, vote and executable accounts to be rent exempt (#5928)" (#6005) 2019-09-20 14:10:39 -07:00
message_processor.rs Fix BPF program static linking (#5992) 2019-09-24 07:09:53 -04:00
native_loader.rs Add LoaderInstruction::InvokeMain (#5116) 2019-07-16 10:45:32 -06:00
rent_collector.rs Rent tangential stuff (#5910) 2019-09-17 17:12:55 +05:30
serde_utils.rs Replace unneeded seqcst with relaxed on atomic operations (#4587) 2019-06-06 23:53:21 -07:00
stakes.rs Expose current stake accounts of a bank for use in cli tooling (#6184) 2019-09-30 21:57:49 -04:00
status_cache.rs Optimize BPF logs (#6186) 2019-09-30 14:21:29 -07:00
storage_utils.rs Add storage point tracking and tie in storage rewards to economics (#4824) 2019-06-26 10:40:03 -07:00
system_instruction_processor.rs Revert "require stake, vote and executable accounts to be rent exempt (#5928)" (#6005) 2019-09-20 14:10:39 -07:00
transaction_batch.rs transaction batch (#5962) 2019-09-19 10:06:08 -07:00
transaction_utils.rs randomize tx ordering (#4978) 2019-08-28 21:08:32 +05:30