Changes
- #95: internal/ethapi: reject gasPrice together with authorizationList
- #96: internal/ethapi: include AuthorizationList in gas estimation callArgs
- #97: Fix legacypool total-cost overflow edge cases (PLT-995)
- #98: Bound batch decode by item limit (PLT-820)
- #100: Port upstream EVM memory resize perf fix (PLT-1111)
- #101: Port upstream tracer interruption race fix (PLT-1110)
- #102: rpc: add SetDeadlineHook to bound every method dispatch centrally