v0.1.0-pre.062
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
"freeze_authority"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.initialize_mint",
|
||||
"event": "spl.token.initialize_mint",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -167,7 +167,7 @@
|
||||
"authorityForm": "not_applicable",
|
||||
"decodedFields": [],
|
||||
"limits": [],
|
||||
"event": "spl_token.initialize_account",
|
||||
"event": "spl.token.initialize_account",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -215,7 +215,7 @@
|
||||
"limits": [
|
||||
"1 <= M <= N <= 11"
|
||||
],
|
||||
"event": "spl_token.initialize_multisig",
|
||||
"event": "spl.token.initialize_multisig",
|
||||
"projections": [
|
||||
"token_accounts",
|
||||
"admin",
|
||||
@@ -263,7 +263,7 @@
|
||||
"amount_raw"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.transfer",
|
||||
"event": "spl.token.transfer",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -273,7 +273,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.transfer",
|
||||
"operationCode": "spl.token.transfer",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -312,7 +312,7 @@
|
||||
"amount_raw"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.approve",
|
||||
"event": "spl.token.approve",
|
||||
"projections": [
|
||||
"token_accounts",
|
||||
"risk"
|
||||
@@ -323,7 +323,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.approve",
|
||||
"operationCode": "spl.token.approve",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -359,7 +359,7 @@
|
||||
"authorityForm": "single_or_multisig",
|
||||
"decodedFields": [],
|
||||
"limits": [],
|
||||
"event": "spl_token.revoke",
|
||||
"event": "spl.token.revoke",
|
||||
"projections": [
|
||||
"token_accounts",
|
||||
"risk"
|
||||
@@ -370,7 +370,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.revoke",
|
||||
"operationCode": "spl.token.revoke",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -412,7 +412,7 @@
|
||||
"new_authority"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.set_authority",
|
||||
"event": "spl.token.set_authority",
|
||||
"projections": [
|
||||
"admin",
|
||||
"risk"
|
||||
@@ -423,7 +423,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.set_authority",
|
||||
"operationCode": "spl.token.set_authority",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -460,7 +460,7 @@
|
||||
"amount_raw"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.mint_to",
|
||||
"event": "spl.token.mint_to",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -470,7 +470,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.mint_to",
|
||||
"operationCode": "spl.token.mint_to",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -507,7 +507,7 @@
|
||||
"amount_raw"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.burn",
|
||||
"event": "spl.token.burn",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -517,7 +517,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.burn",
|
||||
"operationCode": "spl.token.burn",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -552,7 +552,7 @@
|
||||
"authorityForm": "single_or_multisig",
|
||||
"decodedFields": [],
|
||||
"limits": [],
|
||||
"event": "spl_token.close_account",
|
||||
"event": "spl.token.close_account",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -562,7 +562,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.close_account",
|
||||
"operationCode": "spl.token.close_account",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -601,7 +601,7 @@
|
||||
"authorityForm": "single_or_multisig",
|
||||
"decodedFields": [],
|
||||
"limits": [],
|
||||
"event": "spl_token.freeze_account",
|
||||
"event": "spl.token.freeze_account",
|
||||
"projections": [
|
||||
"token_accounts",
|
||||
"risk"
|
||||
@@ -612,7 +612,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.freeze_account",
|
||||
"operationCode": "spl.token.freeze_account",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -647,7 +647,7 @@
|
||||
"authorityForm": "single_or_multisig",
|
||||
"decodedFields": [],
|
||||
"limits": [],
|
||||
"event": "spl_token.thaw_account",
|
||||
"event": "spl.token.thaw_account",
|
||||
"projections": [
|
||||
"token_accounts",
|
||||
"risk"
|
||||
@@ -658,7 +658,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.thaw_account",
|
||||
"operationCode": "spl.token.thaw_account",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -697,7 +697,7 @@
|
||||
"decimals"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.transfer_checked",
|
||||
"event": "spl.token.transfer_checked",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -707,7 +707,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.transfer_checked",
|
||||
"operationCode": "spl.token.transfer_checked",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -750,7 +750,7 @@
|
||||
"decimals"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.approve_checked",
|
||||
"event": "spl.token.approve_checked",
|
||||
"projections": [
|
||||
"token_accounts",
|
||||
"risk"
|
||||
@@ -761,7 +761,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.approve_checked",
|
||||
"operationCode": "spl.token.approve_checked",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -801,7 +801,7 @@
|
||||
"decimals"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.mint_to_checked",
|
||||
"event": "spl.token.mint_to_checked",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -811,7 +811,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.mint_to_checked",
|
||||
"operationCode": "spl.token.mint_to_checked",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -851,7 +851,7 @@
|
||||
"decimals"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.burn_checked",
|
||||
"event": "spl.token.burn_checked",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -861,7 +861,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.burn_checked",
|
||||
"operationCode": "spl.token.burn_checked",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -901,7 +901,7 @@
|
||||
"owner"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.initialize_account2",
|
||||
"event": "spl.token.initialize_account2",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -943,7 +943,7 @@
|
||||
"authorityForm": "not_applicable",
|
||||
"decodedFields": [],
|
||||
"limits": [],
|
||||
"event": "spl_token.sync_native",
|
||||
"event": "spl.token.sync_native",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -953,7 +953,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.sync_native",
|
||||
"operationCode": "spl.token.sync_native",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -990,7 +990,7 @@
|
||||
"owner"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.initialize_account3",
|
||||
"event": "spl.token.initialize_account3",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -1000,7 +1000,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.initialize_account",
|
||||
"operationCode": "spl.token.initialize_account",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -1040,7 +1040,7 @@
|
||||
"limits": [
|
||||
"1 <= M <= N <= 11"
|
||||
],
|
||||
"event": "spl_token.initialize_multisig2",
|
||||
"event": "spl.token.initialize_multisig2",
|
||||
"projections": [
|
||||
"token_accounts",
|
||||
"admin",
|
||||
@@ -1052,7 +1052,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.initialize_multisig",
|
||||
"operationCode": "spl.token.initialize_multisig",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -1091,7 +1091,7 @@
|
||||
"freeze_authority"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.initialize_mint2",
|
||||
"event": "spl.token.initialize_mint2",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -1101,7 +1101,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.initialize_mint",
|
||||
"operationCode": "spl.token.initialize_mint",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -1133,7 +1133,7 @@
|
||||
"authorityForm": "not_applicable",
|
||||
"decodedFields": [],
|
||||
"limits": [],
|
||||
"event": "spl_token.get_account_data_size",
|
||||
"event": "spl.token.get_account_data_size",
|
||||
"projections": [],
|
||||
"officialBuilder": {
|
||||
"available": true,
|
||||
@@ -1141,7 +1141,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.get_account_data_size",
|
||||
"operationCode": "spl.token.get_account_data_size",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -1174,7 +1174,7 @@
|
||||
"authorityForm": "not_applicable",
|
||||
"decodedFields": [],
|
||||
"limits": [],
|
||||
"event": "spl_token.initialize_immutable_owner",
|
||||
"event": "spl.token.initialize_immutable_owner",
|
||||
"projections": [],
|
||||
"officialBuilder": {
|
||||
"available": true,
|
||||
@@ -1182,7 +1182,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.initialize_immutable_owner",
|
||||
"operationCode": "spl.token.initialize_immutable_owner",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -1218,7 +1218,7 @@
|
||||
"amount_raw"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.amount_to_ui_amount",
|
||||
"event": "spl.token.amount_to_ui_amount",
|
||||
"projections": [],
|
||||
"officialBuilder": {
|
||||
"available": true,
|
||||
@@ -1226,7 +1226,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.amount_to_ui_amount",
|
||||
"operationCode": "spl.token.amount_to_ui_amount",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -1261,7 +1261,7 @@
|
||||
"ui_amount_utf8"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.ui_amount_to_amount",
|
||||
"event": "spl.token.ui_amount_to_amount",
|
||||
"projections": [],
|
||||
"officialBuilder": {
|
||||
"available": true,
|
||||
@@ -1269,7 +1269,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.ui_amount_to_amount",
|
||||
"operationCode": "spl.token.ui_amount_to_amount",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -1305,7 +1305,7 @@
|
||||
"authorityForm": "single_or_multisig",
|
||||
"decodedFields": [],
|
||||
"limits": [],
|
||||
"event": "spl_token.withdraw_excess_lamports",
|
||||
"event": "spl.token.withdraw_excess_lamports",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -1315,7 +1315,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.withdraw_excess_lamports",
|
||||
"operationCode": "spl.token.withdraw_excess_lamports",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "separate_from_library_support"
|
||||
},
|
||||
@@ -1355,7 +1355,7 @@
|
||||
"optional_amount_lamports"
|
||||
],
|
||||
"limits": [],
|
||||
"event": "spl_token.unwrap_lamports",
|
||||
"event": "spl.token.unwrap_lamports",
|
||||
"projections": [
|
||||
"token_accounts"
|
||||
],
|
||||
@@ -1365,7 +1365,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.unwrap_lamports",
|
||||
"operationCode": "spl.token.unwrap_lamports",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "devnet_simulation_succeeded_2026-07-16"
|
||||
},
|
||||
@@ -1408,7 +1408,7 @@
|
||||
"255 bytes per child",
|
||||
"no nested Batch"
|
||||
],
|
||||
"event": "spl_token.batch",
|
||||
"event": "spl.token.batch",
|
||||
"projections": [
|
||||
"child_dependent"
|
||||
],
|
||||
@@ -1418,7 +1418,7 @@
|
||||
},
|
||||
"executorSupport": {
|
||||
"status": "supported",
|
||||
"operationCode": "spl_token.batch",
|
||||
"operationCode": "spl.token.batch",
|
||||
"constructibility": "official_builder_proven",
|
||||
"clusterDeployment": "devnet_simulation_succeeded_2026-07-16"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user