forked from ava-labs/subnet-evm
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6906227
commit 10d355b
Showing
166 changed files
with
7,315 additions
and
4,229 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
|
@@ -3,5 +3,3 @@ | |
## How this works | ||
|
||
## How this was tested | ||
|
||
## How is this documented |
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,6 +1,6 @@ | ||
# Hubble v2 | ||
|
||
To run a fresh local network - run `./scripts/run_local.sh` | ||
To run a fresh local network - run `VALIDATOR_PRIVATE_KEY=31b571bf6894a248831ff937bb49f7754509fe93bbd2517c9c73c4144c0e97dc ./scripts/run_local.sh` | ||
To run on the same network with updated evm code(it preserves all evm state) - run `./scripts/upgrade_local.sh` | ||
To kill network - run `avalanche network stop && avalanche network clean` | ||
|
||
|
@@ -53,16 +53,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and | |
[v0.4.5] [email protected] (Protocol Version: 20) | ||
[v0.4.6] [email protected] (Protocol Version: 20) | ||
[v0.4.7] [email protected] (Protocol Version: 21) | ||
[v0.4.8] [email protected] (Protocol Version: 22) | ||
[v0.4.9] [email protected] (Protocol Version: 23) | ||
[v0.4.10] [email protected] (Protocol Version: 23) | ||
[v0.4.11] [email protected] (Protocol Version: 24) | ||
[v0.4.12] [email protected] (Protocol Version: 24) | ||
[v0.5.0] [email protected] (Protocol Version: 25) | ||
[v0.5.1] [email protected] (Protocol Version: 26) | ||
[v0.5.2] [email protected] (Protocol Version: 26) | ||
[v0.5.3] [email protected] (Protocol Version: 27) | ||
[v0.5.4] [email protected] (Protocol Version: 27) | ||
[v0.4.8] [email protected] (Protocol Version: 22) | ||
``` | ||
|
||
## API | ||
|
@@ -101,7 +92,7 @@ To support these changes, there have been a number of changes to the SubnetEVM b | |
|
||
### Clone Subnet-evm | ||
|
||
First install Go 1.19.6 or later. Follow the instructions [here](https://golang.org/doc/install). You can verify by running `go version`. | ||
First install Go 1.18.1 or later. Follow the instructions [here](https://golang.org/doc/install). You can verify by running `go version`. | ||
|
||
Set `$GOPATH` environment variable properly for Go to look for Go Workspaces. Please read [this](https://go.dev/doc/gopath_code) for details. You can verify by running `echo $GOPATH`. | ||
|
||
|
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
Oops, something went wrong.