Fix ed25519 builtin program handling (#23182)
* Fix ed25519 builtin program handling * Fix tests * Add integration tests for processing transactions with ed25519 ixs * Fix another test * fix formatting
This commit is contained in:
@@ -26,7 +26,7 @@ pub fn bootstrap_validator_stake_lamports() -> u64 {
|
||||
|
||||
// Number of lamports automatically used for genesis accounts
|
||||
pub const fn genesis_sysvar_and_builtin_program_lamports() -> u64 {
|
||||
const NUM_BUILTIN_PROGRAMS: u64 = 5;
|
||||
const NUM_BUILTIN_PROGRAMS: u64 = 6;
|
||||
const FEES_SYSVAR_MIN_BALANCE: u64 = 946_560;
|
||||
const STAKE_HISTORY_MIN_BALANCE: u64 = 114_979_200;
|
||||
const CLOCK_SYSVAR_MIN_BALANCE: u64 = 1_169_280;
|
||||
|
Reference in New Issue
Block a user