Skip to content

Support Groupless Address #235

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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Support Groupless Address #235

wants to merge 16 commits into from

Conversation

h0ngcha0
Copy link
Member

@h0ngcha0 h0ngcha0 commented Feb 17, 2025

Support for Groupless Address

image image

image image

@h0ngcha0 h0ngcha0 changed the base branch from chained-txs to master March 26, 2025 19:15
@@ -113,3 +117,9 @@ export class LedgerAlephium extends AccountDiscovery {
return newDiscoveredAccounts
}
}

const checkKeyType = (keyType: string) => {
if (keyType !== "default") {
Copy link
Member

Choose a reason for hiding this comment

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

It seems we can support the gl-secp256k1 key type in the ledger wallet. I'll test it and create a new PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

Nice, thanks 👍

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.

2 participants