v0.1.0-pre.062

This commit is contained in:
2026-07-30 10:27:06 +02:00
parent f40fb78817
commit 460671e19d
319 changed files with 392513 additions and 9507 deletions

View File

@@ -14,7 +14,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.system.transfer",
"operation_code": "solana.core.system.transfer",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -24,7 +24,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.transfer_many",
"operation_code": "solana.core.system.transfer_many",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -34,7 +34,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.create_account",
"operation_code": "solana.core.system.create_account",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -44,7 +44,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.create_account_with_seed",
"operation_code": "solana.core.system.create_account_with_seed",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -54,7 +54,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.allocate",
"operation_code": "solana.core.system.allocate",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -64,7 +64,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.allocate_with_seed",
"operation_code": "solana.core.system.allocate_with_seed",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -74,7 +74,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.assign",
"operation_code": "solana.core.system.assign",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -84,7 +84,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.assign_with_seed",
"operation_code": "solana.core.system.assign_with_seed",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -94,7 +94,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.transfer_with_seed",
"operation_code": "solana.core.system.transfer_with_seed",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -104,7 +104,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.create_account_allow_prefund",
"operation_code": "solana.core.system.create_account_allow_prefund",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -114,7 +114,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.nonce.create",
"operation_code": "solana.core.system.nonce.create",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -124,7 +124,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.nonce.create_with_seed",
"operation_code": "solana.core.system.nonce.create_with_seed",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -134,7 +134,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.nonce.initialize",
"operation_code": "solana.core.system.nonce.initialize",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -144,7 +144,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.nonce.advance",
"operation_code": "solana.core.system.nonce.advance",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -154,7 +154,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.nonce.authorize",
"operation_code": "solana.core.system.nonce.authorize",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -164,7 +164,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.nonce.withdraw",
"operation_code": "solana.core.system.nonce.withdraw",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -174,7 +174,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.system.nonce.upgrade",
"operation_code": "solana.core.system.nonce.upgrade",
"construction_source": "solana-system-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -194,7 +194,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.compute_budget.request_heap_frame",
"operation_code": "solana.core.compute_budget.request_heap_frame",
"construction_source": "solana-compute-budget-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -204,7 +204,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.compute_budget.set_compute_unit_limit",
"operation_code": "solana.core.compute_budget.set_compute_unit_limit",
"construction_source": "solana-compute-budget-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -214,7 +214,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.compute_budget.set_compute_unit_price",
"operation_code": "solana.core.compute_budget.set_compute_unit_price",
"construction_source": "solana-compute-budget-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -224,7 +224,7 @@
"ui_exposure": "safe_subset"
},
{
"operation_code": "solana_core.compute_budget.set_loaded_accounts_data_size_limit",
"operation_code": "solana.core.compute_budget.set_loaded_accounts_data_size_limit",
"construction_source": "solana-compute-budget-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "none",
@@ -244,7 +244,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.address_lookup_table.create",
"operation_code": "solana.core.address_lookup_table.create",
"construction_source": "solana-address-lookup-table-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "required",
@@ -254,7 +254,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.address_lookup_table.extend",
"operation_code": "solana.core.address_lookup_table.extend",
"construction_source": "solana-address-lookup-table-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "required",
@@ -264,7 +264,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.address_lookup_table.freeze",
"operation_code": "solana.core.address_lookup_table.freeze",
"construction_source": "solana-address-lookup-table-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "required",
@@ -274,7 +274,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.address_lookup_table.deactivate",
"operation_code": "solana.core.address_lookup_table.deactivate",
"construction_source": "solana-address-lookup-table-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "required",
@@ -284,7 +284,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.address_lookup_table.close",
"operation_code": "solana.core.address_lookup_table.close",
"construction_source": "solana-address-lookup-table-interface official builders",
"construction_kind": "official_builder",
"stateful_preflight": "required",
@@ -304,7 +304,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.ed25519.verify_inline",
"operation_code": "solana.core.ed25519.verify_inline",
"construction_source": "solana-ed25519-program official layout",
"construction_kind": "official_layout",
"stateful_preflight": "none",
@@ -314,7 +314,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.ed25519.verify_offsets",
"operation_code": "solana.core.ed25519.verify_offsets",
"construction_source": "solana-ed25519-program official layout",
"construction_kind": "official_layout",
"stateful_preflight": "none",
@@ -334,7 +334,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.secp256k1.verify_inline",
"operation_code": "solana.core.secp256k1.verify_inline",
"construction_source": "solana-secp256k1-program official layout",
"construction_kind": "official_layout",
"stateful_preflight": "none",
@@ -344,7 +344,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.secp256k1.verify_offsets",
"operation_code": "solana.core.secp256k1.verify_offsets",
"construction_source": "solana-secp256k1-program official layout",
"construction_kind": "official_layout",
"stateful_preflight": "none",
@@ -364,7 +364,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.secp256r1.verify_inline",
"operation_code": "solana.core.secp256r1.verify_inline",
"construction_source": "solana-secp256r1-program official layout",
"construction_kind": "official_layout",
"stateful_preflight": "none",
@@ -374,7 +374,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.secp256r1.verify_offsets",
"operation_code": "solana.core.secp256r1.verify_offsets",
"construction_source": "solana-secp256r1-program official layout",
"construction_kind": "official_layout",
"stateful_preflight": "none",
@@ -394,7 +394,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.config.create_account",
"operation_code": "solana.core.config.create_account",
"construction_source": "solana-config-interface wire contract",
"construction_kind": "official_wire",
"stateful_preflight": "required",
@@ -404,7 +404,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.config.store",
"operation_code": "solana.core.config.store",
"construction_source": "solana-config-interface wire contract",
"construction_kind": "official_wire",
"stateful_preflight": "required",
@@ -424,7 +424,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.feature.activate",
"operation_code": "solana.core.feature.activate",
"construction_source": "solana-feature-gate-interface official sequences",
"construction_kind": "official_builder",
"stateful_preflight": "required",
@@ -434,7 +434,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.feature.revoke_pending_activation",
"operation_code": "solana.core.feature.revoke_pending_activation",
"construction_source": "solana-feature-gate-interface official sequences",
"construction_kind": "official_builder",
"stateful_preflight": "required",
@@ -454,7 +454,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.slashing.close_violation_report",
"operation_code": "solana.core.slashing.close_violation_report",
"construction_source": "solana-slashing-program interface and SIMD-0204",
"construction_kind": "official_wire",
"stateful_preflight": "required",
@@ -464,7 +464,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.slashing.submit_duplicate_block_proof",
"operation_code": "solana.core.slashing.submit_duplicate_block_proof",
"construction_source": "solana-slashing-program interface and SIMD-0204",
"construction_kind": "official_wire",
"stateful_preflight": "required",
@@ -484,7 +484,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.zk_elgamal.verify_inline",
"operation_code": "solana.core.zk_elgamal.verify_inline",
"construction_source": "solana-zk-elgamal-proof-interface POD contract",
"construction_kind": "official_wire",
"stateful_preflight": "required",
@@ -494,7 +494,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.zk_elgamal.verify_from_account",
"operation_code": "solana.core.zk_elgamal.verify_from_account",
"construction_source": "solana-zk-elgamal-proof-interface POD contract",
"construction_kind": "official_wire",
"stateful_preflight": "required",
@@ -504,7 +504,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.zk_elgamal.close_context_state",
"operation_code": "solana.core.zk_elgamal.close_context_state",
"construction_source": "solana-zk-elgamal-proof-interface POD contract",
"construction_kind": "official_wire",
"stateful_preflight": "required",
@@ -524,7 +524,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.stake.initialize",
"operation_code": "solana.core.stake.initialize",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -534,7 +534,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.initialize_checked",
"operation_code": "solana.core.stake.initialize_checked",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -544,7 +544,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.create_account",
"operation_code": "solana.core.stake.create_account",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -554,7 +554,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.create_account_with_seed",
"operation_code": "solana.core.stake.create_account_with_seed",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -564,7 +564,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.create_account_checked",
"operation_code": "solana.core.stake.create_account_checked",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -574,7 +574,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.create_account_with_seed_checked",
"operation_code": "solana.core.stake.create_account_with_seed_checked",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -584,7 +584,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.split",
"operation_code": "solana.core.stake.split",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -594,7 +594,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.split_with_seed",
"operation_code": "solana.core.stake.split_with_seed",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -604,7 +604,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.merge",
"operation_code": "solana.core.stake.merge",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -614,7 +614,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.create_account_and_delegate",
"operation_code": "solana.core.stake.create_account_and_delegate",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -624,7 +624,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.create_account_with_seed_and_delegate",
"operation_code": "solana.core.stake.create_account_with_seed_and_delegate",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -634,7 +634,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.authorize",
"operation_code": "solana.core.stake.authorize",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -644,7 +644,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.authorize_checked",
"operation_code": "solana.core.stake.authorize_checked",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -654,7 +654,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.authorize_with_seed",
"operation_code": "solana.core.stake.authorize_with_seed",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -664,7 +664,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.authorize_checked_with_seed",
"operation_code": "solana.core.stake.authorize_checked_with_seed",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -674,7 +674,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.delegate",
"operation_code": "solana.core.stake.delegate",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -684,7 +684,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.withdraw",
"operation_code": "solana.core.stake.withdraw",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -694,7 +694,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.deactivate",
"operation_code": "solana.core.stake.deactivate",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -704,7 +704,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.set_lockup",
"operation_code": "solana.core.stake.set_lockup",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -714,7 +714,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.set_lockup_checked",
"operation_code": "solana.core.stake.set_lockup_checked",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -724,7 +724,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.get_minimum_delegation",
"operation_code": "solana.core.stake.get_minimum_delegation",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -734,7 +734,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.deactivate_delinquent",
"operation_code": "solana.core.stake.deactivate_delinquent",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -744,7 +744,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.move_stake",
"operation_code": "solana.core.stake.move_stake",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -754,7 +754,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.stake.move_lamports",
"operation_code": "solana.core.stake.move_lamports",
"construction_source": "solana-stake-interface official helpers and wincode wire",
"construction_kind": "official_builder_or_wire",
"stateful_preflight": "future",
@@ -774,7 +774,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.vote.initialize_account",
"operation_code": "solana.core.vote.initialize_account",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -784,7 +784,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.initialize_account_v2",
"operation_code": "solana.core.vote.initialize_account_v2",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -794,7 +794,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.create_account",
"operation_code": "solana.core.vote.create_account",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -804,7 +804,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.create_account_with_seed",
"operation_code": "solana.core.vote.create_account_with_seed",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -814,7 +814,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.create_account_v2",
"operation_code": "solana.core.vote.create_account_v2",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -824,7 +824,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.create_account_with_seed_v2",
"operation_code": "solana.core.vote.create_account_with_seed_v2",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -834,7 +834,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.authorize",
"operation_code": "solana.core.vote.authorize",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -844,7 +844,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.authorize_checked",
"operation_code": "solana.core.vote.authorize_checked",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -854,7 +854,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.authorize_with_seed",
"operation_code": "solana.core.vote.authorize_with_seed",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -864,7 +864,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.authorize_checked_with_seed",
"operation_code": "solana.core.vote.authorize_checked_with_seed",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -874,7 +874,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.vote",
"operation_code": "solana.core.vote.vote",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -884,7 +884,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.vote_switch",
"operation_code": "solana.core.vote.vote_switch",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -894,7 +894,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.withdraw",
"operation_code": "solana.core.vote.withdraw",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -904,7 +904,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.update_validator_identity",
"operation_code": "solana.core.vote.update_validator_identity",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -914,7 +914,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.update_commission",
"operation_code": "solana.core.vote.update_commission",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -924,7 +924,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.update_vote_state",
"operation_code": "solana.core.vote.update_vote_state",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -934,7 +934,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.update_vote_state_switch",
"operation_code": "solana.core.vote.update_vote_state_switch",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -944,7 +944,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.compact_update_vote_state",
"operation_code": "solana.core.vote.compact_update_vote_state",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -954,7 +954,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.compact_update_vote_state_switch",
"operation_code": "solana.core.vote.compact_update_vote_state_switch",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -964,7 +964,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.tower_sync",
"operation_code": "solana.core.vote.tower_sync",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -974,7 +974,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.tower_sync_switch",
"operation_code": "solana.core.vote.tower_sync_switch",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -984,7 +984,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.update_commission_collector",
"operation_code": "solana.core.vote.update_commission_collector",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -994,7 +994,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.update_commission_bps",
"operation_code": "solana.core.vote.update_commission_bps",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -1004,7 +1004,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.vote.deposit_delegator_rewards",
"operation_code": "solana.core.vote.deposit_delegator_rewards",
"construction_source": "solana-vote-interface official wire via wincode",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -1024,7 +1024,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.loader_v3.create_buffer",
"operation_code": "solana.core.loader_v3.create_buffer",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1034,7 +1034,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v3.write",
"operation_code": "solana.core.loader_v3.write",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1044,7 +1044,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v3.deploy_with_max_program_len",
"operation_code": "solana.core.loader_v3.deploy_with_max_program_len",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1054,7 +1054,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v3.upgrade",
"operation_code": "solana.core.loader_v3.upgrade",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1064,7 +1064,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v3.set_buffer_authority",
"operation_code": "solana.core.loader_v3.set_buffer_authority",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1074,7 +1074,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v3.set_buffer_authority_checked",
"operation_code": "solana.core.loader_v3.set_buffer_authority_checked",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1084,7 +1084,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v3.set_upgrade_authority",
"operation_code": "solana.core.loader_v3.set_upgrade_authority",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1094,7 +1094,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v3.set_upgrade_authority_checked",
"operation_code": "solana.core.loader_v3.set_upgrade_authority_checked",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1104,7 +1104,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v3.close",
"operation_code": "solana.core.loader_v3.close",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1114,7 +1114,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v3.close_any",
"operation_code": "solana.core.loader_v3.close_any",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1124,7 +1124,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v3.extend_program",
"operation_code": "solana.core.loader_v3.extend_program",
"construction_source": "solana-loader-v3-interface official helpers and wincode",
"construction_kind": "official_builder",
"stateful_preflight": "future",
@@ -1144,7 +1144,7 @@
"classification": "native_runtime_program_or_precompile",
"operations": [
{
"operation_code": "solana_core.loader_v4.create_buffer",
"operation_code": "solana.core.loader_v4.create_buffer",
"construction_source": "solana-loader-v4-interface official discriminants and accounts",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -1154,7 +1154,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v4.set_program_length",
"operation_code": "solana.core.loader_v4.set_program_length",
"construction_source": "solana-loader-v4-interface official discriminants and accounts",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -1164,7 +1164,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v4.write",
"operation_code": "solana.core.loader_v4.write",
"construction_source": "solana-loader-v4-interface official discriminants and accounts",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -1174,7 +1174,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v4.copy",
"operation_code": "solana.core.loader_v4.copy",
"construction_source": "solana-loader-v4-interface official discriminants and accounts",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -1184,7 +1184,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v4.deploy",
"operation_code": "solana.core.loader_v4.deploy",
"construction_source": "solana-loader-v4-interface official discriminants and accounts",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -1194,7 +1194,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v4.deploy_from_source",
"operation_code": "solana.core.loader_v4.deploy_from_source",
"construction_source": "solana-loader-v4-interface official discriminants and accounts",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -1204,7 +1204,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v4.retract",
"operation_code": "solana.core.loader_v4.retract",
"construction_source": "solana-loader-v4-interface official discriminants and accounts",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -1214,7 +1214,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v4.transfer_authority",
"operation_code": "solana.core.loader_v4.transfer_authority",
"construction_source": "solana-loader-v4-interface official discriminants and accounts",
"construction_kind": "official_wire",
"stateful_preflight": "future",
@@ -1224,7 +1224,7 @@
"ui_exposure": "hidden"
},
{
"operation_code": "solana_core.loader_v4.finalize",
"operation_code": "solana.core.loader_v4.finalize",
"construction_source": "solana-loader-v4-interface official discriminants and accounts",
"construction_kind": "official_wire",
"stateful_preflight": "future",