Commit Graph

1493 Commits

Author SHA1 Message Date
703f0fdf89 chore: rename miner to payload builder (#2217) 2023-04-12 18:04:32 -04:00
2f6d5e6ad2 feat: add basic payload generator (#2161) 2023-04-12 21:36:20 +02:00
d851054dff chore(db): clarify upsert (#2216)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-12 15:31:49 -04:00
0759b30404 feat(trie): state root (#2206)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-04-12 09:48:33 -07:00
d99befe818 chore: enable tx inserts via p2p (#2214) 2023-04-12 12:11:33 -04:00
a8665309fc chore: more error context for failed to open (#2215) 2023-04-12 12:10:52 -04:00
48dc9987a1 chore: use cost in error (#2213)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-04-12 17:53:52 +02:00
15ad63f8c2 fix(txpool): enforce minimum priority fee (#2212) 2023-04-12 08:41:10 -07:00
cf93d642f6 style: use .join for joining paths (#2210) 2023-04-12 07:01:08 -07:00
a346f1617c feat(engine): basic beacon engine metrics (#2200) 2023-04-12 05:52:45 -07:00
39ecb618d7 feat: add Transaction::effective_tip_per_gas (#2204) 2023-04-12 13:25:20 +02:00
ca28b37a74 chore(trie): remove proptest with arbitrary leaves (#2203) 2023-04-12 03:24:10 -07:00
554c8258a9 feat: add trace_replayBlockTransactions (#2141)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-04-12 12:18:11 +02:00
5ce1873a83 feat: extract increment_account_balance (#2201) 2023-04-12 12:17:05 +02:00
e3f4780c6c chore: add note about fees (#2202) 2023-04-12 03:14:15 -07:00
ad8ca5677a chore: add PayloadError to PayloadStatus conversion (#2123) 2023-04-12 11:41:15 +02:00
74d90de450 fix(download): body consecutive range (#2198) 2023-04-12 01:59:11 -07:00
e87960ea8d fix(engine): pipeline run conditions (#2193) 2023-04-11 23:42:01 -07:00
c5b70f4771 chore: clippy (#2197) 2023-04-11 23:14:01 -07:00
18fd8c133a fix(engine): initial sync target (#2194) 2023-04-11 21:44:20 -07:00
c9eeb181a5 feat: append chain network to db directory (#1846) 2023-04-11 21:00:49 -07:00
9e8d9883d1 fix: ignore header extradata validation in goerli pre-merge (#2178) 2023-04-11 18:03:45 -04:00
42a98a7194 feat(trie): stored nibbles (#2182) 2023-04-11 14:23:19 -07:00
be1eab11b5 fix: add initial goerli forks (#2196) 2023-04-11 14:18:50 -07:00
8a037a19b0 feat: add ReceiptWithBloomRef type (#2189) 2023-04-11 21:02:21 +02:00
3957f80070 chore: extract withdrawal balance changes function (#2186) 2023-04-11 21:02:05 +02:00
f919eeebfc chore: accept AsRef in calculate_transaction_root (#2188) 2023-04-11 10:41:57 -07:00
840a0c7860 chore: add ChainSpec convenience function for Hardfork timestamps (#2190) 2023-04-11 13:09:34 -04:00
7cf2b28431 docs(rpc): add docs about engine_getPayloadV build process cancel (#2187) 2023-04-11 11:53:26 -04:00
ddc1407243 chore: add PostState::logs_bloom (#2191) 2023-04-11 08:52:46 -07:00
9c1a33e527 fix: activate required test-utils feature for dev-deps (#2192) 2023-04-11 08:51:59 -07:00
0a34f28bfb perf: use par_sort on TxLookup stage (#2137) 2023-04-11 15:56:54 +02:00
ccf540ea8d Adding miner args for cli (#2163) 2023-04-11 13:57:21 +02:00
976d681792 feat: extract commit_changes function (#2185) 2023-04-11 13:24:52 +02:00
e0e449d5ff fix: ensure Signature is ethereum scheme (#2183) 2023-04-11 12:45:10 +02:00
26e642d390 feat: add BlockchainTreeViewer::block_by_hash (#2168) 2023-04-11 12:44:45 +02:00
d83c07c13c feat(trie): prefix set (#2181) 2023-04-10 23:41:28 -07:00
5776accaa5 chore(trie): add account to trie crate (#2180) 2023-04-10 22:54:47 -07:00
54fc809a4c feat(trie): hash builder (#2177) 2023-04-10 13:57:59 -07:00
5ba45ae34e feat: more builder abstractions (#2157) 2023-04-10 19:22:10 +02:00
a6366de1cd feat(trie): trie nodes (#2174) 2023-04-10 09:18:19 -07:00
bbdeda3246 fix: return engine_getPayload error response (#2175) 2023-04-10 18:14:01 +02:00
d0da2a3e92 feat: add reth config cmd to dump default reth.toml (#2167) 2023-04-10 18:09:23 +02:00
a83de80afa chore: manual default for PostState (#2173) 2023-04-10 18:09:09 +02:00
34cab48e78 feat(trie): branch node (#2171) 2023-04-10 09:06:20 -07:00
c9af8a2d14 feat(trie): nibbles (#2170) 2023-04-10 08:10:08 -07:00
2df16021bf docs: add note about post state (#2169) 2023-04-10 05:28:27 -07:00
087d0a6317 feat: CanonStateNotification for commit and reorg (#2156) 2023-04-10 13:11:15 +02:00
cbbd834575 feat(trie): setup crate (#2166) 2023-04-10 01:34:50 -07:00
76c9a547b7 chore: unify disable discovery builder functions (#2164) 2023-04-09 11:11:19 -07:00