File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -912,6 +912,10 @@ pub mod snapshots_lt_hash {
912912 solana_pubkey:: declare_id!( "LTsNAP8h1voEVVToMNBNqoiNQex4aqfUrbFhRH3mSQ2" ) ;
913913}
914914
915+ pub mod remove_accounts_delta_hash {
916+ solana_pubkey:: declare_id!( "LTdLt9Ycbyoipz5fLysCi1NnDnASsZfmJLJXts5ZxZz" ) ;
917+ }
918+
915919pub mod migrate_stake_program_to_core_bpf {
916920 solana_pubkey:: declare_id!( "6M4oQ6eXneVhtLoiAr4yRYQY43eVLjrKbiDZDJc892yk" ) ;
917921}
@@ -1153,6 +1157,7 @@ lazy_static! {
11531157 ( disable_account_loader_special_case:: id( ) , "Disable account loader special case #3513" ) ,
11541158 ( accounts_lt_hash:: id( ) , "enables lattice-based accounts hash SIMD-0215" ) ,
11551159 ( snapshots_lt_hash:: id( ) , "snapshots use lattice-based accounts hash SIMD-0220" ) ,
1160+ ( remove_accounts_delta_hash:: id( ) , "removes accounts delta hash SIMD-0223" ) ,
11561161 ( enable_secp256r1_precompile:: id( ) , "Enable secp256r1 precompile SIMD-0075" ) ,
11571162 ( migrate_stake_program_to_core_bpf:: id( ) , "Migrate Stake program to Core BPF SIMD-0196 #3655" ) ,
11581163 ( deplete_cu_meter_on_vm_failure:: id( ) , "Deplete compute meter for vm errors SIMD-0182 #3993" ) ,
You can’t perform that action at this time.
0 commit comments