File tree 1 file changed +5
-0
lines changed
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 {
912
912
solana_pubkey:: declare_id!( "LTsNAP8h1voEVVToMNBNqoiNQex4aqfUrbFhRH3mSQ2" ) ;
913
913
}
914
914
915
+ pub mod remove_accounts_delta_hash {
916
+ solana_pubkey:: declare_id!( "LTdLt9Ycbyoipz5fLysCi1NnDnASsZfmJLJXts5ZxZz" ) ;
917
+ }
918
+
915
919
pub mod migrate_stake_program_to_core_bpf {
916
920
solana_pubkey:: declare_id!( "6M4oQ6eXneVhtLoiAr4yRYQY43eVLjrKbiDZDJc892yk" ) ;
917
921
}
@@ -1153,6 +1157,7 @@ lazy_static! {
1153
1157
( disable_account_loader_special_case:: id( ) , "Disable account loader special case #3513" ) ,
1154
1158
( accounts_lt_hash:: id( ) , "enables lattice-based accounts hash SIMD-0215" ) ,
1155
1159
( snapshots_lt_hash:: id( ) , "snapshots use lattice-based accounts hash SIMD-0220" ) ,
1160
+ ( remove_accounts_delta_hash:: id( ) , "removes accounts delta hash SIMD-0223" ) ,
1156
1161
( enable_secp256r1_precompile:: id( ) , "Enable secp256r1 precompile SIMD-0075" ) ,
1157
1162
( migrate_stake_program_to_core_bpf:: id( ) , "Migrate Stake program to Core BPF SIMD-0196 #3655" ) ,
1158
1163
( 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