Skip to content

Releases: dfinity/oisy-wallet

v0.24.1

21 Feb 09:05
Compare
Choose a tag to compare

Changes

  • No changes

v0.24.0

20 Feb 10:30
882834c
Compare
Choose a tag to compare

Changes

v0.23.1

14 Feb 13:27
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug where the swap modal could not be opened anymore after a change in the KongSwap API.

rc0.1.0-airdrop4: refactor(frontend): extract mock for authIdentity store (#4677)

13 Feb 09:59
41efa86
Compare
Choose a tag to compare
# Motivation

Since it is used a few times, we move the mock for `authIdentity` store
to a mock file.

rc0.1.0-airdrop3: refactor(frontend): use FeeContext outside of the send flow (#4662)

11 Feb 17:13
5adf7bb
Compare
Choose a tag to compare
# Motivation

To re-use FeeContext in the conversion flow, we need to pass all
required params as props instead of using the send context.

rc0.1.0-airdrop2: refactor(frontend): use FeeContext outside of the send flow (#4662)

11 Feb 09:38
5adf7bb
Compare
Choose a tag to compare
# Motivation

To re-use FeeContext in the conversion flow, we need to pass all
required params as props instead of using the send context.

v0.23.0

05 Feb 12:55
c13dd14
Compare
Choose a tag to compare

Frontend

New Features

  • The Swap process can now also be started directly from the details view of an icrc token. The currently active token will then directly be set as "PAY" token for the swap if the user has a balance larger than zero for this token. Otherwise it will be set as token to be received.
  • A token that was received in a swap and was previously disabled is now enabled automatically after the swap.

Improvements

  • Token groups with a chain-key token and a native one (e.g. ckBTC, ckUSDC, ckETH) still show both tokens when the "hide zeros" checkbox is active and at least one of the twins has a non-zero balance.
  • On PCs, the token selector modals now put the focus directly in the filter field when the modal is opened, so the user can start typing the token name or ticker directly, without having to click into the field first.
  • Manually added or enabled Solana tokens now also get persisted in the user's profile, so they get restored automatically on every device a user logs in.
  • The Swap modal now clearly shows that the transactions are executed via KongSap.
  • Updated the BTC to ckBTC conversion modal to reflect the latest design elements.

Fixes

  • Fixed a bug that could lead to an error when loading Solana transactions

Content

  • Adding WaterNeuron to the Dapps Explorer
  • Updated the visuals for the KongSwap card in the Dapps Explorer
  • Added a special golden gradient to the header of the GLDT token view

v0.22.1-0

04 Feb 10:32
15a942e
Compare
Choose a tag to compare

Changes

rc0.1.0-airdrop1: feat(frontend): Update Sns Tokens (#4582)

05 Feb 04:48
be31d29
Compare
Choose a tag to compare
Modifications have been made to the icons and metadata of the Icrc
tokens known to the Sns-Aggregator.

Co-authored-by: gix-bot <[email protected]>

v0.22.0

29 Jan 15:50
Compare
Choose a tag to compare

Frontend

New Features

  • Users can now add additional Solana tokens (SPL) to their list of tokens.

Improvements

  • The two fields to specify the Tokens to pay and receive on the in-wallet swaps form now allow to toggle between the token amount or the USD value. This allows users to swap a specific value more easily.
  • We improved the technical implementation of our in-wallet swaps to execute the more robust 2 step process (approve, swap) defined for ICRC-2 tokens.
  • Conversions from BTC to ckBTC will now show the incoming ckBTC right after the conversion has completed, without waiting until the user fetches ckBTC data by entering the token view for the ckBTC token.
  • We stabilized the ATA creation process when sending a Solana SPL token to a wallet that has no account for the sent token yet.

Fixes

  • Fixed a bug where a too low minimum gas amount lead to most transactions for one ERC20 token to fail.

Content

Tokens

  • Adding GLDT ICRC token to the list of tokens
  • Adding AAA ICRC token to the list of tokens