|
| 1 | +Proofs to run with `run-proofs.sh -a`: |
| 2 | + |
| 3 | +| Start symbol name | |
| 4 | +|-----------------------------------------------| |
| 5 | +| test_ptoken_domain_data | |
| 6 | +| test_process_approve | |
| 7 | +| test_process_approve_checked | |
| 8 | +| test_process_withdraw_excess_lamports_account | |
| 9 | +| test_process_withdraw_excess_lamports_mint | |
| 10 | +| test_process_initialize_mint_freeze | |
| 11 | +| test_process_initialize_mint_no_freeze | |
| 12 | +| test_process_initialize_account | |
| 13 | +| test_process_initialize_account2 | |
| 14 | +| test_process_transfer | |
| 15 | +| test_process_mint_to | |
| 16 | +| test_process_burn | |
| 17 | +| test_process_close_account | |
| 18 | +| test_process_transfer_checked | |
| 19 | +| test_process_burn_checked | |
| 20 | +| test_process_initialize_account3 | |
| 21 | +| test_process_initialize_mint2_freeze | |
| 22 | +| test_process_initialize_mint2_no_freeze | |
| 23 | +| test_process_revoke | |
| 24 | +| test_process_freeze_account | |
| 25 | +| test_process_thaw_account | |
| 26 | +| test_process_mint_to_checked | |
| 27 | +| test_process_sync_native | |
| 28 | +| test_process_get_account_data_size | |
| 29 | +| test_process_initialize_immutable_owner | |
| 30 | +| test_process_amount_to_ui_amount | |
| 31 | +| test_process_ui_amount_to_amount | |
| 32 | +| test_process_set_authority_account | |
| 33 | +| test_process_set_authority_mint | |
| 34 | + |
| 35 | +Cheat codes are missing or a problem for these proofs, therefore not recommended to execute them |
| 36 | +(keep the empty first column so `run-proofs.sh` won't pick these up): |
| 37 | + |
| 38 | +| | test_process_initialize_multisig | |
| 39 | +| | test_process_initialize_multisig2 | |
0 commit comments