-
Notifications
You must be signed in to change notification settings - Fork 479
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
New filter restricting delegations in txpool #8022
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
1a48fd6
start
ak88 64c0936
reject if pending delegation
ak88 e7df773
unit test
ak88 7be934f
remove
ak88 aa2a818
Merge branch 'master' into feature/delegations-in-txpool
ak88 edb1c21
combine address and nonce
ak88 775dda6
combine nonce and address
ak88 1f8fa39
delegation cache
ak88 d35ba1d
tx filter test
ak88 ce4cf84
Format
ak88 2e6e13a
remove delegations when evicted
ak88 963bba1
format
ak88 a7aa58e
Merge branch 'master' into feature/delegations-in-txpool
ak88 ee6fd89
small refactor
ak88 93ecfea
Merge branch 'feature/delegations-in-txpool' of https://github.com/Ne…
ak88 5bdab60
skip bad sigs
ak88 067d504
Update src/Nethermind/Nethermind.TxPool/DelegationCache.cs
ak88 cc6b5d7
code review changes
ak88 e8fbbbc
avoid array allocation
ak88 b0ad70f
Merge branch 'master' into feature/delegations-in-txpool
ak88 5d4ac71
code review
ak88 3f402c3
test fix
ak88 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
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.
Maybe better name
BucketAny
?