Skip to content

Commit 8d08da5

Browse files
committed
feat: zkool2
1 parent 491a692 commit 8d08da5

23 files changed

Lines changed: 1579 additions & 1457 deletions

.github/workflows/pr_test_build_linux.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,6 @@ jobs:
151151
- name: Generate localization
152152
run: |
153153
dart run tool/generate_localization.dart
154-
- name: Workaround zcash
155-
run: |
156-
mkdir -p scripts/zcash_lib/assets/
157-
touch scripts/zcash_lib/assets/sapling-spend.params
158-
touch scripts/zcash_lib/assets/sapling-output.params
159154
- name: Build linux
160155
run: |
161156
flutter build linux --dart-define=hasDevOptions=true --release

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,5 @@ scripts/zcash_lib
223223
scripts/android/yttrium
224224
scripts/bitbox_flutter
225225
scripts/reown_flutter
226+
227+
android/.kotlin

assets/zcash_node_list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
is_default: false
33
useSSL: true
44
isEnabledForAutoSwitching: true
5-
- uri: zec-node.cakewallet.com:443
5+
- uri: zec.rocks:443
66
is_default: true
77
useSSL: true
88
isEnabledForAutoSwitching: true

0 commit comments

Comments
 (0)