-
Notifications
You must be signed in to change notification settings - Fork 1
feat: sigagg #426
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
mskrzypkows
wants to merge
61
commits into
main
Choose a base branch
from
sigagg
base: main
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
feat: sigagg #426
Changes from 57 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
9e54547
Dutydb first attempt
mskrzypkows d484a3b
style improvements
mskrzypkows 33c0a21
await_data method
mskrzypkows cfc77a6
rwlock instead of mutex
mskrzypkows d4e9e4a
renamed variables
mskrzypkows 5303946
State struct methods
mskrzypkows 0dce2ad
improved test
mskrzypkows fd6b97d
Locking state after adding duty to the deadliner in store function
mskrzypkows d62c106
fixed Dead clash check in store_agg_attestation
mskrzypkows 84e8fe3
store_agg_attestation inserting only when not slot present
mskrzypkows 90bcb60
fmt
mskrzypkows cb8a5a6
return early on DeprecatedDutyBuilderProposer
mskrzypkows 5719029
redundant enable
mskrzypkows 923d9cb
removed Option from the State, deadliner field.
mskrzypkows aab5845
comment ported from charon
mskrzypkows 0864a16
additional, missing tests
mskrzypkows 8f21930
rephrased error messages
mskrzypkows c3b0844
Fixed bug with second aggregations on the same slot
mskrzypkows bbd4be3
clippy
mskrzypkows 32486ca
fixed #7
mskrzypkows a7d8a16
better implementation of the #1
mskrzypkows 6836a4c
Impl Drop for MemDB
mskrzypkows 9933d7e
fixed comment 2
mskrzypkows fbd66ec
More detailed errors
mskrzypkows 63dc968
fix comment 11
mskrzypkows 9f5284f
fix unneeded pub(crate)
mskrzypkows 5f62b23
comment
mskrzypkows b7946d5
additional tests
mskrzypkows 249bd82
Merge branch 'main' of github.com:NethermindEth/pluto into dutydb
mskrzypkows a17b5e9
removed unused, renamed variables
mskrzypkows 0628163
comment fixed
mskrzypkows 2db5faf
more comments fixed
mskrzypkows eefe1c9
comment updated
mskrzypkows dd3a513
more uses, removed export o Result
mskrzypkows f113de9
Checkpoint::default()
mskrzypkows 2b2fe1f
renamed variables
mskrzypkows 4475303
sigagg first attempt
mskrzypkows 5465002
More error cases, additional tests
mskrzypkows ad74895
Safe conversion from u64 to u8
mskrzypkows 9828f7b
Better erros for aggregate_one
mskrzypkows b0b12c6
Merge branch 'main' of github.com:NethermindEth/pluto into sigagg
mskrzypkows a688407
comment for aggregate_one
mskrzypkows a546f80
info_span as in charon
mskrzypkows a5ad6cd
unneeded Sync in functions results
mskrzypkows 184b70f
set passed as ref to aggregate function
mskrzypkows df6b0fa
pub result
mskrzypkows 05e25e4
fixed top comment
mskrzypkows 318617d
Merge branch 'main' of github.com:NethermindEth/pluto into sigagg
mskrzypkows 92125d5
Additional tests suggested by claude
mskrzypkows ad3a123
additional comment
mskrzypkows f980872
Merge branch 'main' of github.com:NethermindEth/pluto into sigagg
mskrzypkows a672b8b
Signature from the crypto crate
mskrzypkows ccf9f68
review
mskrzypkows 32b07fb
share_idx in ParSignedData changed to u8
mskrzypkows cf1bbec
fmt
mskrzypkows de410ad
clippy
mskrzypkows bc54078
adjusted spans to match charon's logging
mskrzypkows 327c4ce
Unneeded dependency in core/Cargo.toml
mskrzypkows de42a32
Merge branch 'main' of github.com:NethermindEth/pluto into sigagg
mskrzypkows 9a074c5
peer index and share index as u64 values
mskrzypkows 88213bc
Merge branch 'main' into sigagg
mskrzypkows 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
Oops, something went wrong.
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.