Commit Graph

2511 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
6622f53c41 fix(trie): account prefixset unwind (#4130)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-08-09 14:33:55 +00:00
7ea381f15e fix: hit database first for lookups (#4127) 2023-08-09 14:10:49 +00:00
6752db8e76 feat: add max_fee_per_blob_gas fn (#4129) 2023-08-09 13:36:03 +00:00
31d1288d40 feat: adds arbitratry to BlobTransaction and KZG_TRUSTED_SETUP (#4116)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-09 12:30:44 +00:00
6c90ec537d feat: add BlobTransaction network type (#4102) 2023-08-09 11:59:14 +00:00
ba7fa1a4ca standalone rpc_types (#4088)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-09 11:58:37 +00:00
058c55cd8c fix(trie): include destroyed accounts in account prefix set (#4126) 2023-08-09 11:25:55 +00:00
bbe9d56ef4 Revert "feat: add TransactionSigned::recover_signers" (#4115) 2023-08-08 14:03:43 +02:00
3d1857636d fix: bad recursion in logs (#4113) 2023-08-08 11:09:52 +00:00
4b0b63766e feat: add TransactionSigned::recover_signers (#4098)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-08 09:53:12 +00:00
62f39a5a15 feat: do not propagate full 4844 transactions (#4105)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-08 09:14:52 +00:00