solana/runtime/src
Greg Fitzgerald f0f55af35b Add scheduler config to genesis
Anything that affects how the ledger is interpreted needs to be
in the genesis block or someplace on the ledger before later
parts of the ledger are interpreted. We currently don't have an
on-chain program for cluster parameters, so that leaves only
the genesis block option.
2019-02-21 17:29:55 -08:00
..
accounts.rs * add merge_parents(), which means 'eat your parent' (#2851) 2019-02-21 12:08:50 -08:00
bank.rs Add scheduler config to genesis 2019-02-21 17:29:55 -08:00
bloom.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
last_id_queue.rs * add merge_parents(), which means 'eat your parent' (#2851) 2019-02-21 12:08:50 -08:00
lib.rs Migrate Rewards test from runtime to Bank 2019-02-19 10:59:06 -07:00
runtime.rs Move Bank to its own crate 2019-02-19 07:17:04 -07:00
status_cache.rs * add merge_parents(), which means 'eat your parent' (#2851) 2019-02-21 12:08:50 -08:00