Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: coinbase/waas-client-library-go

v1.0.8

25 Sep 20:40
8388a0a
Compare
Choose a tag to compare

Adds bug fix to MPCWalletClient, MPCKeyClient, and MPCTransactionClient to resolve nil pointer dereference error on GetOperation.

v1.0.6

24 Aug 19:44
121df5d
Compare
Choose a tag to compare
  • Expose clients as interfaces
  • Add client mocks that properly handle iterators and wrapped long-running operations.
  • Client initialization option is added to allow for insecure transport

v1.0.3

22 Jun 20:43
0160990
Compare
Choose a tag to compare

Description: Update documentation for BroadcastTransaction.

v1.0.2

26 May 17:10
51fdd66
Compare
Choose a tag to compare

Description: Add documentation specifying that MPC operation creation is asynchronous, so ListMPCOperations may return a NOT_FOUND error immediately after calling a Create* or Prepare* API.

v1.0.1

25 May 15:19
c1f6828
Compare
Choose a tag to compare

Description: Changes ProtocolService's EstimateFee to be a GET instead of POST HTTP method.

v1.0.0

22 May 21:33
d1926de
Compare
Choose a tag to compare

Description:
GA release of the Wallet as a Service API Go Client Library.

Features:

REST APIs:
Added to Blockchain Service:

Added to Key Service:

Added to Wallet Service:

Added to Protocols Service: