Skip to content

Releases: flow-hydraulics/flow-wallet-api

Version 0.4.1

09 Jul 20:14
c8e3fa0
Compare
Choose a tag to compare

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

08 Jul 10:27
2c44fe7
Compare
Choose a tag to compare

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

29 Jun 06:01
e3b5d2c
Compare
Choose a tag to compare

Fixes issues:

  • Duplicate signers error (#109)
  • Token names are case sensitive (#110)

Version 0.3.0

22 Jun 08:43
8557fc9
Compare
Choose a tag to compare

Milestone 3

Fungible token custody (FLOW, FUSD)

Version 0.0.2

17 Jun 10:16
0d4589b
Compare
Choose a tag to compare

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.