Commit Graph

3779 Commits

Author SHA1 Message Date
Thomas Coratger
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
Thomas Coratger
fa2fd0d50b refactor: small refactoring of revm database and documentation (#5864) 2023-12-27 11:24:13 +00:00
Roman Krasiuk
8d6e976204 log(downloader): log count instead of distance (#5860) 2023-12-26 16:47:04 +00:00
Roman Krasiuk
742c3e249b bin: run reth by default (#5859) 2023-12-26 16:46:49 +00:00
Siyuan Han
9b12f4ff93 fix(txpool): missing condition that tx gas limit equal to block gas l… (#5858) 2023-12-26 12:22:07 +00:00
Vitaly Drogan
abc168efa6 Trie hash optimizations (#5827) 2023-12-26 09:43:10 +00:00
DaniPopes
cbf6324594 chore(primitives): extract trie HashBuilder implementation (#5832) 2023-12-26 07:48:55 +00:00
Siyuan Han
7b0ecceafb chore(transaction): unify the chainId type in different transaction definitions (#5853) 2023-12-25 09:45:53 +00:00
github-actions[bot]
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
Dan Cline
325bc496f9 fix: mark pre-4844 blob txs as invalid in consensus (#5850) 2023-12-22 16:58:50 +00:00
Siyuan Han
8fb6ed9cc5 fix(consensus): correct the fork name for validating 1559 transaction (#5849) 2023-12-22 16:36:04 +00:00
Alexey Shekhirin
099c83328c feat(bin): disable ETA for execution stage (#5839) 2023-12-22 13:11:15 +00:00
Matthias Seitz
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
Dan Cline
cf862bb7c7 chore: use bug issue template link in README (#5845) 2023-12-21 22:10:11 +00:00
Roman Krasiuk
d8b1771cdd feat(trie): trie cursor abstraction (#5643) 2023-12-21 19:22:15 +00:00
Dan Cline
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
Srdjan
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
Thomas Coratger
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
Dan Cline
ad3b893c23 feat: introduce PrunerBuilder (#5834) 2023-12-20 17:43:48 +00:00
Matthias Seitz
f97b3fc175 test: add test for eth_getLogs blockHash (#5831) 2023-12-20 14:21:47 +00:00
psychiller
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
Bjerg
282f4ffb9f chore: mbdx → mdbx typos (#5828) 2023-12-20 05:17:58 +00:00
Matthias Seitz
b1d0dc41c2 chore: bump fdlimit (#5819) 2023-12-18 16:55:19 +00:00
Matthias Seitz
342ee4a41b chore: add error struct for checking builder submissions (#5820) 2023-12-18 18:03:53 +01:00
Matthias Seitz
453f699440 feat: add validation API endpoints (#5816) 2023-12-18 16:10:54 +00:00
Matthias Seitz
98f5baddcc feat: add submitblock request (#5815) 2023-12-18 15:58:39 +00:00
Alexey Shekhirin
0e091dafb8 refactor: replace std::fs usages with reth-primitives (#5813) 2023-12-18 15:56:26 +00:00
joshieDo
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
Dan Cline
900fe7ea4e feat: make NodeState generic over DB with DatabaseMetadata (#5691) 2023-12-18 11:55:21 +00:00
Matthias Seitz
61c9587a24 feat: add execution payload validator (#5811) 2023-12-18 11:45:24 +00:00
joshieDo
1d25829f2e feat: share decompressor buffer (#5777) 2023-12-18 10:42:48 +00:00
Roman Krasiuk
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
Niclas Blomberg
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
Thomas Coratger
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
Matthias Seitz
fcdd31a6f4 chore: fix new clippy lint (#5806) 2023-12-18 09:03:37 +01:00
Matthias Seitz
5e7bd64d93 chore: add note about grammar+typo prs (#5808) 2023-12-18 08:59:59 +01:00
leonarddt05
b6831c66f0 docs: adjust arm device guide (#5799) 2023-12-18 08:54:31 +01:00
github-actions[bot]
df5042c46d chore(deps): weekly cargo update (#5798)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-18 08:53:33 +01:00
DaniPopes
27caf7b4ce perf: random changes (#5795) 2023-12-16 18:11:26 +00:00
Matthias Seitz
bfe12ce885 chore: log full tx object in assert (#5797) 2023-12-16 17:32:59 +00:00
Alexey Shekhirin
3e500ef746 feat(grafana): sort stages (#5796) 2023-12-16 17:31:43 +00:00
Thomas Coratger
d3fd2cd722 refactor(primitives): small refactoring for pooled transactions (#5789) 2023-12-16 15:11:00 +00:00
Thomas Coratger
9ae7ae2b3f feat: better usage of by_id methods in transaction pools (#5791) 2023-12-16 15:10:53 +00:00
Siyuan Han
570be24695 fix(txpool): correct the EIP2930 Error logger in TxValidator (#5792) 2023-12-16 04:30:49 +00:00
Thomas Coratger
ed7e6afa47 feat: add sequential_transactions_by_sender method for MockTransactionSet (#5741) 2023-12-15 20:23:49 +00:00
lmittmann
686129cb63 feat(network): added NetworkConfigBuilder.block_import(..) (#5783)
Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
2023-12-15 20:20:45 +00:00