This repository has been archived by the owner on May 10, 2023. It is now read-only.
Releases: vegaprotocol/vegawallet
Releases · vegaprotocol/vegawallet
v0.12.0-pre1
Release version 0.12.0-pre1
v0.11.1
0.11.1
v0.11.0
0.11.0
🚨 Breaking changes
- 381 - Make
send tx
andsend command
matchNOUN VERB
grammar - 384 - Remove private key from key generate JSON output
🗑️ Deprecation
- 418 - Wallet creation is deprecated with
key generate
, usecreate
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 ofrecoveryPhrase
- 425 - Deprecated
mnemonic
field in HTTP request for wallet import in favor ofrecoveryPhrase
🛠 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
v0.10.0: Release version 0.10.0
2021-11-15
Breaking changes:
- 300 - Move from semi-colon to comma separated metadata on
key annotate
andkey 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 ofsend 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
andCLICOLOR
) - 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
v0.9.1: Release patch version 0.9.1
v0.9.0: Release version 0.9.0
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:
v0.9.0-pre4
Pre-release 4 of version 0.9.0
v0.9.0-pre3
Pre-release 3 of the version 0.9.0
v0.9.0-pre2
Pre release version of the vega wallet