Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: vegaprotocol/vegawallet

v0.12.0-pre1

31 Jan 10:40
Compare
Choose a tag to compare
v0.12.0-pre1 Pre-release
Pre-release
Release version 0.12.0-pre1

v0.11.1

01 Feb 13:10
v0.11.1
4fd3e82
Compare
Choose a tag to compare
0.11.1

v0.11.0

10 Dec 10:12
57a7110
Compare
Choose a tag to compare

0.11.0

🚨 Breaking changes

  • 381 - Make send tx and send command match NOUN VERB grammar
  • 384 - Remove private key from key generate JSON output

🗑️ Deprecation

  • 418 - Wallet creation is deprecated with key generate, use create instead
  • 423 - Flag --console-proxy is deprecated in favor of --with-console
  • 425 - Flag --mnemonic-file is deprecated in favor of --recovery-phrase-file
  • 425 - Deprecated mnemonic field in HTTP response for wallet creation in favor of recoveryPhrase
  • 425 - Deprecated mnemonic field in HTTP request for wallet import in favor of recoveryPhrase

🛠 Improvements

  • 383 - Add wallet version to key generate output
  • 390 - Add new project board Github action and update linked PR action version
  • 385 - Add command delete to delete a wallet
  • 398 - More idiomatic test suite
  • 396 - Update the "important" section of key generate
  • 405 - Add command network delete to delete a network
  • 409 - Return the tx hash after sending a transaction
  • 406 - Add auto-completion to command line through completion sub-command
  • 418 - Importing a wallet now generates the first key pair
  • 418 - Add the create command to create a wallet
  • 420 - Verify initialisation state on service run
  • 421 - Improve help texts
  • 423 - Support launching the token dApp in service run command

🔥 Removal

  • 387 - Remove network initialisation in favor of network import

🐛 Fixes

  • 395 - Fix command send examples
  • 401 - Update key rotation submission command
  • 410 - Add current pub key hash to key rotation submission command
  • 415 - Update to latest key rotation protos

v0.10.0: Release version 0.10.0

15 Nov 20:13
15683e7
Compare
Choose a tag to compare

2021-11-15

Breaking changes:

  • 300 - Move from semi-colon to comma separated metadata on key annotate and key generate
  • 300 - Trim the key list output to only output name and public key
  • 358 - Rename "human" output to "interactive"

Deprecation:

  • 368 - Deprecate command subcommand in favor of send command

Improvements:

  • 300 - Internal restructuring of CLI building blocks to improve testability
  • 359 - Add key describe subcommand to allow querying of key information
  • 364 - Add changelog checker Github action
  • 361 - Add network describe subcommand to allow querying of network information
  • 366 - Update the changelog checker action to run when required only
  • 368 - Add send tx subcommand to send raw transaction

Fixes:

  • 356 - Ensure the interactive printer is listening to color management env vars (NO_COLOR and CLICOLOR)
  • 357 - Warn without failing when no connection on version verification
  • 360 - Attempt to enable ANSI colors in Windows terminal
  • 372 - Remove wallet name serialisation to allow wallet file to be renamed
  • 370 - Ensure unsupported output is correctly reported

v0.9.2: Release patch version 0.9.2

27 Oct 15:06
5a1d1f1
Compare
Choose a tag to compare

2021-10-27

Improvements:

  • 319 - Enable more golanci lints
  • 325 - Importing a wallet via API default to version 2
  • 322 - Build artifact for mac M1

Fixes:

  • 323 - Fix wallets with version 0
  • 308 - Fix command subcommand
  • 330 - Fix output for list keys command

v0.9.1: Release patch version 0.9.1

23 Oct 18:41
881e8b4
Compare
Choose a tag to compare

2021-10-23

Fixes:

  • 313 - Fix release github action

v0.9.0: Release version 0.9.0

23 Oct 15:47
d82ff89
Compare
Choose a tag to compare

2021-10-23

Improvements:

  • 310 - Rename repository to vegawallet
  • 306 - Implement hd wallet v2 (new derivation path)
  • 301 - Remove download endpoint
  • 293 - Better versioning
  • 292 - Expose data node endpoints
  • 288 - Update shared library
  • 280 - Update service documentation
  • 281 - Ignore system-tests failures
  • 279 - Run system-tests in CI pipeline
  • 273 - Run golangci-lint as part of Jenkins pipeline
  • 272 - Update the README
  • 271 - Update CLI documentation with network commands
  • 174 - Add golangci-lint
  • 268 - Update build instructions
  • 253 - Support multiple networks
  • 257 - Remove custom requirement verification in favor of cobra built-in's
  • 260 - Support importing networks from local file and URL
  • 256 - Remove getting started as it's the duty of the documentation website
  • 244 - Support key rotation
  • 252 - Readme copy change
  • 250 - Update getting started link to go to docs site
  • 247 - Config endpoint
  • 248 - Update proto services with last changes
  • 241 - SubmitTransactionV2 -> SubmitTransaction
  • 234 - Save XDG file structure
  • 235 - Add command subcommand to the wallet
  • 226 - Clean up the printed service endoint list
  • 223 - Add delegate and undelegate in commands
  • 222 - Ensure mnemonic files can be loaded from the same directory as execution
  • 219 - Update to last protos
  • 217 - Update protos dep
  • 216 - Update dependencies
  • 213 - Allow verification of message from which you don't have the private key
  • 210 - Replace --mnemonic flag by --mnemonic-path
  • 189 - Use TradingClient only
  • 212 - Shrink docker image size
  • 208 - Add flag to clear metadata
  • 206 - Self documentation of CLI
  • 204 - Improve service store API to get file information
  • 193 - Remove logger from service.GenerateConfig
  • 196 - Make untainting a key possible
  • 195 - Rename meta subcommand by annotate for clarity
  • 194 - Document list subcommand
  • 188 - Add command to list all registered wallets
  • 186 - Bump proto version
  • 185 - Updated protos module
  • 183 - Update protos to point to develop
  • 181 - Remove Txv1
  • 180 - Allow update of the wallet name
  • 178 - Add Jenkinsfile
  • 176 - Expose Console service ouside of the command line
  • 173 - Remove now-useless buf files
  • 172 - Build docker image
  • 169 - Use the protos repo for protos + commands validations
  • 168 - Ensure the the pubKey is not double encoded in Txv2
  • 166 - Remove short flag for passphrase
  • 164 - Allow loading password from file
  • 163 - Add default name to generated keys
  • 161 - Configure logger level based on the config
  • 159 - Restrict file access
  • 157 - Adding delegation commands
  • 162 - Updated the proposal submission to add the trading termination oracle
  • 160 - Add short flag -r for root-path
  • 156 - Update readme to link to master for instructions
  • 149 - Split wallet and service management at store level
  • 152 - Fix broken getting_started link
  • 145 - Introduce an init command
  • 140 - Initialise store before handler in CLI
  • 137 - Update proposalSubmission validation to be >= 0
  • 135 - Add endpoint that returns app version info
  • 133 - Reorganise the readme to reincorporate starter instructions
  • 132 - Import all core protobuf in the vega wallet repo
  • 130 - Update pr_verify_linked_issue.yml
  • 131 - Uniformise the wallet cmd names
  • 129 - Restructure the command line to scope key management
  • 112 - Support for HD Wallet
  • 122 - Create pr_verify_linked_issue.yml

Fixes:

  • 297 - Fix command help
  • 290 - Fix key generate example #290
  • 285 - Fix commit hash
  • 270 - Fix file extension stripping on network list
  • 262 - Fix golangci-lint offences
  • 240 - Fix Docker image to include node package
  • 225 - Fix wallet check
  • 201 - Remove extra "it"
  • 154 - Remove hyphen

v0.9.0-pre4

06 Oct 14:51
584a8b2
Compare
Choose a tag to compare
Pre-release 4 of version 0.9.0

v0.9.0-pre3

30 Sep 10:14
f7ee080
Compare
Choose a tag to compare
Pre-release 3 of the version 0.9.0

v0.9.0-pre2

08 Sep 11:08
11acf1b
Compare
Choose a tag to compare
Pre release version of the vega wallet