|
|
e3d8ceb4be
|
feat: add ETL to HistoryStages (#7249)
|
2024-03-26 16:49:08 +00:00 |
|
|
|
96e39d29b9
|
feat: add ETL to Hashing Stages (#7030)
|
2024-03-26 16:48:35 +00:00 |
|
|
|
28935daa99
|
fix(node-core): log stage progress only after the first stage run (#7319)
|
2024-03-25 13:33:21 +00:00 |
|
|
|
10854e5983
|
feat(node-core): omit stage progress from Status logs if empty (#7318)
|
2024-03-25 11:18:56 +00:00 |
|
|
|
a31202670b
|
chore: apply some style suggestions (#7307)
|
2024-03-24 22:52:33 +00:00 |
|
|
|
6eb7397aa2
|
chore: remove trusted setups (#7274)
|
2024-03-21 16:57:30 +00:00 |
|
|
|
f4b5000a80
|
Indicate that Syncing FCUs are not affecting sync progress during pipeline sync (#7245)
|
2024-03-21 16:37:36 +00:00 |
|
|
|
52668c6de4
|
fix: do not rlp encode extradata (#7256)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-20 18:26:13 +00:00 |
|
|
|
28b983403e
|
chore: move op types; less op cfgs (#7255)
|
2024-03-20 18:17:23 +00:00 |
|
|
|
c1f051a9dd
|
dev: with_capacity for HashMap (#7246)
|
2024-03-20 11:10:30 +00:00 |
|
|
|
9d039a233c
|
chore(deps): use tikv-jemallocator instead of jemallocator (#7232)
|
2024-03-19 17:13:23 +00:00 |
|
|
|
ce89a2be8d
|
feat: add BeaconConsensusEvent for live sync download requests (#7230)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-03-19 17:12:50 +00:00 |
|
|
|
1bf5d6a53a
|
feat(node-core): omit stage progress from logs if empty (#7218)
|
2024-03-19 16:24:34 +00:00 |
|
|
|
170306d3bd
|
support IPv6 for NetworkArgs.addr and DiscoveryArgs.addr (#7210)
|
2024-03-19 14:28:30 +00:00 |
|
|
|
6ffd6ef8f3
|
Small refactor (#7208)
|
2024-03-19 02:34:39 +00:00 |
|
|
|
d91274eaa2
|
Enable clippy's redundant_clone linter (#7202)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-19 01:35:04 +00:00 |
|
|
|
b7ef60b899
|
Enable clippy's uninlined_format_args linter (#7204)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-18 23:29:19 +00:00 |
|
|
|
3861bc05fa
|
Enable clippy's derive_partial_eq_without_eq linter (#7203)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-18 22:33:53 +00:00 |
|
|
|
804c54a3e7
|
feat: autoscale session event capacity (#7149)
|
2024-03-18 22:07:18 +00:00 |
|
|
|
80c5fcbd36
|
Enable clippy's empty_line_after_outer_attr linter (#7200)
|
2024-03-18 21:59:03 +00:00 |
|
|
|
de9fb89556
|
chore: remove txpool optimism feature (#7199)
|
2024-03-18 19:44:11 +00:00 |
|
|
|
7c03881cf8
|
bugfix: setup discovery addr appropriately (#7182)
|
2024-03-18 10:35:49 +00:00 |
|
|
|
96149f05be
|
docs(node-core): add document of build_blockchain_tree (#7120)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2024-03-15 20:59:31 +00:00 |
|
|
|
4c3ab9a955
|
feat(node-core, stages): stage preparation notification (#7156)
|
2024-03-15 20:02:50 +00:00 |
|
|
|
b66b8e9c1e
|
chore: remove unused deps (#7151)
|
2024-03-15 11:22:29 +00:00 |
|
|
|
27194def04
|
chore: move tower+hyper to workspace (#7150)
|
2024-03-15 11:22:12 +00:00 |
|
|
|
fdbe63b132
|
chore: rm duplicated code (#7147)
|
2024-03-15 11:22:00 +00:00 |
|
|
|
520d63580b
|
feat(primitives): OP Sepolia ChainSpec (#6812)
|
2024-03-14 12:32:11 +00:00 |
|
|
|
d2c8b77e64
|
perf: replace BytesMut with alloy_rlp::encode (#7087)
|
2024-03-14 12:11:20 +00:00 |
|
|
|
28f3a2e2d9
|
feat: add EtlConfig as well as setting the directory to datadir (#7124)
Co-authored-by: Mikhail Sozin <mikhail.sozin@chainstack.com>
Co-authored-by: Misha <mikawamp@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-03-13 16:06:50 +00:00 |
|
|
|
5d6ac4c815
|
Make ETL file size configurable (#6927)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
|
2024-03-13 13:51:30 +00:00 |
|
|
|
610731ced8
|
feat(db): record client version history (#7119)
|
2024-03-13 12:07:13 +00:00 |
|
|
|
81291ff0fb
|
chore: more Vec over BytesMut (#7084)
|
2024-03-11 12:50:50 +00:00 |
|
|
|
a828d12dcf
|
fix(bin, node-core): commit genesis header into static files after db (#7089)
|
2024-03-11 10:33:59 +00:00 |
|
|
|
4aecad8032
|
chore: inspector stack from evm-inspectors (#7076)
|
2024-03-09 23:34:26 +00:00 |
|
|
|
43bb4ccbba
|
chore: remove repetitive words (#7041)
|
2024-03-08 14:02:37 +01:00 |
|
|
|
1cd05b09ef
|
decrease default tracing permits (#7010)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-07 16:37:56 +00:00 |
|
|
|
56376b9bdc
|
chore(node-core): add stage id to eta overflow log (#6991)
|
2024-03-06 09:34:13 +00:00 |
|
|
|
33d01d3206
|
chore(node-core): log errors in debug when ETA fails to calculate (#6971)
|
2024-03-05 19:20:37 +00:00 |
|
|
|
024c217564
|
fix(stages, etl): clear ETL collectors in Headers stage when done (#6964)
|
2024-03-05 14:49:06 +00:00 |
|
|
|
3e54d9415e
|
feat(storage): use mdbx_txn_reset to time out transactions (#6924)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-03-03 19:59:00 +00:00 |
|
|
|
d32a8efb1a
|
Revert "feat(storage): use mdbx_txn_reset to time out transactions … (#6919)
|
2024-03-01 19:47:24 +00:00 |
|
|
|
ea44c1d63f
|
feat(node-core, storage): static files segment metrics (#6908)
|
2024-03-01 16:36:50 +00:00 |
|
|
|
74dc0e36d3
|
feat(storage): use mdbx_txn_reset to time out transactions (#6850)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-02-29 20:44:56 +00:00 |
|
|
|
c5955f1305
|
feat: integrate builder (#6611)
|
2024-02-29 16:50:04 +00:00 |
|
|
|
17818e79d4
|
chore(cli): fix clap deprecated warnings (#6872)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-02-29 13:24:13 +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 |
|
|
|
f1edb6ab5f
|
chore(node-builder): make network component unpin (#6849)
|
2024-02-28 15:54:16 +00:00 |
|
|
|
6cf9e91144
|
chore(op): Clean up ChainSpecs (#6810)
|
2024-02-26 20:29:23 +00:00 |
|
|
|
94cb6a8bcd
|
chore: use Display instead of Debug for most errors (#6777)
|
2024-02-24 12:13:41 +00:00 |
|