This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Releases: coinbase/waas-client-library-go
Releases · coinbase/waas-client-library-go
v1.0.8
v1.0.6
- 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
v1.0.2
v1.0.1
v1.0.0
Description:
GA release of the Wallet as a Service API Go Client Library.
Features:
- Export, Backup, and Recover Keys
- Ethereum Mainnet
- ERC-1155: Multi Token Standard
- 10 API key pairs: Cloud Admins and Owners can create up to ten API key pairs.
REST APIs:
Added to Blockchain Service:
- BatchGetAssets: GET /v1/{networkName}/assets:batchGet
Added to Key Service:
- RevokeDevice: POST /v1/device:revoke
- AddDevice: POST /v1/{deviceGroupName}:addDevice
- PrepareDeviceArchive: POST /v1/{deviceGroupName}:prepareDeviceArchive
- PrepareDeviceBackup: POST /v1/{deviceGroupName}:prepareDeviceBackup
Added to Wallet Service:
- ListBalanceDetails: GET /v1/{balanceName}/balanceDetails
Added to Protocols Service:
- EstimateFee: POST /v1/{networkName}:estimateFee