Commit Graph

5765 Commits

Author SHA1 Message Date
352d57655b chore: clean up reth-bench payload status checks (#8852) 2024-06-14 20:59:14 +00:00
3b27da59dc chore: move gas units to primitives constants (#8849) 2024-06-14 19:28:08 +00:00
f9165fb9af feat: add some utils to EvmOverrides (#8848) 2024-06-14 19:24:20 +00:00
d7af166d85 chore(deps): rm unused arb feature (#8846) 2024-06-14 16:50:59 +00:00
40d588470f chore(rpc): use TypedData type in eth_signTypedData signature (#8845) 2024-06-14 16:46:37 +00:00
e6017c3cd9 chore: rm unused clap feature (#8843) 2024-06-14 16:18:40 +00:00
cc46db3aa2 chore: re-export payload types from engine types (#8841) 2024-06-14 16:11:26 +00:00
e331775126 chore: move primitives/constants to reth-primitives-traits (#8842) 2024-06-14 16:07:35 +00:00
05c67a8709 chore(mbdx): use std::ffi, remove unused files (#8839) 2024-06-14 16:02:56 +00:00
b88065d6bd docs(book): clarify what ExExes are not (#8805)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-06-14 15:48:43 +00:00
8719490be7 chore(deps): bump jsonwebtoken (#8840) 2024-06-14 15:40:36 +00:00
217ff958cc chore: move Header and SealedHeader to reth-primitives-traits (#8831) 2024-06-14 14:43:57 +00:00
ca574edbc8 chore(primitives): use derive_more where possible (#8834) 2024-06-14 14:06:03 +00:00
3af5bd857e chore: add address constants with 0x prefix (#8833) 2024-06-14 13:38:17 +00:00
69bf592ec1 test: add unit tests for Chain execution type (#8826) 2024-06-14 13:27:16 +00:00
5c2e868945 chore(evm): rename bundle.rs to execution_outcome.rs (#8832) 2024-06-14 13:26:25 +00:00
f218774950 chore: bump rust version 1.79 (#8829) 2024-06-14 12:52:23 +00:00
579da56e97 fix: split requests in split_at execution outcome (#8823) 2024-06-14 12:41:44 +00:00
697cbd8b96 feat: implement deref and derefMut for Requests (#8816) 2024-06-14 12:10:46 +00:00
7d80164fad chore(deps): use workspace deps (#8824) 2024-06-14 11:55:23 +00:00
b7ce1de00e chore: fix references (#8820)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
2024-06-14 11:27:02 +00:00
68e902db2e chore: move header validation from reth-primitives to consensus crates (#8802) 2024-06-14 11:21:45 +00:00
f3bd255007 reth-primitives: Hide alloy-consensus/arbitrary behind reth-primitives/arbitrary (#8821) 2024-06-14 11:13:36 +00:00
fc770423b3 fix(ci): add missing const fn (#8822) 2024-06-14 10:07:39 +00:00
bc15e6c03a fix: truncate request vectors when reverting exec outcome (#8815)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2024-06-13 23:32:16 +00:00
560080ee19 chore(deps): replace reth-primitives in dns (#8814) 2024-06-13 21:51:56 +00:00
a96884d670 chore(ecies): replace reth-primitives with alloy-primitives (#8812) 2024-06-13 21:19:49 +00:00
a568535b85 chore(deps): replace reth-primitives in discv4 (#8813) 2024-06-13 21:16:11 +00:00
23fc18db25 chore: use sha2 from workspace (#8811) 2024-06-13 20:46:30 +00:00
be12177a2f chore: rm HasRemoteAddr trait (#8809) 2024-06-13 20:46:30 +00:00
8bb1270d54 chore: remove educe dependency (#8810) 2024-06-13 20:45:49 +00:00
d4bd1c8f5d fix: only check that base fee is not zero (#8808)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-13 20:32:49 +00:00
de46a46849 fix: windows build (#8807) 2024-06-13 20:15:08 +00:00
ff33c281c7 fix(grafana): fix broken panel (#8806) 2024-06-13 18:33:45 +00:00
76c8f4842c chore: move proof types and root functions from primitives/proofs into reth-trie-common (#8724)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-13 16:36:18 +00:00
763317d356 chore: bump inspectors and alloy (#8803) 2024-06-13 14:53:47 +00:00
e5111f0339 feat: add append_receipts function (#8718)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-06-13 14:08:57 +00:00
41933b76de refactor: disable default features for alloy workspace deps (#8768)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-13 13:43:39 +00:00
f9493fd1f9 docs(book): start documenting ExExes (#8779)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
2024-06-13 13:29:36 +00:00
9cfd588a72 fix: migration of ethereum-package to ethpandaops (#8797) 2024-06-13 12:10:43 +00:00
ce5c6e948a feat: log debug log directory on startup (#8785) 2024-06-13 11:05:10 +00:00
46c8255fa8 feat: support no_std for reth-storage-errors (#8790)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-12 23:29:36 +00:00
686a40466c feat: support no_std for reth-consensus (#8792) 2024-06-12 23:19:41 +00:00
a80f0126dd fix: separate Base Sepolia and OP Sepolia BASE_FEE_PARAMS (#8789) 2024-06-12 21:58:37 +00:00
73adc91a0d fix: disable sysinfo multithreading (#8783) 2024-06-12 18:51:24 +00:00
7b5864329d fix: add a 5 second timeout for tokio_runtime shutdown (#8771)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-12 18:49:05 +00:00
8398625d14 fix: prometheus graceful shutdown (#8784) 2024-06-12 18:47:28 +00:00
b8cd7be6c9 chore: bump version 1.0.0-rc.1 (#8775) 2024-06-12 16:53:54 +00:00
0de932d174 chore: remove HeaderSyncMode::Continuous & debug.continuous (#8714)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2024-06-12 15:09:45 +00:00
fcd28f69a8 feat: introduce reth benchmark command (#8284)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
2024-06-12 14:38:42 +00:00