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.
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
Use SDK Gossip #318
Use SDK Gossip #318
Changes from 32 commits
2fdd559
ca37577
c93ee73
bb513d6
cdb9649
33b8a06
845b93d
76cc2d2
954f60f
c83364f
021f8bf
8c56141
90398eb
673f5ab
234bdb1
61a1c16
2898ee5
248a1ca
0393cfb
474a03c
844ccd2
db51063
fbfa372
ec525c9
25d0bf3
78698af
6d8f21e
d4b722c
2094e8d
fe04ca8
678f640
d487de1
0c5a462
0e34744
461170e
5a9a7e7
1ffc8e2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Do we want to prioritize transactions by nonce or perhaps local addresses?
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.
pending
anditems
are both maps which have random-ish iteration orders so I'm not super concerned about starvation but it could be a good follow-upThere 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.
Sounds good, the other concern would be if we end up sending only transactions with future nonces and don't include the necessary transaction to make them executable. This is an edge case when we hit the max size, so I don't think this needs to block the PR.