-
Notifications
You must be signed in to change notification settings - Fork 870
Implement selections
Beacon API endpoints to support DVT middleware
#7016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
chong-he
wants to merge
81
commits into
sigp:unstable
Choose a base branch
from
chong-he:dvt
base: unstable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
81 commits
Select commit
Hold shift + click to select a range
fc657db
Define type and modify function
chong-he 8c7a995
Add client side endpoint
chong-he 358646c
update if loop
chong-he 83db29a
Revise a bit
chong-he 20ecb35
post endpoint return selection proof
chong-he 7ff3ffe
Fix error
chong-he d8d31b7
Add Vec
chong-he cba2adb
println logs
chong-he 61e79b6
println response
chong-he 4518b46
Testing
chong-he 8e0315d
remove serde
chong-he 0d724b1
Correct output type thanks Michael
chong-he d6c7461
Add timeout for aggregator
chong-he 7ef2a48
update aggregator timeout
chong-he 81ee8e3
Change timeout and add debug log
chong-he 376bc70
space
chong-he 0c360c8
log
chong-he 50ec5f1
add distributed lookahead
chong-he 7dd7ed2
simplify
chong-he 4f3b3d5
correct timeout
chong-he 52854a0
Add public key in log
chong-he 8b2f058
Sign selection proof in parallel
chong-he 1631c86
Implement sync committee selection endpoint
chong-he f7f5bf1
Modify only current slot
chong-he d2bb70e
Remove current slot
chong-he 3b883c3
Testing distributed mode
chong-he 57e0bb6
remove proof_slot
chong-he 1535f40
Add back proof slot
chong-he b21451f
Fix
chong-he 7ac6867
Add debug logging
chong-he ef90462
Remove transparent
chong-he 89e19ec
Merge branch 'unstable' into dvt
chong-he 1118d62
Update logging
chong-he 9459c36
Simplify beacon committee selection logging and code
chong-he 101f24c
logging
chong-he d222ce8
tidy up sync.rs
chong-he 6f2ea51
sync.rs
chong-he e8ca60e
Fix logging from middleware
chong-he 6eb692b
Merge branch 'unstable' into dvt
chong-he e3406be
remove subnet for loop
chong-he dca0060
Merge branch 'dvt' of https://github.com/chong-he/lighthouse into dvt
chong-he 1877f09
Add comment
chong-he 41422b1
reduce diff
chong-he 8fd345c
move log
chong-he bf75ee4
revert
chong-he 120fa54
simplify
chong-he d3dbe87
Add SelectionProofConfig
chong-he a11cee2
Use FuturesUnordered
chong-he af676d4
Remove negation
chong-he 76125fa
Process each result
chong-he ea13f74
Add duration of computation offset
chong-he 44bd5f1
rearrange
chong-he b506fa5
Remove duplication with a function
chong-he 3fc62f2
Merge branch 'unstable' into dvt
chong-he ab1d2c0
Modify to FuturesUnordered for Sync
chong-he 2612a6b
create helper function in sync
chong-he efa14b0
refactor distributed sync part
chong-he 24b125f
Try to fix
chong-he f2725ce
Add log to debug
chong-he 23fefa3
Add more logging
chong-he 67d2f9b
change computation offset
chong-he 247f133
change to slot
chong-he 239c183
proof_slot
chong-he 37a0276
Merge branch 'unstable' into dvt
chong-he 67bfd11
refactor for normal mode
chong-he 980e399
Revise to SyncDutiesMap
chong-he c71de71
change to 0
chong-he 2bcb984
Revised to sync_duties
chong-he 23c9013
remove logging
chong-he 43b209f
add transparent
chong-he f20f749
Add comments
chong-he 05df47b
Comment
chong-he b71e40d
Revise config move to lib.rs
chong-he 9d6d1cb
Revise a bit
chong-he d34a91a
address comments
chong-he 9d8a9e7
revise comment
chong-he bcfe5ff
Merge branch 'unstable' into dvt
chong-he 46c29b0
fix
chong-he c790d9d
Fix
chong-he 4e77e39
Add debug
chong-he 69e7e60
Add comment for clarity
chong-he File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.