|
|
d9d184d498
|
feat: default impl for some BlockExecutionStrategy methods (#11941)
|
2024-10-21 18:47:50 +00:00 |
|
|
|
3f2a41bd3f
|
chore: rm redundant trait bound (#11940)
|
2024-10-21 18:05:06 +00:00 |
|
|
|
20dc0c7da0
|
some fmt (#11933)
|
2024-10-21 17:25:33 +00:00 |
|
|
|
7119bb1fe0
|
chore: introduce ExecuteOutput (#11929)
|
2024-10-21 12:34:23 +00:00 |
|
|
|
f25cceb9f9
|
perf: use Vec::with_capacity and reserve_exact (#11904)
|
2024-10-21 11:59:09 +00:00 |
|
|
|
aba4991d0a
|
docs: note about type changes (#11925)
|
2024-10-21 10:31:29 +00:00 |
|
|
|
bdad91b700
|
docs: update grafana docs (#11908)
|
2024-10-21 09:42:46 +00:00 |
|
|
|
fbb27ebdad
|
chore(ci): update excluded crates in wasm checker (#11915)
|
2024-10-21 08:24:36 +00:00 |
|
|
|
ddc82e2645
|
test(static-file): add unit tests for HighestStaticFiles implementation (#11912)
|
2024-10-21 06:31:29 +00:00 |
|
|
|
2e8a8fe6f6
|
doc(storage): add missing documentation for nippy-jar (#11913)
|
2024-10-20 23:10:36 +00:00 |
|
|
|
0270128d4f
|
refactor(txpool): small refactor in DiskFileBlobStoreInner get_exact (#11911)
|
2024-10-20 21:42:45 +00:00 |
|
|
|
a188597a3c
|
ci: merge sync jobs (#11909)
|
2024-10-20 20:55:14 +00:00 |
|
|
|
5fca07ca87
|
fix: impl BlockExecutionStrategy for OpExecutionStrategy generic over EvmConfig (#11910)
|
2024-10-20 19:23:31 +00:00 |
|
|
|
e9c09723ed
|
docs(blockchain-tree): rm comment (#11903)
|
2024-10-20 14:39:42 +00:00 |
|
|
|
de07436f0e
|
chore(deps): weekly cargo update (#11902)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
|
2024-10-20 12:43:31 +00:00 |
|
|
|
453ba2d9ac
|
feat: switch to composable executor for Optimism (#11846)
|
2024-10-20 08:46:18 +00:00 |
|
|
|
422ab17354
|
feat: use next free nonce in eth_sendTransaction (#11873)
|
2024-10-19 22:14:52 +00:00 |
|
|
|
cf4a4454ec
|
fix: feature propagation (#11888)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-10-19 20:36:11 +00:00 |
|
|
|
6c026daf92
|
docs: explain how to add metrics to grafana (#11875)
|
2024-10-19 20:20:23 +00:00 |
|
|
|
cd828c06d9
|
feat: switch to composable executor for Ethereum (#11838)
|
2024-10-19 17:59:32 +00:00 |
|
|
|
d0ac833946
|
perf: avoid cloning in payload builder (#11899)
|
2024-10-19 16:56:48 +00:00 |
|
|
|
e2ecb6224d
|
chore: remove unused deps (#11898)
|
2024-10-19 16:54:07 +00:00 |
|
|
|
f8969cbbc2
|
docs: add hardfork checklist (#11897)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-10-19 16:14:02 +00:00 |
|
|
|
a78de201b3
|
Refactor of state_change functionality (#11878)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-19 16:01:26 +00:00 |
|
|
|
c803012085
|
chore: use Requests instead of Vec<Bytes> (#11895)
|
2024-10-19 15:17:14 +00:00 |
|
|
|
1efa764b34
|
chore(engine): rename enveloped associated types to envelope (#11812)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-19 13:29:29 +00:00 |
|
|
|
1a1aa2f8c3
|
feat: add map_pool fn (#11890)
|
2024-10-19 13:18:20 +00:00 |
|
|
|
ddc5ac3fa7
|
refactor(rpc): small refactor in trace_filter (#11894)
|
2024-10-19 13:12:28 +00:00 |
|
|
|
3793b907ea
|
chore: better start finish persisted block logs (#11893)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-10-19 13:05:53 +00:00 |
|
|
|
3bd695ee63
|
feat: update el requests for devnet 4 (#11865)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-19 12:48:35 +00:00 |
|
|
|
2ae93682b4
|
refactor: move EngineValidator setup to RpcAddOns (#11850)
|
2024-10-19 10:08:34 +00:00 |
|
|
|
da5079d11f
|
test(txpool): add unit test for BlobStoreCanonTracker (#11885)
|
2024-10-19 08:28:42 +00:00 |
|
|
|
2f559c62bf
|
primitives: use alloy MAXIMUM_EXTRA_DATA_SIZE constant (#11881)
|
2024-10-19 08:28:10 +00:00 |
|
|
|
a6daafc6a4
|
refactor(txpool): small refactor for InMemoryBlobStore impl (#11886)
|
2024-10-19 08:27:29 +00:00 |
|
|
|
a4126b3a53
|
feat: tasks executor metrics in grafana (#11815)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-10-18 22:15:08 +00:00 |
|
|
|
655fc1a55a
|
rpc: add unit tests for RpcModuleSelection (#11883)
|
2024-10-18 22:13:02 +00:00 |
|
|
|
eee5e0d41f
|
bump rust to 1.82 (#11876)
|
2024-10-18 20:08:09 +00:00 |
|
|
|
a908f97773
|
chore: simplify update fn (#11880)
|
2024-10-18 18:21:55 +00:00 |
|
|
|
587c91f1cf
|
Optimize Sender Recovery Process (#11385)
|
2024-10-18 15:17:11 +00:00 |
|
|
|
9c8f5d89d8
|
chore: rm v2 get bodies functions (#11870)
|
2024-10-18 11:47:56 +00:00 |
|
|
|
8d32fd788b
|
feat: allow awaiting payload in progress (#11823)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-18 10:45:51 +00:00 |
|
|
|
cfd066c071
|
chore(sdk): SignedTransaction abstraction (#11432)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-18 09:43:23 +00:00 |
|
|
|
cb604826b7
|
chore(sdk): Define NodePrimitives::Block (#11399)
|
2024-10-18 09:23:25 +00:00 |
|
|
|
5859f93c56
|
primitives: use alloy EMPTY_ constants (#11852)
|
2024-10-18 08:53:21 +00:00 |
|
|
|
0c70f6bd35
|
primitives: use alloy KECCAK_EMPTY constant (#11851)
|
2024-10-18 08:25:22 +00:00 |
|
|
|
dfcaad4608
|
chore: remove some cfg imports (#11864)
|
2024-10-17 22:42:24 +00:00 |
|
|
|
62e7625b16
|
primitives: use alloy *_TX_TYPE_ID constants (#11853)
|
2024-10-17 22:41:59 +00:00 |
|
|
|
f3c0dda0d3
|
perf: use existing block hash functions (#11858)
|
2024-10-17 22:40:33 +00:00 |
|
|
|
96ad6d5bd5
|
chore: rm unused reth-revm c-kzg feature (#11860)
|
2024-10-17 22:40:15 +00:00 |
|
|
|
bc43613be3
|
chore: disable SC2034 in check_wasm.sh (#11854)
|
2024-10-17 20:33:37 +00:00 |
|