Skip to content

Releases: dfinity/oisy-wallet

v1.5.2

17 Jun 13:16
6ff302f

Choose a tag to compare

Changes

Update rc to v0.5.7-api.1

17 Jun 02:44

Choose a tag to compare

Pre-release
rc0.5.7-api.1

Bump rewards canister

v1.5.1

12 Jun 11:28
3bdd378

Choose a tag to compare

Changes

Read more

v1.5.0

02 Jun 15:34
b428147

Choose a tag to compare

Changes

Read more

v1.4.9

27 May 11:23
abae387

Choose a tag to compare

Changes

v1.4.8

23 May 13:36
eb8fd9b

Choose a tag to compare

Changes

rc0.5.4

21 May 15:36
1f14c6e

Choose a tag to compare

rc0.5.4 Pre-release
Pre-release

Accept Nat instead of Nat64 for all amounts, to support tokens with an inordinate number of decimals.

v1.4.7

20 May 17:55
6283c43

Choose a tag to compare

Changes

v1.4.6

20 May 09:57
f1efeb0

Choose a tag to compare

Changes

Read more

rc0.5.3-api.1: fix(frontend): update ConvertAmountExchange skeleton logic (#6629)

15 May 09:37
90757c8

Choose a tag to compare

# Motivation

We need to hide skeleton in ConvertAmountExchange if exchange rate is
not available for a token.

# Changes

1. `ConvertAmountExchange` update - the exchange skeleton will be shown
only while `value` is not available.
2. Replaced hardcoded testIds in the related components.

# Tests

Added new tests.