|
|
709e7b73ce
|
clippy: add if_not_else clippy lint (#10524)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-26 10:58:06 +00:00 |
|
|
|
24495cdc5d
|
Add tests for withdrawals provider (#10428)
|
2024-08-22 20:58:25 +00:00 |
|
|
|
3da119b1ac
|
test(provider): RequestsProvider of BlockchainProvider2 (#10356)
|
2024-08-21 20:58:49 +00:00 |
|
|
|
330f73b7ec
|
refactor: remove #[reth_codec] and #[derive_arbitrary] macros (#10263)
|
2024-08-12 14:23:50 +00:00 |
|
|
|
ed16643f12
|
chore: remove proptest-derive dev deps (#9719)
|
2024-07-22 21:41:25 +00:00 |
|
|
|
5cd22b50e8
|
fix(prune): saturating subtract for genesis deposit contract block (#9584)
|
2024-07-17 19:01:55 +00:00 |
|
|
|
0befab52c9
|
chore: remove serde support from reth-codec (#9570)
|
2024-07-17 11:37:45 +00:00 |
|
|
|
0a1f652b2f
|
feat: add StorageWriter standalone type (#9507)
|
2024-07-16 14:45:21 +00:00 |
|
|
|
484dc916c1
|
Rename main codec to reth db codec (#9501)
|
2024-07-16 09:33:56 +00:00 |
|
|
|
068220bb0a
|
feat(pruner, stages): logs for Prune stage (#9520)
|
2024-07-15 16:47:17 +00:00 |
|
|
|
61c85bb3e5
|
refactor(pruner): dedicated static file segments (#9262)
|
2024-07-12 12:02:40 +00:00 |
|
|
|
df9cb81ea6
|
chore: use create_test_provider_factory in more places (#9463)
|
2024-07-12 09:43:27 +00:00 |
|
|
|
805673c656
|
chore(pruner): remove deletion limit per block, make it per run (#9446)
|
2024-07-11 20:16:30 +00:00 |
|
|
|
b040b86a54
|
feat(prune, stages): prune pipeline stage (#9419)
|
2024-07-11 19:18:56 +00:00 |
|
|
|
a9ebab4c79
|
perf(pruner): delete history indices by changeset keys (#9312)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-07-08 16:46:29 +00:00 |
|
|
|
aaa27d6f5c
|
feat(pruner): log stats as an ordered list of segments (#9370)
|
2024-07-08 14:29:43 +00:00 |
|
|
|
5827c25996
|
chore: fix pruner exex height docs, add run docs (#9250)
|
2024-07-03 10:30:33 +00:00 |
|
|
|
c885257e52
|
clippy: rm outdated clippy allow (#9070)
|
2024-06-25 11:17:32 +02:00 |
|
|
|
8492ab3d52
|
chore: remove proptest arbitrary from codec derive and tests (#8968)
|
2024-06-20 23:02:07 +00:00 |
|
|
|
542bcf054e
|
fix(pruner): prune history segments first (#8996)
|
2024-06-20 18:18:35 +00:00 |
|
|
|
8182d2e632
|
chore: remove reth-primitives dependency from reth-prune (#8897)
|
2024-06-17 17:28:12 +00:00 |
|
|
|
2a5c93fab3
|
chore: use reth_chainspec where possible (#8891)
|
2024-06-17 16:09:09 +00:00 |
|
|
|
a7152eda37
|
chore: move primitives/exex to reth-exex-types (#8677)
|
2024-06-07 16:31:24 +00:00 |
|
|
|
ade059235b
|
chore: move primitives/prune to reth-prune-types (#8676)
|
2024-06-07 15:24:39 +00:00 |
|
|
|
51a28f22da
|
chore: split db abstraction into new crate (#8594)
|
2024-06-04 21:45:57 +00:00 |
|
|
|
2b4fa96065
|
add explicit_iter_loop clippy lint (#8570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-03 18:14:50 +00:00 |
|
|
|
7c17c6e469
|
add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-03 13:21:45 +00:00 |
|
|
|
a4df6bbd62
|
feat: run StaticFileProvider::check_consistency on start up (#8143)
|
2024-06-01 10:56:13 +00:00 |
|
|
|
3d3f52b2a4
|
Add missing_const_for_fn clippy lint (#8498)
|
2024-05-30 09:50:03 +00:00 |
|
|
|
69c65302bf
|
chore: rm reth-interfaces from prune (#8469)
|
2024-05-29 13:18:01 +00:00 |
|
|
|
19c529e8df
|
add use_self clippy lint (#8325)
|
2024-05-29 13:14:14 +00:00 |
|
|
|
e21a2578d5
|
chore(deps): remove useless deps (#8453)
|
2024-05-29 09:34:52 +00:00 |
|
|
|
409c15dde4
|
chore: rm reth error variant (#8440)
|
2024-05-28 17:05:47 +00:00 |
|
|
|
e54398308b
|
chore: rm NetworkError variant from RethError (#8413)
|
2024-05-27 13:42:55 +00:00 |
|
|
|
d0386b8166
|
feat: use broadcast channel for event listeners (#8193)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-05-22 17:36:51 +00:00 |
|
|
|
ad54af8406
|
fix: copy and prune data from database with move_to_static_files, before a pipeline run/unwind (#8127)
|
2024-05-09 18:24:57 +00:00 |
|
|
|
4bbc8509d6
|
chore(pruner): set default timeout to None on PrunerBuilder (#8181)
|
2024-05-09 16:43:26 +00:00 |
|
|
|
b3d7b7d501
|
feat: StaticFileProviderFactory (#7983)
|
2024-04-30 10:30:04 +00:00 |
|
|
|
e401c4848a
|
feat(pruner): respect ExEx finished height (#7673)
|
2024-04-18 17:15:28 +00:00 |
|
|
|
4a8d2f4abc
|
fix(pruner): highest pruned block metric (#7441)
|
2024-04-03 21:19:37 +00:00 |
|
|
|
f71d9c0003
|
feat(prune): timeout (#6958)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-03 10:28:49 +00:00 |
|
|
|
a31202670b
|
chore: apply some style suggestions (#7307)
|
2024-03-24 22:52:33 +00:00 |
|
|
|
3b4726a714
|
fix: use tempdir when testing static files (#6962)
|
2024-03-16 12:57:18 +00:00 |
|
|
|
ff56ce42d7
|
Fix misleading comment (#7105)
|
2024-03-11 19:32:41 +00:00 |
|
|
|
5e2cac442f
|
0x/rm unused dep (#6899)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-03-01 11:34:31 +00:00 |
|
|
|
9468527aad
|
chore: remove unused dependencies to speed up building time (#6882)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-02-29 15:10:20 +00:00 |
|
|
|
6b5b6f7a40
|
Breaking changes (#5191)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
|
2024-02-29 12:37:28 +00:00 |
|
|
|
9ca813aee2
|
chore: remove some unnecessary calls to unwrap/expect (#6727)
|
2024-02-22 16:36:08 +00:00 |
|
|
|
7cb9eaea9c
|
feat: add metrics for highest pruned block per segment (#6658)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-02-19 12:19:15 +00:00 |
|
|
|
79452eadaf
|
chore: make clippy happy (#6666)
|
2024-02-19 06:31:47 +00:00 |
|