Commit Graph

7811 Commits

Author SHA1 Message Date
0da914eaeb chore: enable dbg_macro lint (#12409) 2024-11-08 15:03:29 +00:00
86230d9962 chore: include path in panic (#12407) 2024-11-08 15:50:57 +01:00
74d7fe3075 feat(rpc): optimize block validation with state caching (#12299)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-08 15:50:48 +01:00
32ebb181ca chore: rm duplicated cfg (#12406) 2024-11-08 14:31:15 +01:00
bce7031155 feat: allow generic values in tables! macro (#12400) 2024-11-08 11:57:01 +00:00
02d2593b2e feat(transaction-pool): chaining & static txs for best transactions trait (#12320)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-08 11:45:27 +00:00
9f6f63d45a CLI parameter to specify the broadcast channel capacity of PendingPool (#12388)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-08 10:50:46 +00:00
462540fa30 fix: pending transaction ordering (#12382)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-08 10:24:02 +00:00
f373efe01d refactor: phase out alloy-rpc-types usage (#12395) 2024-11-08 11:36:17 +01:00
c5ab4243e7 chore: remove redundant words in comment (#12394)
Signed-off-by: wangjingcun <wangjingcun@aliyun.com>
2024-11-08 11:23:02 +01:00
87f328f957 replace BuilderBlockValidationRequestV3 with alloy type (#12396) 2024-11-08 05:33:30 +00:00
c7b6a35113 feat: bump alloy (#12391) 2024-11-08 00:46:24 +00:00
eb7bb08b51 fix: remove independent tx from all (#12387) 2024-11-08 00:29:17 +01:00
dbe8c83b48 renamed OptimismInvalidTransactionError to OpInvalidTransactionError (#12384) 2024-11-07 21:32:48 +00:00
d19032fca1 chore: remove auto-seal consensus (#12385) 2024-11-07 21:29:49 +00:00
29da7d744a fix: eth_getProof response (#12370) 2024-11-07 19:31:17 +00:00
d0baf926bf chore: improve deps for payload prims (#12374) 2024-11-07 17:56:35 +01:00
e911fe9ff0 renamed OptimismBlockExecutionError to OpBlockExecutionError (#12383) 2024-11-07 16:30:54 +00:00
b1642f966f feat(payload): add support for stack of payload builders (#11004)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-07 15:33:31 +00:00
cf095a7536 chore: reorder super (#12380) 2024-11-07 16:42:37 +01:00
190a1d8bb4 feat(trie): reveal storage slots and calculate storage root in sparse trie (#12145) 2024-11-07 15:21:53 +00:00
37e1f77047 chore: remove unused deconstruction (#12377)
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
2024-11-07 14:58:09 +00:00
9596b1c08b chore: rm reth-provider dep (#12376) 2024-11-07 15:53:26 +01:00
764371d246 test(eth-engine): add unit tests for payload_id method (#12295) 2024-11-07 14:34:24 +00:00
473e172ac4 chore: change "Reporting a Vulnerability" to "Report a Vulnerability" (#12372) 2024-11-07 13:37:40 +01:00
cf72b6f38d chore: move helper methods from DatabaseProvider to DBProvider as defaults (#12367) 2024-11-07 12:06:53 +00:00
eab1a72577 perf(OpPayloadBuilderCtx): reuse Evm between txs (#12369) 2024-11-07 12:05:28 +00:00
581a2f1d47 refactor(rpc): unify system caller invocations (#12360) 2024-11-07 11:05:55 +00:00
f0a1f919ff New panel for new_payload_forkchoice_updated_time_diff metric (#12363) 2024-11-07 10:58:59 +00:00
581cef3303 feat(rpc/admin): return deposit_contract_address for the admin_NodeInfo RPC (#12362)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-11-07 10:53:11 +00:00
6d05788de2 perf(default_ethereum_payload): reuse Evm between txs (#12365) 2024-11-07 10:52:25 +00:00
037dffeb15 perf(OpBuiltPayload): Arc SealedBlock (#12361) 2024-11-07 10:51:05 +00:00
d31e1d601d chore(sdk): Add NodePrimitives::Receipt (#12357) 2024-11-07 09:59:17 +00:00
29a9e97797 feat: add PrimitiveSignature to test-vectors compact tests (#12366) 2024-11-07 11:00:48 +01:00
8e8a1a827d renamed OptimismPayloadBuilderError to OpPayloadBuilderError (#12364) 2024-11-07 08:56:16 +00:00
2d945292ac renamed OptimismEngineValidatorBuilder to OpEngineValidatorBuilder (#12359) 2024-11-06 21:22:34 +00:00
302ed291e4 perf(EthBuiltPayload): Arc SealedBlock (#12351) 2024-11-06 20:33:49 +00:00
fe2b02828d feat: use 1559 functions directly (#12356) 2024-11-06 20:30:49 +00:00
2c5ba732b7 feat(engine): integrate executor with StateRootTask (#12335)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-11-06 19:27:33 +00:00
e084bed089 renamed OptimismAddOns to OpAddOns (#12348) 2024-11-06 19:22:00 +00:00
dc0a6007e3 fix(pool-args): saturating_mul max sizes to avoid overflow (#12350) 2024-11-06 18:24:18 +00:00
c2e8e2f4f9 Add queued_outgoing_messages panel for grafana (#12306) 2024-11-06 16:53:45 +00:00
38fdc93a12 feat: bump alloy (#12215)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-06 14:50:25 +00:00
12b0637485 refactor(trie): small refactor in HashedPostState::from_reverts (#12319)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-06 14:35:47 +00:00
b5f8c72095 chore: misc trait bounds (#12347) 2024-11-06 14:27:06 +00:00
660ca389e7 chore(sdk): define FullSignedTx trait (#12327) 2024-11-06 13:21:17 +00:00
d8edf9c80e chore(sdk): define FullBlock trait (#12326) 2024-11-06 13:20:51 +00:00
098fa7f611 feat(engine): use execute_with_state_hook in ExecutorMetrics (#12316) 2024-11-06 11:38:29 +00:00
4048117bcf Track time diff between new_payload and FCU (#12245)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-11-06 10:20:33 +00:00
4bac1530d7 feat: add gas averages over time into grafana (#12237) 2024-11-06 10:19:15 +00:00