Releases: AshAvalanche/subnet-evm
Releases · AshAvalanche/subnet-evm
v0.4.1-rc.4
v0.4.1-rc.3
v0.4.1-rc.2
Changelog
- 641ea69 Don't write cache on shutdown (ava-labs#317)
v0.4.1-rc.1
Changelog
- eb9ac63 fixes flakes in TestArchiveBlockChainSnapsDisabled (ava-labs#316)
- ccdcaa4 expose stats from fastcache (ava-labs#313)
- 47c03fd Save cache periodically (ava-labs#311)
- 823cc30 sync with coreth-v0.10.1 (ava-labs#287)
v0.4.1-rc.0
Changelog
- d3b10d2 Add cache config options for trie db and snapshot (ava-labs#310)
- 73bb000 chore(network): implementing no-op cross-chain app handlers (ava-labs#304)
- 91778ae modify dfk chain testnet upgrade bytes to disable contract deployer allowlist (ava-labs#305)
- 3e3b08c use anr pid in e2e test yaml (ava-labs#292)
v0.4.0
What's Changed
- DFK Subnet network information by @magnusironroot in ava-labs#220
- *: add simulator e2e tests by @gyuho in ava-labs#172
- add upgrade bytes for DFK Chain testnet by @magnusironroot in ava-labs#231
- add subnet ID & vm ID to DFK chains by @ceyonur in ava-labs#225
- Portal fantasy subnet info by @Zaggo34 in ava-labs#222
- Add comment to clarify log line won't index out of bounds by @aaronbuchwald in ava-labs#221
- Swimmer network master by @aaronbuchwald in ava-labs#236
- Add contributing guidelines by @aaronbuchwald in ava-labs#237
- Add DFK Chain mainnet upgrade bytes by @magnusironroot in ava-labs#239
- Add get chain config api by @ceyonur in ava-labs#234
- statesync for subnet-evm by @darioush in ava-labs#189
- reset lastBaseFee if fee config changes by @darioush in ava-labs#241
- geth import allowlist by @darioush in ava-labs#243
- bump: [email protected] by @hexfusion in ava-labs#249
- GetBlockIDAtHeight: return database.ErrNotFound by @darioush in ava-labs#253
- Add comment to geth pkg import linting script by @aaronbuchwald in ava-labs#259
- Revert PR 249 by @holisticode in ava-labs#252
- Precompile Template Improvements by @anusha-ctrl in ava-labs#255
- add initial precompile configs and handle them by @ceyonur in ava-labs#226
- Coreth 0.8.16 rc2 by @ceyonur in ava-labs#216
- Update AvalancheGo Compatibility by @yulin-dong in ava-labs#267
- use last accepted block for check compatibility in genesis by @ceyonur in ava-labs#258
- add duplicate check in allow list by @ceyonur in ava-labs#276
- Correct a link to doc site by @yulin-dong in ava-labs#286
- Dexalot Mainnet Subnet info by @ilkerulutas in ava-labs#288
- bump to avago 1.8.6 by @felipemadero in ava-labs#279
- Update avalanchego v1.9.0 by @aaronbuchwald in ava-labs#293
New Contributors
- @magnusironroot made their first contribution in ava-labs#220
- @Zaggo34 made their first contribution in ava-labs#222
- @holisticode made their first contribution in ava-labs#252
- @anusha-ctrl made their first contribution in ava-labs#255
- @ilkerulutas made their first contribution in ava-labs#288
Full Changelog: ava-labs/subnet-evm@v0.2.9...v0.4.0
v0.3.0
Changelog
- c2858cf remove needs from goreleaser
- 1e8e10c Remove network runner dep
- 18d439e bump: [email protected]
- 5ad0659 *: react to bump
- b6abaae [email protected]
- b98d745 geth import allowlist (ava-labs#243)
- 5bfb71e reset lastBaseFee if fee config changes (ava-labs#241)
- 343a664 statesync for subnet-evm (ava-labs#189)
- 9711be8 Add get chain config api (ava-labs#234)
- 28b39db add DFK Chain mainnet upgrade bytes (ava-labs#239)
- 098284b Fee config div by zero fix (#24)
- dffc858 Add contributing guidelines (ava-labs#237)
- 41802ca Swimmer network master (ava-labs#236)
- 83b19fa Add comment to clarify log line won't index out of bounds (ava-labs#221)
- f156d2a Portal fantasy subnet info (ava-labs#222)
- 7cf6004 add subnet ID & vm ID to DFK chains (ava-labs#225)
- 2d9c88a add upgrade bytes for DFK Chain testnet (ava-labs#231)
- 028a351 *: add simulator e2e tests (ava-labs#172)
- 4a28a78 DFK Subnet network information (ava-labs#220)
- 2e29e23 Update subnet evm version to v0.3.0
v0.2.9
What's Changed
- Bump go version to 1.18 by @aaronbuchwald in ava-labs#184
- fix nil assert state functions panic in test by @ceyonur in ava-labs#186
- bump to ANR 1.2.0 by @felipemadero in ava-labs#185
- Unwrap ETHChain by @darioush in ava-labs#188
- Bump @openzeppelin/contracts from 4.7.1 to 4.7.2 in /contract-examples by @dependabot in ava-labs#197
- refactor logger & add json log format by @ceyonur in ava-labs#198
- add precompile gen cmd & template by @ceyonur in ava-labs#180
- Set ether base regression by @ceyonur in ava-labs#203
- Subnet info by @aaronbuchwald in ava-labs#208
- CallDetailed by @darioush in ava-labs#211
- Expose eth_call error code by @darioush in ava-labs#212
- ports commit locking from coreth by @darioush in ava-labs#210
- Bump @openzeppelin/contracts from 4.7.2 to 4.7.3 in /contract-examples by @dependabot in ava-labs#209
- [email protected] by @patrick-ogrady in ava-labs#213
- Add statedb error and prefetcher logs by @aaronbuchwald in ava-labs#218
- Json logs by @aaronbuchwald in ava-labs#219
Full Changelog: ava-labs/subnet-evm@v0.2.8...v0.2.9
v0.2.8
What's Changed
- Ensure build finishes if tests fail by @patrick-ogrady in ava-labs#163
- nit: improve some precompile comments, type checks by @darioush in ava-labs#165
- improve run script by @ceyonur in ava-labs#99
- enable/disable precompiles through upgradeBytes by @darioush in ava-labs#148
- Reserve address spaces for custom precompiles by @aaronbuchwald in ava-labs#176
Full Changelog: ava-labs/subnet-evm@v0.2.7...v0.2.8
v0.2.7
What's Changed
Full Changelog: ava-labs/subnet-evm@v0.2.6...v0.2.7