solana/genesis/src
steviez d9802027cb
genesis: Skip inserting genesis accounts for Development clusters (#35266)
solana-genesis currently includes a list of accounts that exist in
MainnetBeta genesis. These accounts are added for all cluster types,
including Development clusters.

There is no need for these accounts to get added to dev clusters so
skip adding them for ClusterType::Development case
2024-02-22 14:42:35 -06:00
..
address_generator.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
genesis_accounts.rs genesis: Skip inserting genesis accounts for Development clusters (#35266) 2024-02-22 14:42:35 -06:00
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
main.rs Do not derive Copy for EpochSchedule and Rent (#32767) 2023-12-01 07:57:25 -08:00
stakes.rs Do not derive Copy for EpochSchedule and Rent (#32767) 2023-12-01 07:57:25 -08:00
unlocks.rs