mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
62e0c2a592
* Fix stub creation * Generate MWEB addresses * Fix mweb address derivation * Use camel-case * Show utxos in tx list * A few fixes * Add spent processing * Update balance * Balance fixes * Update address records * Get rid of debounce hack * Get sending up to the confirmation box * Fee estimation * Stop the daemon if plugin is unloaded * Normal fee for non-mweb txns * Fix fee estimation for send all * Don't hash mweb addresses * More fee fixes * Broadcast mweb * Remove test files * One more * Confirm sent txns * Couple of fixes * Resign inputs after mweb create * Some more fixes * Update balance after sending * Correctly update address records * Update confs * [skip ci] updates * [skip ci] add dep overrides * working * small fix * merge fixes [skip ci] * merge fixes [skip ci] * [skip ci] minor fixes * silent payment fixes [skip ci] * updates [skip ci] * save [skip ci] * use mwebutxos box * [skip ci] lots of fixes, still testing * add rescan from height feature and test workflow build * install go * use sudo * correct package name * move building mweb higher for faster testing * install fixes * install later version of go * go fixes * testing * testing * testing * testing * testing * should workgit add .github/workflows/pr_test_build.yml * ??? * ??? pt.2 * should work, for real this time * fix tx history not persisting + update build_mwebd script * updates * fix some rescan and address gen issues * save [skip ci] * fix unconfirmed balance not updating when receiving * unspent coins / coin control fixes * coin control fixes * address balance and txCount fixes, try/catch electrum call * fix txCount for addresses * save [skip ci] * potential fixes * minor fix * minor fix - 2 * sync status fixes, potential fix for background state issue * workflow and script updates * updates * expirimental optimization * [skip ci] minor enhancements * workflow and script fixes * workflow minor cleanup [skip ci] * minor code cleanup & friendlier error message on failed tx's * balance when sending fix * experimental * more experiments * save * updates * coin control edge cases * remove neutrino.db if no litecoin wallets left after deleting * update translations * updates * minor fix * [skip ci] update translations + minor fixes * state fixes * configure fix * ui updates * translation fixes * [skip ci] addressbook updates * fix popup * fix popup2 * fix litecoin address book * fix ios mwebd build script * fix for building monero.com * minor fix * uncomment fix for state issues * potential mweb sync fix (ios) * remove print [skip ci] * electrum stream potential fix * fix ios build issues [skip ci] * connection reliability updates, update kotlin code to match swift code, minor electrum error handling * dep fixes * minor fix * more merge fixes * bitcoin_flutter removal fixes * [skip ci] fix always scan setting, swift updates * updates * fixes * small fix * small fix * fix * dart:convert != package:convert * change address fixes * update bitcoin_base to fix mweb address program checking * fix ios xcode project [skip ci] * updates * more fixes * more fixes * ensure we don't initialize mweb until we really have to * fix regression * improve mweb reliability * [skip ci] wip adress generation * wip * wip * [skip ci] wip * updates [skip ci] * ios fixes * fix workflows + ios fix * test old mweb version * update go version and mwebd hash * review updates pt.1 * Update cw_bitcoin/lib/litecoin_wallet.dart Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com> * remove non-litecoin address types regex [skip ci] * more minor fixes * remove duplicate [skip ci] * Update lib/store/settings_store.dart Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com> * script updates, swap params on createLitecoinWalletService * topup fix * [skip ci] wip * [skip ci] testing * [skip ci] file didn't get saved * more address generation reliability fixes * [skip ci] minor * minor code cleanup * hopefully prevents send issue * [skip ci] wip address changes * [skip ci] save * save mweb addresses, auto-restart sync process if it gets stuck [skip ci] * address generation issues mostly resolved * more performance fixes * [skip ci] * this should maybe be refactored, pt.1 * separate mweb balances, pt.2 * [skip ci] save * add translations [skip ci] * fix sending with mweb amounts * works for simple mweb-mweb case, further testing needed * found an edge case * [skip ci] make failed broadcast error message less serious * minor * capture all grpc errors and much better error handling overall * [skip ci] minor * prevent transactions with < 6 confirmations from being used + hide mweb balances if mweb is off * fix * merge fixes pt.1 [skip ci] * fix mweb tags * fix * [skip ci] fix tag spacing * fix transaction history not showing up * fix mweb crash on non-fully deleted mweb cache, sync status ETA, other connection fixes * [skip ci] minor code cleanup * [skip ci] minor code cleanup * additional cleanup * silent payments eta fixes and updates * revert sync eta changes into separate pr * [skip ci] minor * [skip ci] minor * revert sync status title * review fixes, additional cleanup * [skip ci] minor * [skip ci] minor * [skip ci] minor * trigger build * review fixes, pt.2 * check if still processing utxos before updating sync status [skip ci] * [skip ci] minor * balance fix * minor * minor * [skip ci] minor * [skip ci] fix test net btc * don't use mwebd for non-mweb tx's * [skip ci] minor cleanup * don't show all 1000+ mweb addresses on receive page * minor cleanup + additional logging --------- Co-authored-by: Hector Chu <hectorchu@gmail.com> Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com> Co-authored-by: Czarek Nakamoto <cyjan@mrcyjanek.net>
180 lines
4.4 KiB
YAML
180 lines
4.4 KiB
YAML
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
intl: ^0.18.0
|
|
url_launcher: ^6.1.4
|
|
qr_flutter:
|
|
git:
|
|
url: https://github.com/cake-tech/qr.flutter.git
|
|
ref: cake-4.0.2
|
|
version: 4.0.2
|
|
shared_preferences: ^2.0.15
|
|
# provider: ^6.0.3
|
|
rxdart: ^0.27.4
|
|
yaml: ^3.1.1
|
|
#barcode_scan: any
|
|
barcode_scan2: ^4.2.1
|
|
http: ^1.1.0
|
|
path_provider: ^2.0.11
|
|
mobx: ^2.1.4
|
|
flutter_mobx: ^2.0.6+5
|
|
flutter_slidable: ^3.0.1
|
|
share_plus: ^10.0.0
|
|
# date_range_picker: ^1.0.6
|
|
#https://api.flutter.dev/flutter/material/showDateRangePicker.html
|
|
dio: ^4.0.6
|
|
hive: ^2.2.3
|
|
hive_flutter: ^1.1.0
|
|
local_auth_android: 1.0.21
|
|
flutter_local_authentication:
|
|
git:
|
|
url: https://github.com/cake-tech/flutter_local_authentication
|
|
package_info_plus: ^8.0.1
|
|
devicelocale:
|
|
git:
|
|
url: https://github.com/cake-tech/flutter-devicelocale
|
|
auto_size_text: ^3.0.0
|
|
dotted_border: ^2.0.0+2
|
|
smooth_page_indicator: ^1.0.0+2
|
|
flutter_inappwebview: ^6.0.0
|
|
flutter_spinkit: ^5.1.0
|
|
uni_links: ^0.5.1
|
|
lottie: ^1.3.0
|
|
animate_do: ^2.1.0
|
|
cupertino_icons: ^1.0.5
|
|
encrypt: 5.0.2
|
|
crypto: ^3.0.2
|
|
# password: ^1.0.0
|
|
basic_utils: ^5.6.1
|
|
get_it: ^7.2.0
|
|
# connectivity: ^3.0.3
|
|
connectivity_plus: ^5.0.2
|
|
keyboard_actions: ^4.0.1
|
|
another_flushbar: ^1.12.29
|
|
archive: ^3.3.0
|
|
cryptography: ^2.0.5
|
|
file_picker:
|
|
git:
|
|
url: https://github.com/cake-tech/flutter_file_picker.git
|
|
ref: master
|
|
permission_handler: ^10.0.0
|
|
device_display_brightness:
|
|
git:
|
|
url: https://github.com/cake-tech/device_display_brightness.git
|
|
ref: master
|
|
workmanager: ^0.5.1
|
|
wakelock_plus: ^1.2.5
|
|
flutter_mailer: ^2.0.2
|
|
device_info_plus: ^9.1.0
|
|
base32: 2.1.3
|
|
in_app_review: ^2.0.6
|
|
cake_backup:
|
|
git:
|
|
url: https://github.com/cake-tech/cake_backup.git
|
|
ref: main
|
|
version: 1.0.0
|
|
flutter_plugin_android_lifecycle: 2.0.9
|
|
path_provider_android: ^2.2.1
|
|
shared_preferences_android: 2.0.17
|
|
url_launcher_android: 6.0.24
|
|
url_launcher_linux: 3.1.1 # https://github.com/flutter/flutter/issues/153083
|
|
sensitive_clipboard: ^1.0.0
|
|
walletconnect_flutter_v2: ^2.1.4
|
|
eth_sig_util: ^0.0.9
|
|
ens_dart:
|
|
git:
|
|
url: https://github.com/cake-tech/ens_dart.git
|
|
ref: main
|
|
fluttertoast: 8.1.4
|
|
# tor:
|
|
# git:
|
|
# url: https://github.com/cake-tech/tor.git
|
|
# ref: main
|
|
socks5_proxy: ^1.0.4
|
|
flutter_svg: ^2.0.9
|
|
polyseed: ^0.0.6
|
|
nostr_tools: ^1.0.9
|
|
solana: ^0.30.1
|
|
ledger_flutter: ^1.0.1
|
|
hashlib: ^1.19.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
integration_test:
|
|
sdk: flutter
|
|
mocktail: ^1.0.4
|
|
build_runner: ^2.3.3
|
|
logging: ^1.2.0
|
|
mobx_codegen: ^2.1.1
|
|
build_resolvers: ^2.0.9
|
|
hive_generator: ^2.0.1
|
|
# flutter_launcher_icons: ^0.11.0
|
|
# check flutter_launcher_icons for usage
|
|
pedantic: ^1.8.0
|
|
# replace https://github.com/dart-lang/lints#migrating-from-packagepedantic
|
|
translator:
|
|
git:
|
|
url: https://github.com/cake-tech/google-translator.git
|
|
version: 1.0.0
|
|
archive: ^3.6.1
|
|
|
|
dependency_overrides:
|
|
bech32:
|
|
git:
|
|
url: https://github.com/cake-tech/bech32.git
|
|
ledger_flutter:
|
|
git:
|
|
url: https://github.com/cake-tech/ledger-flutter.git
|
|
ref: cake-v3
|
|
web3dart:
|
|
git:
|
|
url: https://github.com/cake-tech/web3dart.git
|
|
ref: cake
|
|
flutter_secure_storage_platform_interface: 1.0.2
|
|
protobuf: ^3.1.0
|
|
bitcoin_base:
|
|
git:
|
|
url: https://github.com/cake-tech/bitcoin_base
|
|
ref: cake-update-v8
|
|
ffi: 2.1.0
|
|
|
|
flutter_icons:
|
|
image_path: "assets/images/app_logo.png"
|
|
android: true
|
|
ios: true
|
|
macos:
|
|
generate: true
|
|
image_path: "assets/images/app_logo.png"
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- assets/images/
|
|
- assets/images/flags/
|
|
- assets/node_list.yml
|
|
- assets/haven_node_list.yml
|
|
- assets/bitcoin_electrum_server_list.yml
|
|
- assets/litecoin_electrum_server_list.yml
|
|
- assets/ethereum_server_list.yml
|
|
- assets/bitcoin_cash_electrum_server_list.yml
|
|
- assets/nano_node_list.yml
|
|
- assets/nano_pow_node_list.yml
|
|
- assets/polygon_node_list.yml
|
|
- assets/solana_node_list.yml
|
|
- assets/tron_node_list.yml
|
|
- assets/wownero_node_list.yml
|
|
- assets/text/
|
|
- assets/faq/
|
|
- assets/animation/
|
|
|
|
fonts:
|
|
- family: Lato
|
|
fonts:
|
|
- asset: assets/fonts/Lato-Regular.ttf
|
|
- asset: assets/fonts/Lato-Medium.ttf
|
|
- asset: assets/fonts/Lato-Semibold.ttf
|
|
- asset: assets/fonts/Lato-Bold.ttf
|