Commit Graph

2956 Commits

Author SHA1 Message Date
2d7c4203c8 (fix): Impl. Lagged error in pool update channel (#4242) 2023-08-17 10:19:39 +00:00
75da6528a9 fix: return None instead of BlockBodyIndicesNotFound in BlockReader (#4239) 2023-08-17 10:11:26 +00:00
d427ade178 fix: propagate promoted transactions (#4236) 2023-08-16 23:42:11 +00:00
40f9576c3a feat: implement network encoding for blob transactions (#4172)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-16 23:10:33 +00:00
45db5a6368 feat: support custom PoolTransaction errors (#4237) 2023-08-16 19:02:51 +00:00
1fda268a4e perf: use futures unordered for active requests (#4231) 2023-08-16 18:02:46 +00:00
8a2c3abd2a feat(pipeline): prune receipts based on log emitters (#4044) 2023-08-16 16:38:36 +00:00
6edbc0eeaf chore(deps): bump boa + thiserror (#4234) 2023-08-16 16:28:13 +00:00
7a922a6ed0 perf: create buffer once (#4226) 2023-08-16 16:26:16 +00:00
491b453edb feat: track node record (#4224) 2023-08-16 16:26:06 +00:00
b232e05b26 fix: track established bonds (#4229) 2023-08-16 16:17:20 +00:00
d643d03030 Move parking_lot dependency to workspace dep (#4228) 2023-08-16 13:32:42 +00:00
43601e3496 chore: move bitflags to workspace (#4220) 2023-08-16 12:17:47 +00:00
7cd7859a2b (fix)db commit on debug_traceCallMany (#4219)
Co-authored-by: Ubuntu <user@ubuntu.com>
2023-08-16 03:15:47 +00:00
44874bc557 feat: add TransactionSigned::recover_signers with the same order (#4120) 2023-08-15 17:40:09 +00:00
c743acde77 feat(db): add search to reth db list command (#4165) 2023-08-15 17:28:30 +00:00
90d2a00a2d fix(pruner): percentage progress (#4197) 2023-08-15 17:19:52 +00:00
981873dca9 chore: enforce recommended soft limit for get pooled requests (#4210) 2023-08-15 16:36:39 +00:00
7f83d0a05a chore: handle full peer request channel (#4211) 2023-08-15 16:29:53 +00:00
bdcc56bbf6 chore: rm some unused (#4208) 2023-08-15 16:20:36 +02:00
0840acd87b docs: update table layout (#4194) 2023-08-15 12:38:59 +00:00
0846d85513 Splitting Reth Node Command Ext (#4158)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-15 12:29:28 +00:00
92361ad77f perf: let sync status mirror FCU (#4203) 2023-08-15 12:14:21 +00:00
8c56cc2f88 chore(txpool): bench requires arbitrary feature (#4204) 2023-08-15 11:25:15 +00:00
9a80f32a66 chore(clippy): make clippy happy (#4163) 2023-08-14 19:58:29 +02:00
3c41e9ffc7 fix: return engine on fatal error (#4184) 2023-08-14 17:26:39 +00:00
6eb170f8d7 feat(doc): document ARM limitations (#4196) 2023-08-14 16:58:06 +00:00
97404cf269 feat: make build function configurable (#4193) 2023-08-14 14:48:59 +00:00
b2be35c0ff feat(interfaces): database write error details (#4190) 2023-08-14 13:09:01 +00:00
4a3f42ebe7 feat(payload): make the actual payload build function generic (#4153) 2023-08-14 13:02:42 +00:00
2aefbd3560 chore(tree): log error on unreachable (#4185) 2023-08-14 11:23:17 +00:00
957f9f4545 chore: bump jsonrpsee 0.20 (#4181) 2023-08-14 11:07:53 +00:00
dfdfea8d72 feat: download blocks in merkle debug script (#4137) 2023-08-14 11:00:48 +00:00
72236490ce fix: restrict max active queries (#4178) 2023-08-14 09:45:28 +00:00
4ff8bca977 feat: add flag to CLI to disable colour coding of console output (#4033)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-14 09:25:44 +00:00
1d40f7197e style: use unwrap or default (#4169) 2023-08-14 09:24:41 +00:00
d0b687b312 fix: spawn js service task on blocking pool (#4180) 2023-08-14 09:23:48 +00:00
c9bb6216cd chore(cli): remove unused debug.tip argument from execution debug script (#4183) 2023-08-14 09:23:08 +00:00
84625e4a8c chore(deps): weekly cargo update (#4173)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-13 09:12:29 +00:00
d152c9e3e7 docs: fix smol typo (#4177) 2023-08-13 10:59:33 +02:00
2a62f2d156 docs(tx-pool): fix pending tx listener typo (#4171) 2023-08-12 19:24:26 +00:00
81e8ad4de6 fix(rpc): tracing target (#4161)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-12 10:17:33 +00:00
1c23075edb fix: remove discarded transactions (#4164) 2023-08-11 14:28:51 +00:00
427a8395f9 feat(txpool): Make TransactionPool trait object safe (#4156)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-11 13:34:56 +00:00
03fc87701a fix(txpool): maintenance tracing target (#4160) 2023-08-11 12:39:38 +00:00
500b0fac13 (feat):add transaction::is_dynamic_fee (#4152) 2023-08-10 18:45:32 +00:00
47bf60be61 fix: sub field is always serialized (#4151) 2023-08-10 18:01:37 +00:00
5c0ec6feeb fix: exclude single stop vm trace instruction (#4149) 2023-08-10 18:01:23 +00:00
c412f3935d feat: add kzg_to_versioned_hash (#4085)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-08-10 17:56:03 +00:00
2338720b68 fix: use original bytes (#4150) 2023-08-10 17:45:18 +00:00