Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reinstate Liquid #1

Draft
wants to merge 2 commits into
base: v4
Choose a base branch
from
Draft

Conversation

HashMapsData2Value
Copy link
Collaborator

@HashMapsData2Value HashMapsData2Value commented Jan 23, 2025

Since we failed to upgrade liquid-auth-use-wallet-client from AlgoSDK v2.9.0 to v3 in time, Doug had the Liquid wallet temporarily removed from inclusion into Use-Wallet v4.

This is the revert PR: TxnLab#337
This PR reverts the revert, while adjusting to changes to happened in the meantime (removal of networks).

Due to issues I encountered with pnpm on my computer, I switched to using my own fork of liquid-auth-use-wallet. On it I merged Algosdk v3.1 and pushed version 1.1.0 to NPM, and then used that as an import.

Turns out, the only thing I really had to do was update the test. The src code itself was already AlgoSDK v3 proof. A small worry I had had (and admittedly the reason for not just taking a quick look at this earlier) was that there would be an issue with the Android client demo app itself, but I found through testing with this branch that it worked as normal. I leave it to the reviewer to double check that however.

To test:

  1. build the packages/use-wallet folder
  2. build examples/vanilla-ts
  3. cd into the liquid auth backend example and do docker-compose up -d
  4. access ngrok page and test with Liquid Auth Android

TODO:

  1. Once the reviewer has tested that this branch works as normal, we can go ahead and ensure the following PR feat: upgrade to algosdk v3 liquid-auth-use-wallet-client#10 gets approved and merged.
  2. Replace hmd2v-fork-liquid-auth-use-wallet-client with @algorandfoundation/liquid-auth-use-wallet-client

@HashMapsData2Value HashMapsData2Value marked this pull request as draft January 23, 2025 08:21
chore: prettier

chore: fix test

chore: prettier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant