Skip to content

Commit a156253

Browse files
Merge pull request #1210 from cypherstack/staging
Release v2.4.0
2 parents 3c48772 + b97aad3 commit a156253

File tree

435 files changed

+65607
-57498
lines changed

Some content is hidden

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

435 files changed

+65607
-57498
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,13 @@ crypto_plugins/cs_monero/built_outputs
112112
crypto_plugins/cs_monero/build
113113
crypto_plugins/*.diff
114114
/devtools_options.yaml
115+
116+
# generated interfaces
117+
lib/wl_gen/generated/
118+
119+
# normally these aren't ignored but WL changes them...
120+
/linux/flutter/generated_plugin_registrant.cc
121+
/windows/flutter/generated_plugin_registrant.cc
122+
/linux/flutter/generated_plugins.cmake
123+
/windows/flutter/generated_plugins.cmake
124+
/macos/Flutter/GeneratedPluginRegistrant.swift

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "crypto_plugins/frostdart"]
55
path = crypto_plugins/frostdart
66
url = https://github.com/cypherstack/frostdart
7+
[submodule "crypto_plugins/flutter_libmwc"]
8+
path = crypto_plugins/flutter_libmwc
9+
url = https://github.com/cypherstack/flutter_libmwc

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,32 @@ Stack Wallet is a fully open source cryptocurrency wallet. With an easy to use u
1010
## Feature List
1111

1212
Highlights include:
13-
- 11 Different cryptocurrencies:
13+
- 23 Different cryptocurrencies:
1414
- [Bitcoin](https://bitcoin.org/en/)
15+
- Bitcoin Frost
1516
- [Bitcoin Cash](https://bch.info/en/)
17+
- [Banano](https://banano.cc/)
18+
- [Cardano](https://cardano.org/)
19+
- [Dash](https://www.dash.org/)
1620
- [Dogecoin](https://dogecoin.com/)
1721
- [Epic Cash](https://linktr.ee/epiccash)
22+
- [MimbleWimbleCoin](https://mwc.mw)
1823
- [Ethereum](https://ethereum.org/en/)
24+
- [Ecash](https://e.cash/)
25+
- [Fact0rn](https://www.fact0rn.io/)
1926
- [Firo](https://firo.org/)
2027
- [Litecoin](https://litecoin.org/)
2128
- [Monero](https://www.getmonero.org/)
29+
- [Nano](https://nano.org/)
2230
- [Namecoin](https://www.namecoin.org/)
2331
- [Particl](https://particl.io/)
32+
- [Peercoin](https://www.peercoin.net/)
33+
- [Salvium](https://salvium.io/)
34+
- [Solana](https://solana.com/)
35+
- [Stellar](https://stellar.org/)
36+
- [Tezos](https://tezos.com/)
2437
- [Wownero](https://wownero.org/)
38+
- [Xelis](https://xelis.org/)
2539
- All private keys and seeds stay on device and are never shared.
2640
- Easy backup and restore feature to save all the information that's important to you.
2741
- Trading cryptocurrencies through our partners.
@@ -31,8 +45,6 @@ Highlights include:
3145
- Open source software.
3246
- No ads.
3347

34-
> You can find the roadmap [here](docs/roadmap.md).
35-
3648
## Building
3749

3850
You can look at the [build instructions](docs/building.md) for more details.

analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ analyzer:
1818
- "crypto_plugins/**"
1919
- "bin/cache/**"
2020
- "lib/generated_plugin_registrant.dart"
21+
- "lib/wl_gen/generated/**"
22+
- '**/*.template.dart'
2123

2224
# For more information see:
2325
# https://dart.dev/guides/language/analysis-options#enabling-additional-type-checks

android/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ gradle-wrapper.jar
77
/key.properties
88
app/upload-keystore-campfire.jks
99
app/upload-keystore-stackwallet.jks
10-
GeneratedPluginRegistrant.java
10+
GeneratedPluginRegistrant.java
11+
/.kotlin/

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version '8.7.0' apply false
22-
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
22+
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
2323
}
2424

2525
include ":app"

crypto_plugins/flutter_libmwc

Submodule flutter_libmwc added at 9df2771

docs/roadmap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)