-
Notifications
You must be signed in to change notification settings - Fork 118
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
Generalize expiry based de-duplication, dsmr #1810
Merged
Merged
Changes from 73 commits
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
e5ecf69
eliminate emapChunk
tsachiherman ba644c3
update
tsachiherman 2939543
update
tsachiherman 08f0d59
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 659f1fb
update per CR
tsachiherman 921b908
lint
tsachiherman 508cc92
apply requested changes.
tsachiherman 7a3fed6
fix code + test.
tsachiherman b312a3c
rollback unneeded changes.
tsachiherman 1238460
rename testing chain indexer.
tsachiherman 8c1ab98
update
tsachiherman f8e42a8
add unit test.
tsachiherman b000edf
update unit test.
tsachiherman 1d2536e
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 6911f26
lint
tsachiherman f2816e7
update
tsachiherman e78f847
lint
tsachiherman 270245a
update
tsachiherman 144ddd4
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 2fa701d
fix few CR feedback.
tsachiherman 2220b5e
add certSet
tsachiherman 39905b9
remove type declaration block.
tsachiherman d54e1a0
fix tests
tsachiherman 8e83b6d
update
tsachiherman fdd4639
update
tsachiherman 9e127f1
update
tsachiherman 0f3fe73
create a wrapper for the block in dsmr (#1829)
tsachiherman fc87f31
update
tsachiherman cf82891
update
tsachiherman 864acc1
updatge
tsachiherman d96160e
fix typo
tsachiherman 9ea09b4
undo unwanted changes
tsachiherman 30bcdce
update
tsachiherman 8d52c05
update
tsachiherman 32207b9
update unit test
tsachiherman 5d62af7
update test
tsachiherman 7ca779b
update
tsachiherman 383a7ef
update
tsachiherman 7902a6a
update per review feedback,.
tsachiherman 1f143ea
address feedback.
tsachiherman 6d4f94c
update per cr
tsachiherman dd419bb
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman c87b033
update
tsachiherman 293c6b9
Merge branch 'tsachi/refactor_validity_window3' of github.com:ava-lab…
tsachiherman b501cec
update per CR feedback.
tsachiherman 68603db
update per CR
tsachiherman 7e72626
update per feedback.
tsachiherman 7edef6e
update
tsachiherman 185fbf0
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 9759244
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 44a0e8a
initialize chunkCerts during NewValidityWindowBlock
tsachiherman 6b8692f
update
tsachiherman a43f23a
update
tsachiherman b4b9267
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 4fe3602
pin rust toolset to use 1.83.0 for now.
tsachiherman b900fd1
update
tsachiherman 962cb57
update
tsachiherman 745fea9
update
tsachiherman aad23ac
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 3540422
undo unneeded changes.
tsachiherman 84157c2
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 58ed219
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 8f243b2
update testing
tsachiherman 69c6996
Merge branch 'tsachi/refactor_validity_window3' of github.com:ava-lab…
tsachiherman 2e879bc
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 43d5d4c
update
tsachiherman c088d7e
update
tsachiherman fd641ae
lint
tsachiherman 2db87c4
update
tsachiherman fa3fc67
lint
tsachiherman c513464
rollback few unneeded empty lines
tsachiherman 4dfe80b
address CR feedback.
tsachiherman f56f017
lint
tsachiherman 919e852
Update internal/validitywindow/validitywindow_test.go
tsachiherman e0a910c
Update internal/validitywindow/validitywindow_test.go
tsachiherman b0f1782
remove unit test
tsachiherman 7f21c2b
Merge branch 'main' into tsachi/refactor_validity_window3
tsachiherman 23219b0
remove the testing for duplicate containerid from chain.ExecutionBlock
tsachiherman 081381b
Merge branch 'tsachi/refactor_validity_window3' of github.com:ava-lab…
tsachiherman 3f81853
update
tsachiherman 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this rename needed as part of this change? The increased usage of the term container is confusing to me - it's a new term we're using internally in the codebase, and it also is weird because even though it's a generic type
T
of a evict-able item we refer to it as a container even though it's the emap interface doesn't imply that it contains anything at all.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requested by @aaronbuchwald