Commit Graph

4516 Commits

Author SHA1 Message Date
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
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
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
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
e9a7691747 fix(rpc/trace): wrong calculate of block ommer rewards (#8767)
Signed-off-by: jsvisa <delweng@gmail.com>
2024-06-12 14:36:06 +00:00
571c261a2f fix(rpc/trace): trace_filter check block range (#8766)
Signed-off-by: 9547 <29431502+9547@users.noreply.github.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-06-12 14:29:31 +00:00
0a49d47dc3 fix: ensure that a new offset file ends with the zero data file length (#8770) 2024-06-12 11:22:01 +00:00
c2650388bd fix: add start_time to ProcessUID on StorageLock (#8753) 2024-06-12 09:28:13 +00:00
1c148e7f03 chore: dont depend on reth-primitives (#8762) 2024-06-11 23:56:03 +00:00
2bc1642049 feat: support no_std for reth-execution-errors (#8729)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-11 23:21:48 +00:00
jn
268e768d82 feat: introduce payload types (#8756)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-11 20:46:01 +00:00
92d2f29ab8 chore: Remove optimism flag from eth consensus crate (#8760) 2024-06-11 19:31:00 +00:00
64d6853fc3 fix: add requests in ExecutionOutcome extend (#8761) 2024-06-11 19:09:13 +00:00
5eecc4f910 fix: Use OptimismBeaconConsensus in the OptimismNode (#8487) 2024-06-11 17:40:23 +00:00
3b8cc0653b feat(provider): BlockReader::sealed_block_with_senders_range (#8750) 2024-06-11 16:31:18 +00:00
a5d825edb3 refactor: rename BundleStateWithReceipts to BlockExecutionOutcome (#8730) 2024-06-11 16:06:49 +00:00
95719da049 chore: adds reth-primitives-traits & Account (#8722) 2024-06-11 16:01:45 +00:00
b8759733d4 chore: move primitives/stage to reth-stages-types (#8749) 2024-06-11 14:38:26 +00:00
87c22d22f8 test: add unit tests for BundleStateWithReceipts (#8741) 2024-06-11 13:54:28 +00:00
892d5dd04c test: unit test for TransactionGasLimitMoreThanAvailableBlockGas (#8740) 2024-06-11 11:05:46 +00:00
3202c9072d refactor: move discv5 logic for op to reth-node-optimism (#8690) 2024-06-11 10:42:54 +00:00
55317eb004 chore(deps): bump http, hyper etc. to 1.0; jsonrpsee 0.23 (#7018)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-11 09:37:49 +00:00
e9d8cdab49 chore: add a few missing trait bounds (#8731) 2024-06-11 08:53:14 +00:00
218526c1f9 fix(db): format tracing log fields with Debug (#8738) 2024-06-11 08:47:43 +00:00
d772344d37 chore(deps): remove libffi dependency (#8736) 2024-06-11 06:44:29 +00:00
bd1f5ba8eb feat: add gas throughput debug log to execution progress (#8734) 2024-06-11 02:16:48 +00:00
79113551ee feat(stages): send a notification to ExExes only when Execution stage commits (#8720) 2024-06-11 00:54:52 +00:00
08cb775455 feat: move RethRpcConfig to rpc-builder (#8684)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-10 22:08:51 +00:00
22e18ac2d9 fix: dont panic on invalud fcu response (#8725) 2024-06-10 20:02:41 +00:00
ad0be4ca06 refactor: replace BatchBlockExecutionOutput by BundleStateWithReceipts (#8709) 2024-06-10 16:46:39 +00:00
3a8baa0106 feat: --debug.etherscan for fake consensus client (#8082)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-06-10 16:39:52 +00:00
b16a6ec029 chore: move primitives/trie to reth-trie-types (#8717) 2024-06-10 15:00:14 +00:00
76a1a3d005 refactor: simplify Receipts implementation (#8710) 2024-06-10 12:26:44 +00:00
e5832d5189 chore(stages): remove execute_inner method (#8719) 2024-06-10 12:21:11 +00:00
8717ed757b feat: add secp256k1 feature in reth-network-peers (#8712)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2024-06-10 11:46:22 +00:00
ee7a829a12 feat: add ExExLauncher (#8693) 2024-06-10 11:14:00 +00:00