-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump subnet-evm to v0.6.10/avago to v1.11.11 (#79)
- Loading branch information
Showing
8 changed files
with
54 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
pull_request: | ||
|
||
env: | ||
min_go_version: "~1.21.11" | ||
min_go_version: "~1.21.12" | ||
|
||
jobs: | ||
lint_test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,16 +73,9 @@ In order to upgrade the Subnet-EVM version, you need to change the version in `g | |
## AvalancheGo Compatibility | ||
|
||
```text | ||
[v0.1.0-v0.1.1] [email protected] (Protocol Version: 26) | ||
[v0.1.2] [email protected] (Protocol Version: 27) | ||
[v0.1.3] [email protected] (Protocol Version: 28) | ||
[v0.1.4] [email protected] (Protocol Version: 28) | ||
[v0.1.5] [email protected] (Protocol Version: 29) | ||
[v0.1.6] [email protected] (Protocol Version: 30) | ||
[v0.1.7] [email protected] (Protocol Version: 30) | ||
[v0.1.8] [email protected] (Protocol Version: 31) | ||
[v0.2.0] [email protected] (Protocol Version: 33) | ||
[v0.2.1] [email protected] (Protocol Version: 35) | ||
[v0.2.2] [email protected] (Protocol Version: 35) | ||
[v0.2.3] [email protected] (Protocol Version: 35) | ||
[v0.2.1] [email protected] (Protocol Version: 35) | ||
[v0.2.2] [email protected] (Protocol Version: 35) | ||
[v0.2.3] [email protected] (Protocol Version: 35) | ||
[v0.2.4] [email protected] (Protocol Version: 37) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"rpcChainVMProtocolVersion": { | ||
"v0.2.4": 37, | ||
"v0.2.3": 35, | ||
"v0.2.2": 35, | ||
"v0.2.1": 35, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env bash | ||
|
||
# Set up the versions to be used - populate ENV variables only if they are not already populated | ||
SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.6.6'} | ||
SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.6.10'} | ||
# Don't export them as they're used in the context of other calls | ||
AVALANCHE_VERSION=${AVALANCHE_VERSION:-'v1.11.7'} | ||
AVALANCHE_VERSION=${AVALANCHE_VERSION:-'v1.11.11'} | ||
GINKGO_VERSION=${GINKGO_VERSION:-'v2.2.0'} |