Skip to content

Commit

Permalink
Update AvalancheGo (#157)
Browse files Browse the repository at this point in the history
* update simulator

* update AvalancheGo

* update all versions

* remove flaky tests

* more badges
  • Loading branch information
patrick-ogrady authored Jul 22, 2022
1 parent a427dc4 commit c4edb69
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 572 deletions.
10 changes: 6 additions & 4 deletions README.md
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.
Expand All @@ -23,9 +24,10 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
[v0.2.0] AvalancheGo@v1.7.7-v1.7.9
[v0.2.1] AvalancheGo@v1.7.10
[v0.2.2] AvalancheGo@v1.7.11-v1.7.12
[v0.2.3] AvalancheGo@v1.7.13-v1.7.14
[v0.2.4] AvalancheGo@v1.7.13-v1.7.14
[v0.2.5] AvalancheGo@v1.7.13-v1.7.14
[v0.2.3] AvalancheGo@v1.7.13-v1.7.15
[v0.2.4] AvalancheGo@v1.7.13-v1.7.15
[v0.2.5] AvalancheGo@v1.7.13-v1.7.15
[v0.2.6] AvalancheGo@v1.7.13-v1.7.15
```

## API
Expand Down
19 changes: 10 additions & 9 deletions cmd/simulator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@ module github.com/ava-labs/subnet-evm/cmd/simulator
go 1.17

require (
github.com/ava-labs/subnet-evm v0.2.5-0.20220712175031-1bc7dbd79906
github.com/ethereum/go-ethereum v1.10.16
github.com/ava-labs/subnet-evm v0.2.6-0.20220721235439-a427dc4e4181
github.com/ethereum/go-ethereum v1.10.20
github.com/spf13/viper v1.10.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)

require (
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/ava-labs/avalanchego v1.7.13 // indirect
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/ava-labs/avalanchego v1.7.14 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-ole/go-ole v1.2.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/uuid v1.1.5 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
Expand All @@ -33,12 +34,12 @@ require (
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/stretchr/testify v1.7.2 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/tklauser/numcpus v0.2.2 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
Expand Down
Loading

0 comments on commit c4edb69

Please sign in to comment.