Commit Graph

3372 Commits

Author SHA1 Message Date
920e3f0b88 perf: drop lock early (#5016) 2023-10-13 22:24:56 +02:00
411893eba2 feat: add validate transactions function (#5010) 2023-10-13 19:58:16 +00:00
92ceb2fca9 EIP4844 variant to TypedTransactionRequest (#5005)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-13 16:02:52 +00:00
15fe5edf06 chore: use new type for BlockchainId (#5012) 2023-10-13 14:56:20 +00:00
6c8c084e36 feat: track encoded length with pooled txs (#4976)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-13 10:46:37 +00:00
34bc4983e7 Adding EthTransactionValidator::validate_all function (#5006)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-12 23:02:24 +00:00
e86b80a019 feat(bin, snapshot): SnapshotSegment, headers segment & refactors (#4979) 2023-10-12 18:51:57 +00:00
d3794f2c4d update trace_filter, trace block only to highest matching index (#4974)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-12 18:45:25 +00:00
27a0a06ca4 feat: add TreeState container type (#5000) 2023-10-12 16:21:43 +00:00
71ccd2a88f chore: replace deprecated hub with gh for releases (#4996) 2023-10-12 13:47:03 +00:00
d6ea90fd33 feat(ef-tests): validate state root (#4995) 2023-10-12 13:44:41 +00:00
422f38ac06 fix(ef-tests): seal engine typo and deserialization (#4997) 2023-10-12 13:30:13 +00:00
f7bffeef53 chore: extract validate tx impl from trait impl (#4993) 2023-10-12 13:09:11 +00:00
3ab8aece3f chore: ask for node type in bug.yml issue template (#4988) 2023-10-12 11:53:07 +00:00
2dbd142d60 feat(bin, prune): pass prune segments from CLI & refactor modes (#4964) 2023-10-12 11:49:28 +00:00
d2a967d4b5 Large tx integration test (#4959) 2023-10-12 11:42:56 +00:00
3a8c062574 chore: simplify HashedCursorFactory trait (#4984) 2023-10-12 11:41:06 +00:00
505c6bc826 docs: add note about ignore version field (#4994) 2023-10-12 13:43:43 +02:00
bd7b8f536d notify full transaction listeners (4902) (#4978)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-12 11:23:21 +00:00
d2845afdf7 minor doc update on how to run individual tests (#4990)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-12 10:24:53 +00:00
18311976a1 refactor(prune): impl Segment for other prune segments (#4899) 2023-10-12 07:13:01 +00:00
65cc314ab5 chore: rm redundant config (#4987) 2023-10-11 18:47:33 +02:00
a2c62cdf61 rpc tracing to workspace (#4986) 2023-10-11 16:19:06 +00:00
b076a01933 feat(test): add debug trace ext helpers (#4982) 2023-10-11 14:46:01 +00:00
00a92f526a chore: remove consensus generic (#4981) 2023-10-11 12:35:42 +00:00
e04292247f fix: use pending block tag for actual pending block (#4966) 2023-10-11 03:06:53 +00:00
39f566e7cc fix: use correct payload length for blob pooled txs (#4972) 2023-10-10 21:02:26 +00:00
c6531b48f8 feat: Feat/add on rpc server started hook (#4947)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-10 16:15:15 +00:00
fb96369674 moving Log::from_primitive to rpc compat crate (#4968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-10 13:57:41 +00:00
eb22cdef32 fix: dockerignore comment (#4971) 2023-10-10 15:23:49 +02:00
67773ade8e docs: fix typos (#4963) 2023-10-10 13:33:56 +02:00
1cccd097eb perf: disable nagle algorithm for rlpx sessions (#4944) 2023-10-09 22:09:09 +00:00
e474c0d73b chore: phase out Substate::new (#4957) 2023-10-09 23:00:11 +02:00
450282cb76 Added trivial implementation of MockEthProvider for completeness. (#4960) 2023-10-09 20:37:43 +00:00
ee5b8c9064 fix: Match prestate tracer to Geth spec, fix storage diff misattribution (#4483)
Co-authored-by: clabby <ben@clab.by>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-09 16:24:14 +00:00
b62db459d4 builder functions for GethDefaultTracingOptions (#4956) 2023-10-09 16:17:41 +00:00
e823c4082d feat(prune): transactions segment (#4937) 2023-10-09 15:52:11 +00:00
9ca0cdcf1e feat(prune): headers segment triggered by snapshots (#4936) 2023-10-09 14:25:48 +00:00
670d459147 Better topic0 (#4950)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-09 12:40:33 +00:00
9561f2860a fix: improve eth_createAccessList (#4954)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-09 12:01:23 +00:00
18c4891238 chore: add some geth tracer ergonomics (#4952) 2023-10-08 19:37:16 +02:00
98bc2b5c84 chore(deps): weekly cargo update (#4949)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-10-08 13:53:35 +02:00
537ad17b77 (chore) fix vergen git sha in docker (#4946)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-10-07 19:45:19 +00:00
5de04430fd fix(disc) Send find_node request only after verifiying our endpoint proof (#4909) 2023-10-07 11:59:32 +00:00
6fd66b3149 chore: update lock (#4942) 2023-10-07 14:04:02 +02:00
51ecf3e96d fix: improve account diff populate (#4934) 2023-10-06 19:23:22 +00:00
851831f4b8 fix: filter out unchanged account states in diff mode (#4931) 2023-10-06 18:11:00 +00:00
36306ce916 feat: add cli ext event hooks example (#4935) 2023-10-06 18:05:03 +00:00
c825aafbc8 fix: only accept rpc enveloped format for transactions in payload (#4928) 2023-10-06 17:40:38 +00:00
9c8eca6a49 feat: add reth db snapshot <TYPE> command (#4889) 2023-10-06 16:33:56 +00:00