test_blobhash_opcode_contexts()
Tests that the `BLOBHASH` opcode functions correctly when called in different
Test ID | opcode_context |
---|---|
opcode_context_on_top_level_call_stack | on_top_level_call_stack |
opcode_context_on_max_value | on_max_value |
opcode_context_on_CALL | on_CALL |
opcode_context_on_DELEGATECALL | on_DELEGATECALL |
opcode_context_on_STATICCALL | on_STATICCALL |
opcode_context_on_CALLCODE | on_CALLCODE |
opcode_context_on_CREATE | on_CREATE |
opcode_context_on_CREATE2 | on_CREATE2 |
opcode_context_on_type_2_tx | on_type_2_tx |
opcode_context_on_type_1_tx | on_type_1_tx |
opcode_context_on_type_0_tx | on_type_0_tx |