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

Releases: vegaprotocol/vegawallet

v0.17.0

09 May 15:09
v0.17.0
0f4c912
Compare
Choose a tag to compare
Release 0.17.0

	*2023-05-09*

Compatible with 0.53.0.

v0.16.1

15 Jun 08:09
83319c2
Compare
Choose a tag to compare
Release version 0.16.1

*2022-06-16*

Fixes:
- Fix hardcoded version to match tag and build binaries

v0.15.1

26 May 07:01
a72dd2f
Compare
Choose a tag to compare
Release version 0.15.1

*2022-05-26*

Fixes:
- [558](https://github.com/vegaprotocol/vegawallet/pull/558) - Use user-friendly RPC code as error message
- [569](https://github.com/vegaprotocol/vegawallet/pull/569) - Ensure the winfile scheme for logger is register only once

v0.15.0

16 May 08:42
4588476
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release
Release version 0.15.0

*2022-05-16*

Improvements:
- [555](https://github.com/vegaprotocol/vegawallet/issues/555) - Now using full transaction structures for event emit
- [551](https://github.com/vegaprotocol/vegawallet/pull/551) - Enable system-tests with Vegacapsule

Fixes:
- [548](https://github.com/vegaprotocol/vegawallet/pull/548) - Printer utility shouldn't write in service response

v0.14.1-pre1

13 Apr 07:47
981344d
Compare
Choose a tag to compare
v0.14.1-pre1 Pre-release
Pre-release

Note: This version is not compatible with Mainnet (v 0.47.6). It is for use with Fairground testnet only.
For mainnet, use version 0.13.1 on Windows, or 0.13.2 on Mac & Linux.

If you're not sure which file to download, check out the installation instructions.

Fixes:

  • 542 - Update protos to get last version of governance schema

v0.14.0-pre1

12 Apr 14:09
9e075c6
Compare
Choose a tag to compare
v0.14.0-pre1 Pre-release
Pre-release

Note: This version is not compatible with Mainnet (v 0.47.6). It is for use with Fairground testnet only.
For mainnet, use version 0.13.1 on Windows, or 0.13.2 on Mac & Linux.

If you're not sure which file to download, check out the installation instructions.

Breaking changes:

  • 539 - Add received at timestamp to transaction sign requests
  • 497 - Add ability to confirm the signing of a transaction. To keep running the service with automatic consent, --automatic-consent flag is now required.

Fixes:

  • 521 - Update protos repository to get last validation updates on commands
  • 523 - Add link in README to direct people to desktop wallet app
  • 529 - Ensure log files can be created on Windows.
  • 536 - Docs: replace link for providing feedback

v0.13.2

22 Mar 17:51
deed8fa
Compare
Choose a tag to compare

If you're not sure which file to download, check out the installation instructions.

Breaking changes:

  • 504 - Add support for proof of work sent from the wallet as part of a transaction
  • 507 - Flag --level in service run removed

Improvements:

  • 508 - Introduce a command to list the service endpoints
  • 507 - Redirect logs from command service run to a file
  • 516 - Update protos for market update proposal

Fixes:

  • 502 - Unwrap properly transfer and cancel transfer commands

v0.13.1

07 Mar 11:34
0991a86
Compare
Choose a tag to compare

If you're not sure which file to download, check out the installation instructions.

Improvements:

  • 496 - Return tx in /api/v1/command response

v0.13.0

28 Feb 15:55
47ab907
Compare
Choose a tag to compare

If you're not sure which file to download, check out the installation instructions.

Improvements:

  • 484 - Add JSON structure tags to handler requests, to match responses format

Fixes:

  • 487 - Update to work with changes in protos

v0.12.0

08 Feb 10:01
a3bd919
Compare
Choose a tag to compare
Release version 0.12.0

*2022-02-08*

Breaking changes:
- [446](https://github.com/vegaprotocol/vegawallet/pull/446) - The key printed on the JSON output for the `key generate` command is now at the root of the response, just like the output of the `key describe` command.
- [450](https://github.com/vegaprotocol/vegawallet/pull/450) - Move `sign` and `verify` commands to a a `message` subcommand, e.g. `message sign` and `message verify`

Improvements:
- [427](https://github.com/vegaprotocol/vegawallet/pull/427) - Sign MacOS binaries
- [447](https://github.com/vegaprotocol/vegawallet/pull/447) - Sign Windows binaries
- [448](https://github.com/vegaprotocol/vegawallet/pull/448) - Add command `network locate` to locate the folder in which network configuration files are stored.
- [451](https://github.com/vegaprotocol/vegawallet/pull/451) - Verify network configuration prior exploitation to raise user-friendly errors.
- [435](https://github.com/vegaprotocol/vegawallet/pull/435) - Support signing commands offline with `command sign`
- [453](https://github.com/vegaprotocol/vegawallet/pull/453) - Added support for new liquidity provision commands
- [456](https://github.com/vegaprotocol/vegawallet/pull/456) - Update protos to support non-negative string pegged orders offset
- [463](https://github.com/vegaprotocol/vegawallet/pull/463) - Improve the `vegawallet version` command output to ensure users doesn't mistake the software version with their wallet version
- [443](https://github.com/vegaprotocol/vegawallet/pull/443) - Notarization of MacOS binaries
- [469](https://github.com/vegaprotocol/vegawallet/pull/469) - Support time-triggered trading termination from built-in oracle

Removal:
- [446](https://github.com/vegaprotocol/vegawallet/pull/446) - Wallet creation with `key generate` has been removed in favor of `create` command
- [446](https://github.com/vegaprotocol/vegawallet/pull/446) - Flag `--console-proxy` has been removed in favor of `--with-console`
- [446](https://github.com/vegaprotocol/vegawallet/pull/446) - Flag `--mnemonic-file` has been removed in favor of `--recovery-phrase-file`
- [446](https://github.com/vegaprotocol/vegawallet/pull/446) - Field `mnemonic` in HTTP response for wallet creation has been removed in favor of `recoveryPhrase`
- [446](https://github.com/vegaprotocol/vegawallet/pull/446) - Field `mnemonic` in HTTP request for wallet import has been removed in favor of `recoveryPhrase`

Fixes:
- [440](https://github.com/vegaprotocol/vegawallet/pull/440) - Fix confirmation prompt on windows
- [449](https://github.com/vegaprotocol/vegawallet/pull/449) - Don't use unicode glyphs on windows
- [444](https://github.com/vegaprotocol/vegawallet/pull/444) - Fail gracefully when trying to get password input on msys
- [455](https://github.com/vegaprotocol/vegawallet/pull/455) - New Liquidity Provisioning commands removed requirement for Id field