File tree Expand file tree Collapse file tree 7 files changed +25
-9
lines changed Expand file tree Collapse file tree 7 files changed +25
-9
lines changed Original file line number Diff line number Diff line change 9595 - name : Setup Contracts
9696 run : ./scripts/run_task.sh setup-contracts
9797 - name : Run Warp E2E Tests
98- uses : ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@a88dc37b32b4728ae234310bdd936b300e6a55b5
98+ uses : ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@e2bcbaffcb771ed08eda454d03d3001e558438f1
9999 with :
100100 run : ./scripts/run_task.sh test-e2e-warp-ci
101101 artifact_prefix : warp
@@ -116,7 +116,7 @@ jobs:
116116 with :
117117 go-version-file : " go.mod"
118118 - name : Run E2E Load Tests
119- uses : ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@a88dc37b32b4728ae234310bdd936b300e6a55b5
119+ uses : ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@e2bcbaffcb771ed08eda454d03d3001e558438f1
120120 with :
121121 run : ./scripts/run_task.sh test-e2e-load-ci
122122 artifact_prefix : load
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
2727[v0.7.4] AvalancheGo@v1.13.1 (Protocol Version: 40)
2828[v0.7.5] AvalancheGo@v1.13.2 (Protocol Version: 41)
2929[v0.7.6] AvalancheGo@v1.13.3-rc.2 (Protocol Version: 42)
30+ [v0.7.7] AvalancheGo@v1.13.3 (Protocol Version: 42)
3031```
3132
3233## API
Original file line number Diff line number Diff line change 11# Release Notes
22
33## Pending Release
4- - Added maximum number of addresses (1000) to be queried in a single filter.
54
6- ## [ v0.7.6] ( https://github.com/ava-labs/subnet-evm/releases/tag/v0.7.6 )
5+ - Add pending releases here
6+
7+ ## [ v0.7.7] ( https://github.com/ava-labs/subnet-evm/releases/tag/v0.7.7 )
8+
9+ This version is backwards compatible to v0.7.0. It is optional, but encouraged.
10+
11+ ### AvalancheGo Compatibility
12+
13+ The plugin version is ** updated** to 42 and is compatible with AvalancheGo version v1.13.3.
14+
15+ ### Updates
16+
17+ - Added maximum number of addresses (1000) to be queried in a single filter.
718- Demoted unnecessary error log in ` core/txpool/legacypool.go ` to warning, displaying unexpected but valid behavior
819- Use ` state-history ` eth config flag to designate the number of recent states queryable.
9- - @TODO - write release notes here on what is in this release
20+
21+ ## [ v0.7.6] ( https://github.com/ava-labs/subnet-evm/releases/tag/v0.7.6 )
22+
23+ _ This release should be skipped entirely in favor of 0.7.7 due to the use of a AvalancheGo release candidate version._
1024
1125## [ v0.7.5] ( https://github.com/ava-labs/subnet-evm/releases/tag/v0.7.5 )
1226
Original file line number Diff line number Diff line change 11{
22 "rpcChainVMProtocolVersion" : {
3+ "v0.7.7" : 42 ,
34 "v0.7.6" : 42 ,
45 "v0.7.5" : 41 ,
56 "v0.7.4" : 40 ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.9
55require (
66 github.com/VictoriaMetrics/fastcache v1.12.1
77 github.com/antithesishq/antithesis-sdk-go v0.3.8
8- github.com/ava-labs/avalanchego v1.13.3-rc.2
8+ github.com/ava-labs/avalanchego v1.13.3
99 github.com/ava-labs/firewood-go-ethhash/ffi v0.0.8
1010 github.com/ava-labs/libevm v1.13.14-0.3.0.rc.1
1111 github.com/davecgh/go-spew v1.1.1
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ github.com/antithesishq/antithesis-sdk-go v0.3.8/go.mod h1:IUpT2DPAKh6i/YhSbt6Gl
6262github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
6363github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
6464github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 /go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs =
65- github.com/ava-labs/avalanchego v1.13.3-rc.2 h1:P+XSQqfAuhNPq+RG/dwDQ07o3sMh9ZsyeSgH/OV4y5s =
66- github.com/ava-labs/avalanchego v1.13.3-rc.2 /go.mod h1:dXVZK6Sw3ZPIQ9sLjto0VMWeehExppNHFTWFwyUv5tk =
65+ github.com/ava-labs/avalanchego v1.13.3 h1:wYootDIqq1FG0FrrNI+yRqLB3szpvuTmW1j0i2RAjy0 =
66+ github.com/ava-labs/avalanchego v1.13.3 /go.mod h1:OKgu35RVcoX4M8TB0U6yNvcDNKc2CwvaHrU8PgXVq64 =
6767github.com/ava-labs/coreth v0.15.3-rc.1 h1:v7CMNT3tVi1cFp/6I9Xlln372+e6ztwAaCzW6vSDSVY =
6868github.com/ava-labs/coreth v0.15.3-rc.1 /go.mod h1:80rG3mFUUPEfx9vj5QCAgKcrd1SH2UbbTAHKqYJfUpI =
6969github.com/ava-labs/firewood-go-ethhash/ffi v0.0.8 h1:f0ZbAiRE1srMiv/0DuXvPQZwgYbLC9OgAWbQUCMebTE =
Original file line number Diff line number Diff line change 99 // GitCommit is set by the build script
1010 GitCommit string
1111 // Version is the version of Subnet EVM
12- Version string = "v0.7.6 "
12+ Version string = "v0.7.7 "
1313)
1414
1515func init () {
You can’t perform that action at this time.
0 commit comments