Commit Graph

8622 Commits

Author SHA1 Message Date
8b60ff199d feat(engine): make benchmark inputs deterministic (#13536) 2024-12-30 17:15:01 +00:00
c2a57287ce chore: include typename in assert (#13595) 2024-12-30 15:12:25 +01:00
343bee568f chore: use correct assert message (#13591) 2024-12-29 13:48:44 +00:00
86e383f507 chore: simplify transaction to call request conversion (#13574) 2024-12-29 14:32:27 +01:00
4649d6f041 chore: move payload builder types to standalone mod (#13593) 2024-12-29 14:23:47 +01:00
e2abcc8b8f chore: use correct error message (#13587) 2024-12-29 11:28:48 +00:00
bcfaad2ed4 chore(deps): weekly cargo update (#13589)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-12-29 11:19:56 +00:00
711c5e812e chore: replace match with let else (#13585) 2024-12-28 18:44:54 +00:00
ad89056e48 chore: disable chainspec default features (#13583) 2024-12-28 18:29:59 +01:00
5a21bda0e8 chore: add no-std support for eth-wire-types (#13577) 2024-12-28 11:49:31 +00:00
f9989c646a chore: update WASM build exclusion list (#13576) 2024-12-28 10:55:52 +00:00
91dd4171af chore(db): relax consistent view provider bound (#13566) 2024-12-27 19:16:26 +00:00
55a972d94d chore: rm unused dep and add required (#13569) 2024-12-27 19:01:24 +00:00
bc8d4fed1e fix: use correct vars (#13567) 2024-12-27 17:44:57 +01:00
4994cdf0b0 feat: integrate OpPrimitives (#13556) 2024-12-27 15:11:11 +00:00
c35fe4ac54 fix(pool): oversized data error (#13565) 2024-12-27 15:10:14 +00:00
4ef9537e0a fix(pool): max init code error (#13564) 2024-12-27 15:07:10 +00:00
8f81f0ccf2 feat(net): make benchmark inputs deterministic (#13563) 2024-12-27 14:16:25 +00:00
d644900a80 chore: simplify revm specId mapping (#13553) 2024-12-27 11:14:10 +00:00
6049b6eb0a feat: use new engine in e2e tests for OP (#13558) 2024-12-27 11:00:21 +00:00
0933e1b07d feat: generic data primitives block builder test framework (#13522) 2024-12-27 09:41:29 +00:00
df294e424b chore: make clippy happy (#13561) 2024-12-27 09:38:41 +00:00
56ce046317 perf: query bytecodes with &B256 to avoid copying code hash (#13559) 2024-12-26 14:58:56 +00:00
951e2fd641 chore(version) Remove const_format dependency (#13504) 2024-12-25 12:41:32 +00:00
031f430b8f perf: query accounts with &Address to avoid copying address (#13554) 2024-12-25 12:31:28 +00:00
14c1c0be69 fix: typo in thread name (#13555) 2024-12-25 12:28:03 +00:00
3fbb23035f fix: debug client etherscan (#13542)
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-12-25 08:42:57 +00:00
00c8ec7713 chore: deduplicate FillTxEnv traits (#13551) 2024-12-25 08:07:46 +00:00
edd25118d0 chore: make EthStorage generic over transaction (#13549) 2024-12-25 07:59:59 +00:00
90edbff5eb feat: impl compression traits for op primitives (#13550) 2024-12-25 07:58:48 +00:00
9542573854 refactor: avoid using NoopTransactionPool in OP payload builder (#13547) 2024-12-25 07:57:53 +00:00
cec31ad4aa feat: introduce OpPooledTransaction (#13548) 2024-12-25 07:48:14 +00:00
c6e38bed5e feat: add more impls for OpTransactionSigned (#13546) 2024-12-24 19:54:52 +00:00
41283d3db0 chore: relax cli bounds (#13543) 2024-12-24 16:43:52 +00:00
c822337fd6 fix: Compact impl for OpTypedTransaction (#13544) 2024-12-24 15:36:42 +00:00
a4410c83e8 feat: add L2EthApiExt trait (#13539) 2024-12-24 14:58:52 +01:00
9773b85568 chore: relax EngineNodeLauncher bounds (#13540) 2024-12-24 13:04:05 +00:00
f67625fd67 Add drop aware sender new type (fixes #13242) (#13495)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-12-24 10:13:20 +00:00
934fd1f7f0 chore: make NodeEvent generic over NodePrimitives (#13534) 2024-12-23 23:31:59 +00:00
af1c9b7614 refactor: integrate BuiltPayload::Primitives (#13484)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-12-23 23:06:47 +00:00
4c1208e9d9 feat: add missing from impls (#13527) 2024-12-23 22:45:18 +00:00
c6d42ad8c4 chore: move EventSender out of BeaconConsensusEngineHandle (#13533) 2024-12-23 22:44:19 +00:00
6822d4f18b fix(simulate_v1): fill transactions sequentually (#13532) 2024-12-23 22:42:27 +00:00
02ad280de6 chore(bench): fix non deterministic bench IDs (#13530) 2024-12-23 22:39:54 +00:00
5ea8f31896 chore: reuse build_import_pipeline for OP (#13529) 2024-12-23 22:39:29 +00:00
8579c08d63 fix: only skip last tx commit (#13528) 2024-12-23 20:36:00 +00:00
3e15ae387a feat: use batch tx validation in eth validator (#13490)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-12-23 18:59:19 +00:00
0d8efd8f69 chore: expose execution error of debug_cmd/merkle.rs (#13515) 2024-12-23 18:20:17 +00:00
50dfd301d3 Fix typo in the command example in the comments Update main.rs (#13524) 2024-12-23 19:33:16 +01:00
855029b3ca feat: make ReceiptFileClient generic over receipt (#13523) 2024-12-23 17:33:12 +00:00