Commit Graph

5456 Commits

Author SHA1 Message Date
e02b935e94 add match_same_arms clippy lint (#8549) 2024-06-03 17:42:25 +00:00
0f1bad98f2 chore: log endpoint as path (#8567) 2024-06-03 17:35:51 +00:00
9e611e82a7 chore: OptimismPayloadAttributes Re-export (#8555) 2024-06-03 17:34:41 +00:00
4d067ec25e chore: remove chain field from DbTool (#8562) 2024-06-03 17:22:28 +00:00
9aacba8598 add type_repetition_in_bounds clippy lint (#8568) 2024-06-03 17:10:15 +00:00
c0e7440692 release: 0.2.0-beta.8 (#8566) 2024-06-03 17:00:44 +00:00
57610bc7aa feat(trie): hash post state in parallel (#7190)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2024-06-03 16:49:18 +00:00
4522fd8baf feat(cli): override static files datadir (#7212)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-06-03 16:47:15 +00:00
994f98f12d chore: downgrade error message (#8561) 2024-06-03 15:07:46 +00:00
fdd401db46 fix(rpc): add invalid block range error (#8558)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-06-03 15:07:16 +00:00
655bb3f423 docs: mention beacon node API endpoint for ecotone (#8560) 2024-06-03 14:10:57 +00:00
7c17c6e469 add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-03 13:21:45 +00:00
34af610b8e chore: remove reth db create-static-files command (#8554) 2024-06-03 12:56:54 +00:00
db3d1335a8 feat: adds StorageLock to StaticFileProvider and mdbx::DatabaseEnv (#8528) 2024-06-03 12:28:56 +00:00
063807b3ae fix auto-seal consensus duplicate notification (#8548) 2024-06-03 12:10:27 +00:00
f9959b0cc8 add unnecessary_struct_initialization and string_lit_as_bytes (#8551) 2024-06-03 11:32:30 +00:00
99c951a8bd chore(deps): weekly cargo update (#8543)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
2024-06-02 09:16:17 +00:00
e75edf3be7 add iter_on_single_itemsclippy lint (#8542) 2024-06-01 16:30:26 +00:00
b311de91cf small fix in estimate_gas_with gas used (#8541) 2024-06-01 16:24:34 +00:00
da233bf322 add empty_line_after_doc_comments and remove option_if_let_else (#8539) 2024-06-01 15:21:50 +00:00
dfce570ceb test(rpc): payload V4 decode hashing (#8531) 2024-06-01 15:18:14 +00:00
72d5947454 improve estimate_gas_with (#8535) 2024-06-01 11:16:26 +00:00
a4df6bbd62 feat: run StaticFileProvider::check_consistency on start up (#8143) 2024-06-01 10:56:13 +00:00
105570ded0 fix: pruner config use toml over default (#8533) 2024-05-31 23:48:42 +00:00
fc8dce5ee7 chore: bump alloy 61140ec (#8534) 2024-05-31 23:41:51 +00:00
b80469d9fd fix: replace storage action metric recording (#8501) 2024-05-31 17:46:50 +00:00
ce9154d9bd chore: expose blob_versioned_hashes methods on block (#8530) 2024-05-31 16:46:46 +00:00
b8e8ce1f40 fix(evm): validate requests in block post-execution (#8529) 2024-05-31 15:20:18 +00:00
256f6a954d feat(engine): process pending fcu after release of db write hook (#8315) 2024-05-31 14:13:11 +00:00
411c961362 chore: use new urls for book/docs (#8527) 2024-05-31 14:09:19 +00:00
d2187093f9 fix: added 4844 transaction in documentation (#8521) 2024-05-31 10:19:44 +00:00
aef5a6022a Expose more tx pool types (#8526) 2024-05-31 10:19:05 +00:00
d7c854d93d feat: accessor for ethconfig (#8525) 2024-05-31 10:05:59 +00:00
dde2c41044 chore(deps): bump revm-inspector with js tracing fix (#8523) 2024-05-31 10:00:53 +00:00
21613bb58d fix(engine): do not ignore provider errors (#8519) 2024-05-31 07:17:44 +00:00
daad63827a fix: replace broken canonicalization metrics (#8500) 2024-05-30 21:59:12 +00:00
38fcae51f3 Introduce total gas and gas per second metrics on new payload (#8398) 2024-05-30 21:49:17 +00:00
0774d16ce8 stlye: use new NetworkConfigBuilder::apply fn (#8520) 2024-05-30 21:45:15 +00:00
a8a4f67ab0 perf(net): decrease budget EthRequestHandler + metrics (#8497) 2024-05-30 21:29:36 +00:00
2a8a69384a feat: add tables_to_generic! macro to convert between table values and types (#8518) 2024-05-30 18:30:20 +00:00
80c0d618b4 fix: make reth-db compile without default features (#8509) 2024-05-30 17:56:35 +00:00
e89e4c92fd chore(deps): bump metrics to 0.22 (#8517) 2024-05-30 17:02:37 +00:00
80809a4918 feat: implement EIP-6110 (#8507)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-05-30 16:02:53 +00:00
9a08ad7844 chore: resolve external IP with just an http request (#8516) 2024-05-30 15:40:23 +00:00
716976f0d1 feat: implement EIP-7002 (#8485) 2024-05-30 15:30:59 +00:00
f43ccc760b chore: move more traits to storage-api (#8511) 2024-05-30 13:40:19 +00:00
633b655fef feat: implement EIP-2935 (#8431)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2024-05-30 12:18:00 +00:00
bafec99f6b Refactor: Clean up RpcModuleSelection API (#8504)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-05-30 11:54:41 +00:00
ba03d93a23 fix(rpc): use hex arg for feeHistory (#8506) 2024-05-30 11:48:07 +00:00
837b8f3e60 chore: bump alloy 7320d4c (#8505) 2024-05-30 13:48:44 +02:00