mega-evme 1.7.0

MegaETH executable EVM
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "description": "RpcArgs flag surface regression: parses cache/retry flags on the run command without --fork",
  "args": [
    "run",
    "0x604260005260206000f3",
    "--rpc.cache-size", "100",
    "--rpc.max-retries", "3",
    "--rpc.backoff-ms", "500",
    "--rpc.rate-limit", "660"
  ],
  "expected": {
    "success": true,
    "gas_used": 60018,
    "output": "0x0000000000000000000000000000000000000000000000000000000000000042",
    "logs_count": 0
  }
}