Skip to content

Releases: MaximFischuk/quorum-vault-client

v1.0.0

30 Jan 08:03
6e54988
Compare
Choose a tag to compare

Full Changelog:

1.0.0 (2024-01-30)

Breaking changes

Moved all methods to modules related to their respective API paths.

New Features

  • Add Ethereum APIs
    • Sign message

ZkSnarks API support

08 Mar 21:58
a8bdfbe
Compare
Choose a tag to compare

0.3.0 (2023-03-08)

New Features

  • Add ZkSnarks APIs
    • Create Key
    • List Keys
    • Read Key
    • Sign Data

Keys API support

30 Jan 11:00
9ab2ae5
Compare
Choose a tag to compare

0.2.1 (2023-01-30)

New Features

  • Add Keys APIs
    • Create Key
    • List Keys
    • Read Key
    • Delete Key
    • Sign Data
    • Import Private Key
  • Add Import Private Key of Ethereum API

Bug Fixes

  • Fixed name of api::list_accounts

Other Changes

  • Add tests for all API functions

v0.1.0

18 Jan 12:56
f4b30f2
Compare
Choose a tag to compare

Initial release

The very beginning of the project

  • Add creating Ethereum Wallet
  • Add getting Ethereum Wallet by Address
  • Add getting list of all Ethereum Wallets
  • Add signing of Ethereum transaction (Legacy)