Skip to content
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

Merged
merged 20 commits into from
Nov 29, 2022

Conversation

aaronbuchwald
Copy link
Collaborator

Resolves #368

@aaronbuchwald aaronbuchwald marked this pull request as ready for review November 23, 2022 19:25
@aaronbuchwald aaronbuchwald added the dependencies Pull requests that update a dependency file label Nov 23, 2022
@aaronbuchwald aaronbuchwald added this to the Subnet-EVM@v0.4.4 milestone Nov 23, 2022
@anusha-ctrl anusha-ctrl self-requested a review November 23, 2022 19:36
@aaronbuchwald aaronbuchwald changed the title Bump avalanchego v1.9.3 Bump avalanchego v1.9.3 and Coreth Migration through v0.11.3 Nov 23, 2022
Copy link
Collaborator

@ceyonur ceyonur left a 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
Copy link
Collaborator

@darioush darioush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, great work

plugin/evm/block_builder.go Outdated Show resolved Hide resolved
plugin/evm/vm.go Outdated Show resolved Hide resolved
@@ -50,7 +50,7 @@ import (
)

const (
targetTxsSize = 232 * units.KiB
targetTxsSize = 1800 * units.KiB
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

aaronbuchwald and others added 4 commits November 28, 2022 18:00
Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org>
@aaronbuchwald aaronbuchwald merged commit cf1fe27 into master Nov 29, 2022
@aaronbuchwald aaronbuchwald deleted the bump-avalanchego-v1.9.3 branch November 29, 2022 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coreth-update dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate Coreth Changes through v0.11.3
4 participants