Commit Graph

2741 Commits

Author SHA1 Message Date
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
e43187bf7f feat: add is eip4844 fn (#4147) 2023-08-10 16:07:44 +00:00
b8b7ad60ad Signature functions moved to rpc_types_compat (#4143) 2023-08-10 15:06:49 +00:00
9817a9e724 chore(cli): expose registry provider (#4144) 2023-08-10 13:04:48 +00:00
499ca3d153 chore: enable blobtest again (#4139) 2023-08-10 12:57:52 +00:00
a808f7c22d fix: omit output if empty (#4138) 2023-08-10 12:57:39 +00:00
628495ae8f chore: make unit type default (#4141) 2023-08-10 12:15:35 +00:00
072c84083c chore: improve ef-tests readability (#4136) 2023-08-10 11:06:30 +00:00
7f540abde9 feat: add rpc server metrics into dashboard (#4078) 2023-08-10 10:32:44 +00:00
4de1ff0691 fix(Makefile): Graceful cargo-nextest install (#4009)
Co-authored-by: refcell <refcell@oplabs.co>
2023-08-09 21:46:29 +00:00
24def95475 chore: remove cargo deny rule for c-kzg (#4133) 2023-08-09 21:16:13 +00:00
7426a01a93 fix(storage): fallback lookups for pruned history (#4121) 2023-08-09 21:04:59 +00:00
e925cbcf3a feat(pruner, metrics): skip attribute for metrics derive macro (#4069) 2023-08-09 19:50:27 +00:00
fd7e28e786 feat(txpool) modify txpool guard to be for pipeline syncs only (#4075)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-09 18:40:38 +00:00
a8a2cfa7a3 feat(storage): account for pruned account/storage history (#4092) 2023-08-09 18:12:48 +00:00
88aea63128 release: 0.1.0-alpha.6 (#4132) 2023-08-09 15:21:58 +00:00