Skip to main content

Changelog

These release notes list changes to Coinbase Wallet as a Service APIs and SDK.

2023-MAY-31

Released React Native WaaS SDK 1.0.2.

FIXES

Updated APIs and sample demos to enable better handling of operations:

  • Improved the following APIs to return the resource name of the resulting WaaS operation on successful initiation: createSignatureFromTx, prepareDeviceArchive, prepareDeviceBackup.
  • Updated the Sample Project: MPCSignatureDemo, MPCKeyExportDemo, DeviceBackupDemo and DeviceAdditionDemo to process the operations that are created in the operation initialization call, instead of the last operation manifested in the result of ListMPCOperations.
  • Updated SDK API by removing the convenience method computeMPCWallet. The clients should ideally use computeMPCOperation and computePrepareDeviceArchiveMPCOperation (SDK) for MPCWallet creation in a Proxy server model.

2023-MAY-23

GA release of the Wallet as a Service APIs and SDK.

FEATURES

Added support for the following:

HTTP APIs

Added to BlockchainService:

Added to MPCKeyService:

Added to MPCWalletService:

Added to ProtocolService:

SDK APIs

Added the following SDK-specific APIs:

2023-APR-19

Added support for Base Goerli.

2023-MAR-22

Public preview of the Wallet as a Service APIs and SDK.

Was this helpful?