Commit Graph

535 Commits

Author SHA1 Message Date
ce85e17830 fix(bin): latest block in status message (#4856) 2023-09-29 14:27:07 +00:00
23d2baff0f Add an ability to change P2P listening address (#4849)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-29 12:44:43 +00:00
6b2945440b feat(snapshot, prune): highest snapshots tracker (#4721) 2023-09-29 09:59:48 +00:00
0adc856431 feat(primitives): increase minimum pruning distance (#4750) 2023-09-28 18:29:22 +00:00
6d7dacffdf docs: add holesky to list of chains in cli docs (#4842) 2023-09-28 18:16:05 +00:00
5f9a917fb1 feat: Alloy migration (#4737)
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com>
Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-09-28 15:55:39 +00:00
3ef0364e42 default RPC limit (#4838) 2023-09-28 15:12:12 +00:00
b85aa94033 docs: paradigmxzy -> paradigmxyz (#4837) 2023-09-28 14:27:30 +00:00
a4e7760a5d fix(bin): warn about CL health only when pipeline is idle (#4835) 2023-09-28 14:13:51 +00:00
2138a8b587 feat(primitives): add Receipts to encapsulate Vec<Vec<Option<Receipt>> (#4626)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-27 18:11:19 +00:00
0cdd30251b feat: create a NippyJar snapshot from multiple Table (#4716) 2023-09-27 14:13:18 +00:00
5e01a21ec4 chore(tree, engine, prune, stages, storage): improve logs (#4790) 2023-09-26 17:01:37 +00:00
7024e9a8e9 chore(dep): reth db workspace (#4782) 2023-09-26 11:31:09 +00:00
1f33cb5e1b feat: update genesis for holesky (#4773) 2023-09-25 20:33:15 +00:00
8f9d2908ca chore: add and fix more lints, improve docs (#4765) 2023-09-25 15:46:46 +00:00
9c51a0ae4c (chore) Add enode address on startup (#4712) 2023-09-21 14:38:28 +00:00
0874767cd9 refactor(interfaces): Result -> RethResult, Error -> RethError (#4695) 2023-09-20 21:13:16 +00:00
0fbc3f6c94 chore: shorten info interval (#4666) 2023-09-20 06:56:48 +00:00
d846199525 refactor: remove duplicate RPC namespaces from arguments (#4418)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-19 10:51:14 +00:00
55339d7025 feat: add max logs per response cli arg (#4644) 2023-09-18 20:49:39 +00:00
733ee19395 refactor(bin): CL events conditions (#4643) 2023-09-18 20:20:09 +00:00
11f5f3f8d7 feat(engine): hooks (#4582) 2023-09-18 17:52:58 +00:00
b5905c482b feat(bin): log prune config on startup (#4641) 2023-09-18 17:19:22 +00:00
4aa3ebdbdd chore: fix doc lints (#4639) 2023-09-18 17:08:35 +00:00
66589209a0 feat: enable size-limited file logs by default (#4192)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-18 14:08:18 +00:00
f153d8f4d4 feat(revm): Integrate State (#3512)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-09-16 11:00:22 +00:00
62e7d98202 feat(cli): allow multiple trusted peers (#4619) 2023-09-15 23:07:24 +00:00
28f5118048 chore: update dependencies with breaking changes (#4555) 2023-09-11 14:53:09 +00:00
34417ff6fc fix: add missing holesky variant (#4541) 2023-09-10 00:41:03 +00:00
0fed70773c test: add backward compat toml test (#4531) 2023-09-08 13:48:14 +00:00
5f329e78b6 #2511: extended reth-rpc example with custom rpc ext (#4508)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-09-08 11:48:57 +00:00
685148117a chore: bump c-kzg and add serde feature (#4499) 2023-09-06 22:15:16 +00:00
01d4933125 feat(primitives): remove constraints on SenderRecovery pruning (#4488) 2023-09-05 17:39:49 +00:00
b2750e0e9b Remove redundant clones (#4485) 2023-09-05 08:30:18 +00:00
6bb94af5bb feat(stages): respect PruneModes in TxLookup stage (#4390) 2023-09-01 14:06:49 +00:00
e66e3e3556 feat(storage, tree): respect Transaction Lookup pruning in the blockchain tree (#4410) 2023-09-01 12:51:34 +00:00
426865aca9 chore: apply same order 2023-08-31 15:45:05 -07:00
1a40daef8a docs: add aquamarine as dep to reth (#4433) 2023-08-31 19:09:27 +00:00
edf31806d8 feat(stages): respect PruneModes in Index History stages (#4382) 2023-08-31 10:27:07 +00:00
cd71f689cd feat: add a CLI flag for secondary nodes (#4029)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-31 01:58:02 +00:00
975ff13155 feat(cli): extract more functions from RpcServerArgs in RethRpcConfig (#4412) 2023-08-30 22:31:41 +00:00
3ffcae360e feat(cli): allow overriding kzg trusted setup (#4335) 2023-08-30 00:41:29 +00:00
505be45559 feat: integrate price bump (#4398) 2023-08-29 18:22:28 +00:00
4a2c1691fc chore: rename price bump arg (#4399) 2023-08-29 17:54:15 +00:00
e527531a70 ref(cli): remove duplicated clap arg (#4336) 2023-08-28 15:01:06 +00:00
72b211ed4f feat(reth): remove History variant in StageEnum (#4365) 2023-08-28 09:00:23 +00:00
97913049df feat(bin): db freelist metric (#4346) 2023-08-24 14:52:19 +00:00
bfa130d187 feat(bin): unhide and enable full flag (#4327) 2023-08-23 15:08:27 -07:00
1eee5ee80a feat(pruner, primitives): move prune batch sizes to ChainSpec (#4318)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-08-23 17:45:53 +00:00
9a97640f19 feat(book): [prune] config section (#4328) 2023-08-23 15:44:29 +00:00