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

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 18:45
dc38a79
Release version 0.8.0

This release contain work to build and support transaction v2 format. This new
format is now fully build in protobuf and dones not require the core node help
build the transaction. It also comes with an improved validation on all commands.

- [#106](https://github.com/vegaprotocol/go-wallet/pull/106) - Implement transaction format v2
- [#109](https://github.com/vegaprotocol/go-wallet/pull/109) - Rewrite storage / service abstraction
- [#111](https://github.com/vegaprotocol/go-wallet/pull/111) - Add verify signature endpoint
- [#108](https://github.com/vegaprotocol/go-wallet/pull/108) - Document new endpoints