-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update simulator * update AvalancheGo * update all versions * remove flaky tests * more badges
- Loading branch information
1 parent
a427dc4
commit c4edb69
Showing
7 changed files
with
57 additions
and
572 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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
|
||
# Subnet EVM | ||
|
||
![Github Actions](https://github.com/ava-labs/subnet-evm/actions/workflows/lint-tests-release.yml/badge.svg) | ||
[![Build + Test + Release](https://github.com/ava-labs/subnet-evm/actions/workflows/lint-tests-release.yml/badge.svg)](https://github.com/ava-labs/subnet-evm/actions/workflows/lint-tests-release.yml) | ||
[![CodeQL](https://github.com/ava-labs/subnet-evm/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/ava-labs/subnet-evm/actions/workflows/codeql-analysis.yml) | ||
|
||
[Avalanche](https://docs.avax.network/overview/getting-started/avalanche-platform) is a network composed of multiple blockchains. | ||
Each blockchain is an instance of a Virtual Machine (VM), much like an object in an object-oriented language is an instance of a class. | ||
|
@@ -23,9 +24,10 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and | |
[v0.2.0] [email protected] | ||
[v0.2.1] [email protected] | ||
[v0.2.2] [email protected] | ||
[v0.2.3] [email protected] | ||
[v0.2.4] [email protected] | ||
[v0.2.5] [email protected] | ||
[v0.2.3] [email protected] | ||
[v0.2.4] [email protected] | ||
[v0.2.5] [email protected] | ||
[v0.2.6] [email protected] | ||
``` | ||
|
||
## API | ||
|
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.