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

feat: upgrade to avalanchego-v1.11.4 #66

Conversation

vanderheijden86
Copy link
Contributor

@vanderheijden86 vanderheijden86 commented May 9, 2024

feat: upgrade to avalanchego-v1.11.4

Open points to be discussed:

  • Ava v1.11.4 node health checks don't pass with a 1 node setup for a local dev net. So this setup now works only with 2 nodes.
  • There is no image on ava dockerhub for recent versions with subnet-evm binary inside it. As such for now I load it via a static_files folder in which I place the binary. Suggestion for the default setup is to curl the subnet-evm from github sources and untar it.
  • The genesis module needs to be upgraded to go 1.22 and avalanchego v1.11.4 as well.

This MR has been tested on docker and with kurtosis-cli version 0.89.7 with a 2 node ava setup (1 node setup does not work):

Starlark code successfully run. Output was:

{
	"allocations": "8db97c7cece249c2b98bdc0226cc4c2a57bf52fc=0xd3c21bcecceda1000000",
	"chain genesis id": "13123",
	"chain id": "NAL3xKipcGFTxKrzQZAtXStmZqN7QCqh2AZ88j9iZqmvtgtUA",
	"chain-rpc-url": "http://172.16.0.7:9650/ext/bc/NAL3xKipcGFTxKrzQZAtXStmZqN7QCqh2AZ88j9iZqmvtgtUA/rpc",
	"rpc-urls": [
		"http://172.16.0.7:9650",
		"http://172.16.0.6:9650"
	],
	"subnet id": "2aPkmYuVqCBMGnyDBUsKExmD6SZa7JSH8sw8ekcsQ41nTj2qrp",
	"validator ids": [
		"2sgJsw4g6vXQkk7xXR8eLMMJH4cEoCGAsb7xFBZsbSpSLqE1Qi"
	],
	"vm id": "tGBrM7iZGgNZvqPiwD9oD716rVRR9PiB6BFuG3ot3SP54ie8K"
}

@vanderheijden86 vanderheijden86 force-pushed the vanderheijden86/avalanchego-v1.11.4 branch from 02e4e62 to c7be9e5 Compare May 9, 2024 05:05
src/package_io/input_parser.star Show resolved Hide resolved
@vanderheijden86 vanderheijden86 force-pushed the vanderheijden86/avalanchego-v1.11.4 branch 2 times, most recently from 45b9051 to ebbba29 Compare May 19, 2024 21:38
@vanderheijden86 vanderheijden86 force-pushed the vanderheijden86/avalanchego-v1.11.4 branch from ebbba29 to 382ac50 Compare May 19, 2024 21:43
@h4ck3rk3y h4ck3rk3y merged commit 0b8080d into kurtosis-tech:main May 20, 2024
3 checks passed
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.

2 participants