Period: Last 30 days
Date generated: 2026-03-06
Verification script: ./verify-rpc-flakes.sh
The go-tests-short CI job (runs on every PR, 12 parallel nodes) contains 25 tests that
| My public address: 0x64d8b3dA3aC1aDA3e9dD1da29335A9e586FD6Ae5 |
| import Mathlib | |
| namespace FuzzEquivalence | |
| /-! | |
| # Equivalence proof for the OptimismPortal2 fuzz test fix | |
| File: packages/contracts-bedrock/test/L1/OptimismPortal2.t.sol:2614 | |
| Test: OptimismPortal2_Params_Test::testFuzz_params_validValues_succeeds |
| Welcome to My Simple HTML Page | |
| This page is generated using Python. | |
| • Item 1 | |
| • Item 2 | |
| • Item 3 |
I hereby claim:
To claim this, I am signing this object:
| import BigNumber = require('bn.js') | |
| import { DEFAULT_UNSAFE_OPCODES, Opcode, EVMOpcode } from "@eth-optimism/rollup-core"; | |
| const UNSAFE_OPCODES = Opcode.ALL_OP_CODES.filter((opcode) => { | |
| return ( | |
| DEFAULT_UNSAFE_OPCODES.includes(opcode) || | |
| Opcode.JUMP_OP_CODES.includes(opcode) || | |
| Opcode.isPUSHOpcode(opcode) || | |
| opcode === Opcode.CALL | |
| ) |
I hereby claim:
To claim this, I am signing this object:
| pragma solidity ^0.4.0; | |
| import "./BrainFuck.sol"; | |
| import "./KittyInterface.sol"; | |
| contract MindBreed { | |
| KittyInterface kittyContract = KittyInterface(0x06012c8cf97BEaD5deAe237070F9587f8E7A266d); | |
| mapping (address => bytes1[]) programs; | |
| event BountyClaimed( |