File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -553,6 +553,11 @@ pub mod enable_bpf_loader_set_authority_checked_ix {
553
553
pub mod enable_alt_bn128_syscall {
554
554
solana_sdk:: declare_id!( "A16q37opZdQMCbe5qJ6xpBB9usykfv8jZaMkxvZQi4GJ" ) ;
555
555
}
556
+
557
+ pub mod simplify_alt_bn128_syscall_error_codes {
558
+ solana_sdk:: declare_id!( "JDn5q3GBeqzvUa7z67BbmVHVdE3EbUAjvFep3weR3jxX" ) ;
559
+ }
560
+
556
561
pub mod enable_alt_bn128_compression_syscall {
557
562
solana_sdk:: declare_id!( "EJJewYSddEEtSZHiqugnvhQHiWyZKjkFDQASd7oKSagn" ) ;
558
563
}
@@ -912,6 +917,7 @@ lazy_static! {
912
917
( check_syscall_outputs_do_not_overlap:: id( ) , "check syscall outputs do_not overlap #28600" ) ,
913
918
( enable_bpf_loader_set_authority_checked_ix:: id( ) , "enable bpf upgradeable loader SetAuthorityChecked instruction #28424" ) ,
914
919
( enable_alt_bn128_syscall:: id( ) , "add alt_bn128 syscalls #27961" ) ,
920
+ ( simplify_alt_bn128_syscall_error_codes:: id( ) , "simplify alt_bn128 syscall error codes SIMD-0129" ) ,
915
921
( enable_program_redeployment_cooldown:: id( ) , "enable program redeployment cooldown #29135" ) ,
916
922
( commission_updates_only_allowed_in_first_half_of_epoch:: id( ) , "validator commission updates are only allowed in the first half of an epoch #29362" ) ,
917
923
( enable_turbine_fanout_experiments:: id( ) , "enable turbine fanout experiments #29393" ) ,
You can’t perform that action at this time.
0 commit comments