-
Notifications
You must be signed in to change notification settings - Fork 241
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
Coreth 0.11.6 sync #436
Coreth 0.11.6 sync #436
Conversation
great work, couple nits: |
defaultRegossipTxsPerAddress = 1 | ||
defaultPriorityRegossipFrequency = 1 * time.Second | ||
defaultPriorityRegossipMaxTxs = 32 | ||
defaultPriorityRegossipTxsPerAddress = 16 |
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.
Can we migrate these to coreth as well?
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.
you mean priority regossiping?
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.
LGTM - thanks for putting this up 🙌
Why this should be merged
Syncs coreth 0.11.6 changes
How this works
v0.11.3 was the last synced tag to subnet-evm (prior to this PR)
After applying the patch, then iterate manually over rejected files. at this point I preferred iterating over coreth diffs in a separate window and checked differences manually. I.e open 2 windows one:
1- within coreth that shows diffs between v0.11.3 to v0.11.6
2- subnet-evm
and compare missing differences in folders with those rejected files.
How this was tested
UTs should cover this.