Skip to content

Commit 3c48772

Browse files
authored
Merge pull request #1174 from cypherstack/staging
Staging
2 parents c7d41d6 + f7b79fe commit 3c48772

File tree

450 files changed

+55566
-49703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+55566
-49703
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
sudo apt clean
2626
sudo apt update
2727
sudo apt install -y unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev llvm debhelper libclang-dev opencl-headers libssl-dev ocl-icd-opencl-dev libc6-dev-i386
28-
- name: Build Lelantus
29-
run: |
30-
cd crypto_plugins/flutter_liblelantus/scripts/linux/
31-
./build_all.sh
32-
- name: Build Monero
33-
run: |
34-
cd crypto_plugins/flutter_libmonero/scripts/linux/
35-
./build_monero_all.sh
3628
- name: Build Epic Cash
3729
run: |
3830
cd crypto_plugins/flutter_libepiccash/scripts/linux/

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ scripts/**/build
6363
/lib/external_api_keys.dart
6464

6565
libepic_cash_wallet.dll
66-
libmobileliblelantus.dll
6766
libtor_ffi.dll
6867
flutter_libsparkmobile.dll
6968
secp256k1.dll
@@ -112,3 +111,4 @@ scripts/linux/build/libsecret/subprojects/gi-docgen/.meson-subproject-wrap-hash.
112111
crypto_plugins/cs_monero/built_outputs
113112
crypto_plugins/cs_monero/build
114113
crypto_plugins/*.diff
114+
/devtools_options.yaml

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "crypto_plugins/flutter_libepiccash"]
22
path = crypto_plugins/flutter_libepiccash
33
url = https://github.com/cypherstack/flutter_libepiccash.git
4-
[submodule "crypto_plugins/flutter_liblelantus"]
5-
path = crypto_plugins/flutter_liblelantus
6-
url = https://github.com/cypherstack/flutter_liblelantus.git
74
[submodule "crypto_plugins/frostdart"]
85
path = crypto_plugins/frostdart
96
url = https://github.com/cypherstack/frostdart

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ linter:
9292
constant_identifier_names: false
9393
prefer_final_locals: true
9494
prefer_final_in_for_each: true
95-
require_trailing_commas: true
95+
# require_trailing_commas: true // causes issues with dart 3.7
9696
# avoid_print: false # Uncomment to disable the `avoid_print` rule
9797
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
9898

-269 KB
Binary file not shown.
-267 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
light/
2+
dark/
-269 KB
Binary file not shown.
-267 KB
Binary file not shown.

asset_sources/svg/campfire/socials/twitter-brands.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)