Tan Chee Keong
ab1d2c06c6
Modify to FuturesUnordered for Sync
2025-04-15 21:39:55 +08:00
Tan Chee Keong
b506fa5369
Remove duplication with a function
2025-04-15 10:40:48 +08:00
Tan Chee Keong
44bd5f13f6
rearrange
2025-04-11 19:37:46 +08:00
Tan Chee Keong
ea13f74c06
Add duration of computation offset
2025-04-11 12:03:54 +08:00
Tan Chee Keong
76125fa0fa
Process each result
2025-04-11 11:39:45 +08:00
Tan Chee Keong
af676d43be
Remove negation
2025-04-10 19:45:53 +08:00
Tan Chee Keong
a11cee21d3
Use FuturesUnordered
2025-04-09 22:19:13 +08:00
Tan Chee Keong
d3dbe870ef
Add SelectionProofConfig
2025-04-09 11:32:10 +08:00
Tan Chee Keong
120fa54d92
simplify
2025-04-01 22:06:17 +08:00
Tan Chee Keong
bf75ee47e9
revert
2025-04-01 21:14:46 +08:00
Tan Chee Keong
8fd345c877
move log
2025-04-01 21:12:33 +08:00
Tan Chee Keong
41422b1326
reduce diff
2025-04-01 21:11:17 +08:00
Tan Chee Keong
1877f09a82
Add comment
2025-04-01 20:59:51 +08:00
Tan Chee Keong
e3406becb5
remove subnet for loop
2025-04-01 19:58:53 +08:00
Tan Chee Keong
e8ca60ea23
Fix logging from middleware
2025-04-01 17:33:26 +08:00
Tan Chee Keong
6f2ea51939
sync.rs
2025-04-01 16:07:32 +08:00
Tan Chee Keong
d222ce8a5c
tidy up sync.rs
2025-04-01 16:06:14 +08:00
Tan Chee Keong
101f24c440
logging
2025-04-01 10:02:32 +08:00
Tan Chee Keong
1118d622f5
Update logging
2025-03-31 18:33:56 +08:00
chonghe
89e19ecc8c
Merge branch 'unstable' into dvt
2025-03-31 14:59:07 +08:00
Tan Chee Keong
7ac6867c5b
Add debug logging
2025-03-27 14:35:12 +08:00
Tan Chee Keong
b21451fc11
Fix
2025-03-27 11:17:09 +08:00
Tan Chee Keong
1535f40f53
Add back proof slot
2025-03-27 10:44:22 +08:00
Tan Chee Keong
57e0bb60e2
remove proof_slot
2025-03-26 14:03:35 +08:00
Tan Chee Keong
3b883c3d05
Testing distributed mode
2025-03-26 13:57:55 +08:00
Tan Chee Keong
d2bb70ee8c
Remove current slot
2025-03-25 12:06:15 +08:00
Tan Chee Keong
f7f5bf1b86
Modify only current slot
2025-03-24 21:37:27 +08:00
Tan Chee Keong
1631c860dc
Implement sync committee selection endpoint
2025-03-24 14:12:34 +08:00
Tan Chee Keong
8b2f058d7b
Sign selection proof in parallel
2025-03-20 14:03:22 +08:00
Tan Chee Keong
52854a0d12
Add public key in log
2025-03-19 12:28:19 +08:00
Tan Chee Keong
7dd7ed2402
simplify
2025-03-17 12:00:22 +08:00
Tan Chee Keong
50ec5f17a1
add distributed lookahead
2025-03-16 21:27:07 +08:00
Tan Chee Keong
0c360c893e
log
2025-03-13 20:38:15 +08:00
Tan Chee Keong
376bc70fcf
space
2025-03-13 19:05:39 +08:00
Tan Chee Keong
81ee8e3f36
Change timeout and add debug log
2025-03-13 17:52:23 +08:00
ThreeHrSleep
d60c24ef1c
Integrate tracing ( #6339 )
...
Tracing Integration
- [reference](5bbf1859e9/projects/project-ideas.md (L297) )
- [x] replace slog & log with tracing throughout the codebase
- [x] implement custom crit log
- [x] make relevant changes in the formatter
- [x] replace sloggers
- [x] re-write SSE logging components
cc: @macladson @eserilev
2025-03-12 22:31:05 +00:00
Tan Chee Keong
0d724b18a0
Correct output type thanks Michael
2025-03-10 13:26:59 +08:00
Michael Sproul
b4e79edf2a
Merge remote-tracking branch 'origin/release-v7.0.0' into unstable
2025-03-10 15:21:24 +11:00
Tan Chee Keong
61e79b6901
println response
2025-03-06 21:31:15 +08:00
Tan Chee Keong
cba2adbfcc
println logs
2025-03-06 15:16:48 +08:00
Michael Sproul
80cd8bd911
Add --disable-attesting flag to validator client ( #7046 )
...
Cleaned up and isolated version of the `--disable-attesting` flag for the VC, from the `holesky-rescue` branch:
- https://github.com/sigp/lighthouse/pull/7041
I figured we don't need the `--disable-attesting` flag on the BN for now, and it was a much more invasive impl.
2025-02-26 13:07:16 +00:00
realbigsean
8a772520a5
Cache validator registration only after successful publish ( #7034 )
2025-02-25 05:00:51 +00:00
Pawan Dhananjay
b3b6aea1c5
Rust 1.85 lints ( #7019 )
...
N/A
2 changes:
1. Replace Option::map_or(true, ...) with is_none_or(...)
2. Remove unnecessary `Into::into` blocks where the type conversion is apparent from the types
2025-02-24 02:36:13 +00:00
Tan Chee Keong
d8d31b7b01
Add Vec
2025-02-20 13:37:40 +08:00
Tan Chee Keong
7ff3ffe8d3
Fix error
2025-02-20 10:44:30 +08:00
Tan Chee Keong
83db29a0da
Revise a bit
2025-02-20 09:53:15 +08:00
Tan Chee Keong
358646cf9b
update if loop
2025-02-19 22:38:11 +08:00
Tan Chee Keong
8c7a995c91
Add client side endpoint
2025-02-19 21:46:12 +08:00
Tan Chee Keong
fc657db5ea
Define type and modify function
2025-02-18 16:10:10 +08:00
Eitan Seri-Levi
276eda3dfe
POST /eth/v2/beacon/pool/attestations bugfixes (#6867 )
2025-01-31 00:20:44 +00:00