Line data Source code
1 : #ifndef HEADER_fd_src_flamenco_vm_test_vm_util_h 2 : #define HEADER_fd_src_flamenco_vm_test_vm_util_h 3 : 4 : #include "fd_vm.h" 5 : #include "../runtime/context/fd_exec_instr_ctx.h" 6 : #include "../../util/valloc/fd_valloc.h" 7 : 8 7665 : #define TEST_VM_REJECT_CALLX_R10_FEATURE_PREFIX (0x7e787d5c6d662d23) 9 : 10 192 : #define TEST_VM_DEFAULT_SBPF_VERSION FD_SBPF_V0 11 : 12 : fd_exec_instr_ctx_t * 13 : test_vm_minimal_exec_instr_ctx( fd_valloc_t valloc ); 14 : 15 : void 16 : test_vm_exec_instr_ctx_delete( fd_exec_instr_ctx_t * ctx, 17 : fd_valloc_t valloc ); 18 : 19 : void 20 : test_vm_clear_txn_ctx_err( fd_exec_txn_ctx_t * txn_ctx ); 21 : 22 : #endif