erigon-pulse/consensus/aura
Igor Mandrigin eb0f7e463a
Don't panic on some AuRa transactions in the past (#6760)
Example request that crashed the RPC method handler on Gnosis Chain
mainnet.
```
{
    "id": "1",
    "jsonrpc": "2.0",
    "method": "debug_traceBlockByNumber",
    "params": [
        "0x8a1f76",
        {
            "tracer": "callTracer"
        }
    ]
}
```
2023-02-01 16:10:38 +01:00
..
auraabi move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
aurainterfaces reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
consensusconfig feat: add chiado config (#6058) 2022-11-18 12:54:18 +01:00
contracts AuRa service transactions are free (#5873) 2022-10-26 13:03:47 +02:00
oe-test Sokol v0 - better header rlp, steps to generate blocks (#2256) 2021-06-30 16:30:21 +07:00
test Sokol v0 - better header rlp, steps to generate blocks (#2256) 2021-06-30 16:30:21 +07:00
aura_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
aura.go Don't panic on some AuRa transactions in the past (#6760) 2023-02-01 16:10:38 +01:00
config_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
config.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
finality_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
validators.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00