Commit Graph

3102 Commits

Author SHA1 Message Date
4567252a72 feat: add TaskManager::current (#5900) 2023-12-31 03:07:18 +00:00
5b9817ae44 chore: rm redundant serde default (#5902) 2023-12-30 16:16:53 +01:00
9821f77078 chore: move reth commands to separate folder (#5886) 2023-12-29 17:01:39 +00:00
21c7e77671 refactor(tree): block buffer (#5879) 2023-12-29 14:13:43 +00:00
f2bac81b92 doc: improve documentation for trie crate (#5872)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-12-29 12:40:06 +00:00
cd08ba825f fix: ::bytes re-export (#5885) 2023-12-28 20:03:04 +00:00
e5ecd4af06 refactor: move ethereum and op builder into separate crates (#5876) 2023-12-28 19:57:07 +00:00
365acf08dd fix: better conversion error handling in block_hash_ref (#5870)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-12-28 16:39:16 +00:00
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
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
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
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
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
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
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