Commit Graph

3790 Commits

Author SHA1 Message Date
b1b059fe9b chore: clean up lints (#5881) 2023-12-28 16:23:50 +00:00
31161c9544 test: enable arbitrary feature for dependencies (#5882) 2023-12-28 16:08:58 +00:00
a680a03658 feat: Introduce NodeBuilder (#5869)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-12-28 16:01:32 +00:00
e341f47a16 fmt: add a space between inner doc-comments and following items (#5880) 2023-12-28 15:52:20 +00:00
8615863620 feat(tree): track state trie updates (#5875) 2023-12-28 11:15:17 +00:00
22a450822e chore: add enum helper functions (#5865) 2023-12-27 19:49:03 +00:00
ed774e9a81 feat: base sepolia support (#5697)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-27 19:25:39 +00:00
68b174e088 refactor: small refactoring and documentation in interfaces crate (#5866) 2023-12-27 14:02:10 +00:00
3aa718a561 Revert "feat: Introduce NodeBuilder" (#5868) 2023-12-27 14:23:32 +01:00
ff78d1e1f9 chore: bump itertools (#5867) 2023-12-27 14:15:59 +01:00
8e9b02f128 feat: Introduce NodeBuilder (#5824) 2023-12-27 12:56:20 +00:00
e861f2b463 feat: add sanity_check implementation for block headers (#5863) 2023-12-27 12:42:08 +00:00
PA
fba9a59802 feat(revm): use GenericRevertReason type (#5854)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-27 12:40:37 +00:00
fa2fd0d50b refactor: small refactoring of revm database and documentation (#5864) 2023-12-27 11:24:13 +00:00
8d6e976204 log(downloader): log count instead of distance (#5860) 2023-12-26 16:47:04 +00:00
742c3e249b bin: run reth by default (#5859) 2023-12-26 16:46:49 +00:00
9b12f4ff93 fix(txpool): missing condition that tx gas limit equal to block gas l… (#5858) 2023-12-26 12:22:07 +00:00
abc168efa6 Trie hash optimizations (#5827) 2023-12-26 09:43:10 +00:00
cbf6324594 chore(primitives): extract trie HashBuilder implementation (#5832) 2023-12-26 07:48:55 +00:00
7b0ecceafb chore(transaction): unify the chainId type in different transaction definitions (#5853) 2023-12-25 09:45:53 +00:00
065d717b1c chore(deps): weekly cargo update (#5855)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-24 12:42:33 +00:00
325bc496f9 fix: mark pre-4844 blob txs as invalid in consensus (#5850) 2023-12-22 16:58:50 +00:00
8fb6ed9cc5 fix(consensus): correct the fork name for validating 1559 transaction (#5849) 2023-12-22 16:36:04 +00:00
099c83328c feat(bin): disable ETA for execution stage (#5839) 2023-12-22 13:11:15 +00:00
f3aa296ef7 chore(deps): cleanup reth-interfaces deps (#5848) 2023-12-22 10:02:44 +00:00
yjh
f96dc7e578 chore: remove BlockBodyRoots and reduce root calculation times (#5847)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-22 09:23:28 +00:00
cf862bb7c7 chore: use bug issue template link in README (#5845) 2023-12-21 22:10:11 +00:00
d8b1771cdd feat(trie): trie cursor abstraction (#5643) 2023-12-21 19:22:15 +00:00
fff7d1579d feat: add testnet cancun timestamps (#5842) 2023-12-21 18:06:03 +00:00
yjh
521aefec72 chore: improve codec for TxValue (#5838) 2023-12-21 15:38:10 +00:00
b37cd833a4 Feature: Support db get for duptables (CLI) (#4653)
Co-authored-by: Dragan Pilipovic <admin@Admins-MacBook-Pro.local>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-12-21 14:45:46 +00:00
c066aa60af feat: create new methods with Config arguments for existing builders (#5837)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-12-20 21:55:13 +00:00
ad3b893c23 feat: introduce PrunerBuilder (#5834) 2023-12-20 17:43:48 +00:00
f97b3fc175 test: add test for eth_getLogs blockHash (#5831) 2023-12-20 14:21:47 +00:00
92e5b2dafb chore: add optimism rpc errors (#5821)
Co-authored-by: psychiller <pscyhiller@protonmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-20 05:34:42 +00:00
282f4ffb9f chore: mbdx → mdbx typos (#5828) 2023-12-20 05:17:58 +00:00
b1d0dc41c2 chore: bump fdlimit (#5819) 2023-12-18 16:55:19 +00:00
342ee4a41b chore: add error struct for checking builder submissions (#5820) 2023-12-18 18:03:53 +01:00
453f699440 feat: add validation API endpoints (#5816) 2023-12-18 16:10:54 +00:00
98f5baddcc feat: add submitblock request (#5815) 2023-12-18 15:58:39 +00:00
0e091dafb8 refactor: replace std::fs usages with reth-primitives (#5813) 2023-12-18 15:56:26 +00:00
18dd1b72a1 feat: snapshots (#5738)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-12-18 15:55:43 +00:00
900fe7ea4e feat: make NodeState generic over DB with DatabaseMetadata (#5691) 2023-12-18 11:55:21 +00:00
61c9587a24 feat: add execution payload validator (#5811) 2023-12-18 11:45:24 +00:00
1d25829f2e feat: share decompressor buffer (#5777) 2023-12-18 10:42:48 +00:00
43f29fe7c2 perf: skip initial transaction lookup during log queries (#5805)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-12-18 10:03:39 +00:00
18c881532f feat: add SSZ encoding for SignedBidSubmission (#5787)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-18 09:33:35 +00:00
fb871bf3fa refactor: small refactoring for Header structure (#5801)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-18 08:15:33 +00:00
yjh
bb6f6f43c2 feat: support no-std for reth-codecs (#5756) 2023-12-18 08:07:25 +00:00
fcdd31a6f4 chore: fix new clippy lint (#5806) 2023-12-18 09:03:37 +01:00