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: moves AlgoSDK ENG-366 #8

Merged
merged 3 commits into from
May 22, 2024
Merged

Conversation

HashMapsData2Value
Copy link
Contributor

Since we don't want to use AlgoSDK but presumably still to be able to pass in a mnemonic this replaces it with Bip39, the same as the one we have in our ARC-52 Bip32-Ed25519-Kotlin library.

Note that Bip39 is typically used with 24 words and so providing 25 words, or any mnemonic phrase that does not validate (against the checksum), will fail.

Note also that it is the mnemonics entropy is used as an input into FixedSecureRandom, it is not the seed.

@HashMapsData2Value HashMapsData2Value changed the title fix: replaces AlgoSDK with Bip39 library draft: fix: replaces AlgoSDK with Bip39 library May 22, 2024
@HashMapsData2Value HashMapsData2Value changed the title draft: fix: replaces AlgoSDK with Bip39 library draft: fix: replaces AlgoSDK with Bip39 library ENG-366 May 22, 2024
@HashMapsData2Value HashMapsData2Value changed the title draft: fix: replaces AlgoSDK with Bip39 library ENG-366 draft: fix: moves AlgoSDK ENG-366 May 22, 2024
Copy link
Member

@PhearZero PhearZero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PhearZero PhearZero added the task label May 22, 2024
@HashMapsData2Value HashMapsData2Value merged commit 8e82634 into develop May 22, 2024
1 check passed
@HashMapsData2Value HashMapsData2Value changed the title draft: fix: moves AlgoSDK ENG-366 fix: moves AlgoSDK ENG-366 May 22, 2024
HashMapsData2Value added a commit that referenced this pull request May 22, 2024
* fix: replaces AlgoSDK with Bip39 library

* Revert "fix: replaces AlgoSDK with Bip39 library"

This reverts commit 4491505.

* fix: move AlgoSDK dependent components over into Demo
github-actions bot pushed a commit to PhearZero/liquid-auth-android that referenced this pull request May 29, 2024
# 1.0.0-beta.1 (2024-05-29)

### Bug Fixes

* moves AlgoSDK ENG-366 ([algorandfoundation#8](https://github.com/PhearZero/liquid-auth-android/issues/8)) ([c162474](c162474))
* signaling event names ([cf5e5e9](cf5e5e9))

### Features

* add answer client and offer activity ([2538e53](2538e53))
* add credential provider service and activities ([35ebb37](35ebb37))
* add credential provider service and activities ([819759f](819759f))
* add datachannel message types ([6af393a](6af393a))
* add fido2 package ([c12fb0f](c12fb0f))
* add logo to qr-code ([49602bb](49602bb))
* handle FIDO intent ([e8a35ad](e8a35ad))
* handle FIDO intent ([8aedb03](8aedb03))
* initialize and add verify package ([4658456](4658456))
* liquid deep-links ([354ee32](354ee32))
* liquid uri schema support ([61b175f](61b175f))
* webrtc signalling ([cda74a6](cda74a6))
github-actions bot pushed a commit to PhearZero/liquid-auth-android that referenced this pull request May 29, 2024
# 1.0.0 (2024-05-29)

### Bug Fixes

* moves AlgoSDK ENG-366 ([algorandfoundation#8](https://github.com/PhearZero/liquid-auth-android/issues/8)) ([c162474](c162474))
* signaling event names ([cf5e5e9](cf5e5e9))

### Features

* add answer client and offer activity ([2538e53](2538e53))
* add credential provider service and activities ([35ebb37](35ebb37))
* add credential provider service and activities ([819759f](819759f))
* add datachannel message types ([6af393a](6af393a))
* add fido2 package ([c12fb0f](c12fb0f))
* add logo to qr-code ([49602bb](49602bb))
* handle FIDO intent ([e8a35ad](e8a35ad))
* handle FIDO intent ([8aedb03](8aedb03))
* initialize and add verify package ([4658456](4658456))
* liquid deep-links ([354ee32](354ee32))
* liquid uri schema support ([61b175f](61b175f))
* webrtc signalling ([cda74a6](cda74a6))
github-actions bot pushed a commit that referenced this pull request Jun 19, 2024
# 1.0.0-canary.1 (2024-06-19)

### Bug Fixes

* **demo:** add all trusted browsers ([a98cfe3](a98cfe3))
* moves AlgoSDK ENG-366 ([#8](#8)) ([c162474](c162474))
* signaling event names ([cf5e5e9](cf5e5e9))
* **SignalService:** consolidate notifications ([83a0359](83a0359))

### Features

* add answer client and offer activity ([2538e53](2538e53))
* add credential provider service and activities ([35ebb37](35ebb37))
* add credential provider service and activities ([819759f](819759f))
* add datachannel message types ([6af393a](6af393a))
* add fido2 package ([c12fb0f](c12fb0f))
* add logo to qr-code ([49602bb](49602bb))
* handle FIDO intent ([e8a35ad](e8a35ad))
* handle FIDO intent ([8aedb03](8aedb03))
* initialize and add verify package ([4658456](4658456))
* liquid deep-links ([354ee32](354ee32))
* liquid uri schema support ([61b175f](61b175f))
* **SignalClient:** allow color configuration for qrCode ([fa2c479](fa2c479))
* **SignalClient:** pass in iceServers as an optional parameter to the peer method ([6082fda](6082fda))
* **SignalService:** SignalService ([06949ad](06949ad))
* webrtc signalling ([cda74a6](cda74a6))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants