CW-843: Enhance Wallet Groups Implementation (#2045)

* feat: Enhance Wallet Groups Implementation by using hashedIdentifiers instead of parentAddresses

* fix: Call updateWalletGroups even if group has an hash identifier

* feat: Add secrets to workflow

* feat: Enhance Wallet Groups Implementation by using hashedIdentifiers instead of parentAddresses

* Handle wallet grouping edgecase where wallet is restored via non seed medium

* fix: Valid wallet/wallet groups not showing up when choosing wallet/groups for creating new wallets
This commit is contained in:
David Adegoke 2025-03-06 01:25:38 +01:00 committed by GitHub
parent e596c19b40
commit 09f20b2a7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 181 additions and 123 deletions

View file

@ -11,7 +11,6 @@ class CWPolygon extends Polygon {
WalletCredentials createPolygonNewWalletCredentials({
required String name,
String? mnemonic,
String? parentAddress,
WalletInfo? walletInfo,
String? password,
String? passphrase,
@ -21,7 +20,6 @@ class CWPolygon extends Polygon {
walletInfo: walletInfo,
password: password,
mnemonic: mnemonic,
parentAddress: parentAddress,
passphrase: passphrase,
);