Releases: ava-labs/avalanche-cli
Releases · ava-labs/avalanche-cli
v0.2.4
What's Changed
- Bump github.com/docker/docker from 20.10.17+incompatible to 20.10.18+incompatible by @dependabot in #272
- Bump github.com/ava-labs/coreth from 0.9.0-rc.13 to 0.9.0-rc.14 by @dependabot in #273
- Bump github.com/ava-labs/coreth from 0.9.0-rc.14 to 0.9.0 by @dependabot in #286
- Find config and plugin dir by @holisticode in #271
- fix macos unit test by @felipemadero in #300
- make clean to stop ANR server after a stop cmd by @felipemadero in #299
- fix panic for precompiles describe by @felipemadero in #302
- Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 by @dependabot in #297
- dont fail in local network for port collision if other avago process are up by @felipemadero in #305
- Hard clean to kill all backend processes by @felipemadero in #306
- bump anr by @felipemadero in #307
- try of fix for macos e2e by @felipemadero in #308
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Fuji deploy e2e by @felipemadero in #197
- Bumped ANR by @dasconnor in #207
- Bump undici from 5.8.0 to 5.9.1 in /tests/e2e/hardhat by @dependabot in #199
- add check for no whitespace in key name by @felipemadero in #214
- Use generated keys as control keys by @holisticode in #184
- add macos to unit tests and e2e by @felipemadero in #213
- Added dependabot and codeql by @dasconnor in #219
- Use word Browser Extension by @yulin-dong in #232
- Fix viper initialization by @felipemadero in #234
- Add spacesvm by @felipemadero in #220
- Add ability to import subnets via APM by @dasconnor in #222
- Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 by @dependabot in #228
- Bump github.com/docker/docker from 1.6.2 to 20.10.17+incompatible by @dependabot in #229
- Bump github.com/onsi/gomega from 1.19.0 to 1.20.2 by @dependabot in #241
- add comment on snapshots usage to readme by @felipemadero in #243
- auto add completions to bash and zsh by @felipemadero in #230
- Added export/import unit tests by @holisticode in #237
- Added instructions to query NodeID by @holisticode in #236
- fix e2e for all future avago versions by @felipemadero in #261
- 129 list del ctrl key fm by @felipemadero in #202
- 216 subnet publish by @holisticode in #221
- Add E2E tests for subnet import by @dasconnor in #245
- bump versions by @felipemadero in #262
- Bumped version to 0.2.3 by @dasconnor in #265
- Refactor state machines by @felipemadero in #242
- Don't ask sha256 for known vms, and get those download URLs ourselves by @holisticode in #254
- Bump github.com/spf13/viper from 1.12.0 to 1.13.0 by @dependabot in #264
- Bump github.com/spf13/afero from 1.8.2 to 1.9.2 by @dependabot in #252
- Bump github.com/ava-labs/avalanchego from 1.8.2 to 1.8.4 by @dependabot in #269
- Bump github.com/ava-labs/coreth from 0.9.0-rc.6 to 0.9.0-rc.13 by @dependabot in #268
- bump avago 1.8.5 by @felipemadero in #270
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Deploy info per network by @holisticode in #169
- bump to ANR 1.2.0 by @felipemadero in #146
- Add --hard flag to clean and update to go1.18 by @holisticode in #174
- move vms directory out of bin by @felipemadero in #183
- Bump undici from 5.5.1 to 5.8.0 in /tests/e2e/hardhat by @dependabot in #114
- Select threshold from list by @holisticode in #181
- use flag for snapshot names by @felipemadero in #186
- Nicer fuji deploy print output by @holisticode in #185
- add all-networks flag by @felipemadero in #192
- Fix api deploy print message by @holisticode in #190
- Check for existing keys before deploying to fuji by @holisticode in #178
- Add flag for fuji by @holisticode in #179
- Add flags so that no prompting is possible by @holisticode in #188
- custom subnet create delete e2e by @felipemadero in #196
- add balance to key list by @felipemadero in #191
- Add Package Management for AvalancheGo and Subnet-EVM by @dasconnor in #173
- Bumped version by @dasconnor in #204
- add check for wallet address having rights to create fuji blockchain by @felipemadero in #194
- List and delete control keys by @holisticode in #180
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Bumped subnet-evm version and added new precompile by @dasconnor in #102
- Added custom VM create flow by @dasconnor in #153
- add copy from app vm if custom vm by @felipemadero in #156
- Also check pending validators by @holisticode in #161
- add rm of vm file by @felipemadero in #163
- Fixed isValidating check by @holisticode in #165
- Bumped version by @dasconnor in #166
- Update readme with fuji deploys by @dasconnor in #167
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- [AV-1833] Create key by @dasconnor in #78
- [AV-1779] Deploy to fuji by @holisticode in #79
- Network dependent sidecar data by @holisticode in #90
- [AV-1837] Added export command by @dasconnor in #82
- [AV-1834, AV-1810] Add key list by @dasconnor in #80
- [AV-1835] Added key delete function by @dasconnor in #81
- rm indexer mock by @felipemadero in #91
- [AV-1842] Made prompts mockable by @dasconnor in #87
- [AV-1888] Add global node config and bump Avago version by @dasconnor in #89
- Print key addresses by @holisticode in #94
- Print RPC Endpoints in table format by @holisticode in #92
- [AV-1886] add e2e test for multiple deploy by @felipemadero in #93
- [AV-1838] Add Validator to a subnet by @holisticode in #84
- Add Validator Join Command by @holisticode in #88
- Fuji Deploy Milestone by @dasconnor in #118
- Update copy by @dasconnor in #124
- Bumped version by @dasconnor in #125
- Fix text by @dasconnor in #134
- Help user install plugins by @dasconnor in #138
- Add Subnet Import/Export by @dasconnor in #139
- Fix addValidator Defaults by @dasconnor in #145
- Sanitize Paths and Fix Genesis Filepath Issue by @dasconnor in #150
Full Changelog: v0.1.5...v0.2.0
v0.1.5
What's Changed
- Bump minimist from 1.2.5 to 1.2.6 in /tests/e2e/hardhat by @dependabot in #68
- Bump follow-redirects from 1.14.2 to 1.15.1 in /tests/e2e/hardhat by @dependabot in #69
- Bump cross-fetch from 2.2.5 to 2.2.6 in /tests/e2e/hardhat by @dependabot in #70
- Bump simple-get from 2.8.1 to 2.8.2 in /tests/e2e/hardhat by @dependabot in #71
- AV-1868 remove network restart operation by @felipemadero in #76
- [AV-1882] Fix missing licenses by @dasconnor in #83
- [AV-1894] Bumped version by @dasconnor in #86
New Contributors
- @dependabot made their first contribution in #68
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Fix no such linter error on release by @dasconnor in #63
- Attach server run file to app by @holisticode in #64
- AV-1830: add info on how to run CLI in a docker by @yulin-dong in #67
- AV-1741: Fast deploy with default snapshot by @felipemadero in #42
- AV-1831: E2E by @dasconnor in #61
- Added log retention as artifacts by @dasconnor in #72
- Save runfile in runs by @holisticode in #73
- reduce number of globals by @felipemadero in #75
- AV-1799 Refactor package structure by @dasconnor in #66
- bump ANR release, remove sleeps from E2E by @felipemadero in #74
- Bumped version by @dasconnor in #77
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Add Go back and Capture Token Name by @dasconnor in #44
- Print deployed status by @holisticode in #50
- Print a nicer message and exit cleanly by @holisticode in #49
- Do not allow duplicate chain IDs by @holisticode in #53
- generate error for invalid status code of http get by @felipemadero in #51
- redirect doc to the doc site by @yulin-dong in #37
- [AV-1649] Bumped avago, subnet-evm, and anr by @dasconnor in #58
- [AV-1734] Updated readme with build instructions by @dasconnor in #57
- [AV-1717] Removed all instances of assert(t, whatever) by @dasconnor in #59
- [AV-1772] [AV-1763] Updated linter by @dasconnor in #56
- [AV-1736] Move network runner logs and configs from tmp to .avalanche-cli by @dasconnor in #55
- [AV-1732] Print Token Name During Deploy by @dasconnor in #60
- Bumped version by @dasconnor in #62
New Contributors
- @yulin-dong made their first contribution in #37
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Added flag to releaser by @dasconnor in #43
- Typo fix macine to machine by @michaelbnewman in #45
- Fixed output after deploy by @holisticode in #48
- Bump versions by @felipemadero in #46
- Bumped CLI version file by @dasconnor in #47
New Contributors
- @michaelbnewman made their first contribution in #45
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Build into local bin dir (and gitignore) by @holisticode in #40
- Binary installer by @patrick-ogrady in #39
- Bumped version by @dasconnor in #41
New Contributors
- @patrick-ogrady made their first contribution in #39
Full Changelog: v0.1.0...v0.1.1