-
Notifications
You must be signed in to change notification settings - Fork 223
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
Bump avalanchego v1.9.3 and Coreth Migration through v0.11.3 #369
Conversation
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, put another PR to reduce coreth diffs (auto formatted ones)
#371
* sync auto-formatted changes * add coreth version txt * add latest coreth version
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, great work
@@ -50,7 +50,7 @@ import ( | |||
) | |||
|
|||
const ( | |||
targetTxsSize = 232 * units.KiB | |||
targetTxsSize = 1800 * units.KiB |
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.
what is the reason to use 1800 vs 1792 in coreth?
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.
There are no atomic transactions here, so I thought it made sense to add a little more to the soft cap.
Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
Resolves #368