Skip to content

Upgrade to avalanchego 1.9.1 to be compatible with new protocol version, bump up timestamp vm to 1.2.8 #28

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

Merged
merged 4 commits into from
Nov 2, 2022

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Nov 1, 2022

To fix:

ERROR chains/manager.go:309 error creating chain {"chainAlias": "...", "error": "error while creating vm: plugin: "...": Incompatible API version with plugin. Plugin version: 17, Client versions: [18]"}

To be compatible with avalanchego 1.9.1 change:

Screenshot 2022-11-02 at 6 35 35 AM

gyuho added 3 commits November 2, 2022 06:32
Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
Co-authored-by: Stephen Buttolph <stephen@avalabs.org>
@gyuho gyuho changed the title Upgrade avalanchego, bump up to 1.2.8 Upgrade to avalanchego 1.9.1 to be compatible with new protocol version, bump up timestamp vm to 1.2.8 Nov 2, 2022
@@ -35,7 +36,7 @@ var (
Version = &version.Semantic{
Major: 1,
Minor: 2,
Patch: 7,
Patch: 8,
}

_ block.ChainVM = &VM{}
Copy link
Contributor

Choose a reason for hiding this comment

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

optional: since we are here

_ block.ChainVM = (*VM)(nil)

@hexfusion hexfusion merged commit e926ee9 into main Nov 2, 2022
@hexfusion hexfusion deleted the upgrade-avalanchego branch November 2, 2022 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants