|
|
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 |
|
|
|
ec21e895c1
|
chore: rm evmenvprovider trait (#13503)
|
2024-12-23 10:46:09 +00:00 |
|
|
|
a0dcb0c522
|
chore: replace root fns with alloys (#13501)
|
2024-12-23 10:46:06 +00:00 |
|
|
|
03a3391318
|
chore(bench): codspeed name workaround (#13519)
|
2024-12-23 10:45:41 +00:00 |
|
|
|
d0e5e04e6b
|
chore: mark chainspec as riscv compatible (#13517)
|
2024-12-23 10:01:51 +00:00 |
|
|
|
517e5dbb06
|
chore: disable default std serde_json feature (#13513)
|
2024-12-23 10:46:35 +01:00 |
|
|
|
6e140108f0
|
chore: disable op- default features (#13511)
|
2024-12-23 09:12:51 +01:00 |
|
|
|
f5fdef895f
|
chore: remove unused rand (#13512)
|
2024-12-23 08:59:32 +01:00 |
|
|
|
3ab28a5907
|
chore: use imported b256 types (#13509)
|
2024-12-23 08:02:17 +01:00 |
|
|
|
bafbaa351e
|
ci: mark trie-common as risc compatible (#13510)
|
2024-12-23 08:02:01 +01:00 |
|
|
|
dcdde399ff
|
chore: correct typos docs (#13505)
|
2024-12-23 07:35:07 +01:00 |
|