Releases: flow-hydraulics/flow-wallet-api
Version 0.4.1
Changes:
- Revert previous breaking change regarding fungible token balances
- Refactor non-fungible token balance representation to use an array instead of an object
API documentation: https://github.com/eqlabs/flow-wallet-api/blob/main/api/openapi.yaml
Built docker images: https://github.com/eqlabs/flow-wallet-api/pkgs/container/flow-wallet-api
Older docker images: https://github.com/eqlabs/flow-wallet-api/pkgs/container/flow-wallet-service
Version 0.4.0
Milestone 4
New features:
- Non-fungible token endpoints
Breaking changes:
- Previously used
String
representation of an accounts balance, now using the "raw" cadence number. This means balances will seem 10^6 bigger than before and the result will be a JSON number not a string.
API documentation: https://github.com/eqlabs/flow-wallet-api/blob/main/api/openapi.yaml
Built docker images: https://github.com/eqlabs/flow-wallet-api/pkgs/container/flow-wallet-api
Older docker images: https://github.com/eqlabs/flow-wallet-api/pkgs/container/flow-wallet-service
Version 0.3.1
Version 0.3.0
Milestone 3
Fungible token custody (FLOW, FUSD)
Version 0.0.2
Add API endpoints for fungible-token handling:
- /fungible-tokens
- /accounts/{address}/fungible-tokens
- /accounts/{address}/fungible-tokens/withdrawals
Deposits handling will be added on the next release.