From 359f5b94930edb732696076319b953a2f5f5bf14 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 1 Apr 2022 17:49:48 -0300 Subject: [PATCH] Add MnemonicSwift repo, remove unused repos This commit removes the repos `zcash-ios-wallet` and `zcash-android-wallet` since the are not being actively developed and are on maintenance only. It also adds MnemonicSwift which is a library the wallet team maintains actively. --- zcash-issue-dag.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zcash-issue-dag.py b/zcash-issue-dag.py index 27d13354..749e60b0 100755 --- a/zcash-issue-dag.py +++ b/zcash-issue-dag.py @@ -43,10 +43,9 @@ WALLET_REPOS = { 151763639: ('zcash', 'zcash-android-wallet-sdk'), 159714694: ('zcash', 'lightwalletd'), 185480114: ('zcash', 'ZcashLightClientKit'), - 223814143: ('zcash', 'zcash-android-wallet'), - 225922879: ('zcash', 'zcash-ios-wallet'), 387551125: ('zcash', 'secant-ios-wallet'), 390808594: ('zcash', 'secant-android-wallet'), + 270825987: ('zcash-hackworks', 'MnemonicSwift'), 439137887: ('zcash-hackworks', 'zcash-light-client-ffi'), }