forked from ava-labs/subnet-evm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from ava-labs/coreth-0.8.5-rc.2
merge coreth-0.8.5-rc.2
- Loading branch information
Showing
40 changed files
with
2,667 additions
and
431 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,12 @@ This chain implements the Ethereum Virtual Machine and supports Solidity smart c | |
|
||
The Subnet EVM runs in a separate process from the main AvalancheGo process and communicates with it over a local gRPC connection. | ||
|
||
### AvalancheGo Compatibility | ||
``` | ||
[v0.1.0] [email protected] | ||
[v0.1.1] [email protected] | ||
``` | ||
|
||
## API | ||
|
||
The Subnet EVM supports the following API namespaces: | ||
|
@@ -68,12 +74,12 @@ and creates a `subnet-evm` genesis file. | |
```bash | ||
# to startup a local cluster (good for development) | ||
cd ${HOME}/go/src/github.com/ava-labs/subnet-evm | ||
./scripts/run.sh 1.7.4 | ||
./scripts/run.sh 1.7.5 | ||
``` | ||
|
||
```bash | ||
# inspect cluster endpoints when ready | ||
cat /tmp/avalanchego-v1.7.4/output.yaml | ||
cat /tmp/avalanchego-v1.7.5/output.yaml | ||
<<COMMENT | ||
endpoint: /ext/bc/2VCAhX6vE3UnXC6s1CBPE6jJ4c4cHWMfPgCptuWS59pQ9vbeLM | ||
logsDir: ... | ||
|
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
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.