mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
d1870ba8b8
* chore: Initial setup for Tron Wallet * feat: Create Tron Wallet base flow implemented, keys, address, receive, restore and proxy classes all setup * feat: Display seed and key within the app * feat: Activate restore from key and seed for Tron wallet * feat: Add icon for tron wallet in wallet listing page * feat: Activate display of receive address for tron * feat: Fetch and display tron balance, sending transaction flow setup, fee limit calculation setup * feat: Implement sending of native tron, setup sending of trc20 tokens * chore: Rename function * Delete lib/tron/tron.dart * feat: Activate exchange for tron and its tokens, implement balance display for trc20 tokens and setup secrets configuration for tron * feat: Implement tron token management, add, remove, delete, and get tokens in home settings view, also minor cleanup * feat: Activate buy and sell for tron * feat: Implement restore from QR, transactions history listing for both native transactions and trc20 transactions * feat: Activate send all and do some minor cleanups * chore: Fix some lint infos and warnings * chore: Adjust configurations * ci: Modify CI to create and add secrets for node * fix: Fixes made while self reviewing the PR for this feature * feat: Add guide for adding new wallet types, and add fixes to requested changes * fix: Handle exceptions gracefully * fix: Alternative for trc20 estimated fee * fix: Fixes to display of amount and fee, removing clashes * fix: Fee calculation WIP * fix: Fix issue with handling of send all flow and display of amount and fee values before broadcasting transaction * fix: PR review fixes and fix merge conflicts * fix: Modify fetching assetOfTransaction [skip ci] * fix: Move tron settings migration to 33
166 lines
3.7 KiB
Text
166 lines
3.7 KiB
Text
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
.fvm/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# The .vscode folder contains launch configuration and tasks you configure in
|
|
# VS Code which you may wish to be included in version control, so this line
|
|
# is commented out by default.
|
|
.vscode/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
.flutter-plugins-dependencies
|
|
|
|
# Android related
|
|
**/android/**/gradle-wrapper.jar
|
|
**/android/.gradle
|
|
**/android/captures/
|
|
**/android/gradlew
|
|
**/android/gradlew.bat
|
|
**/android/local.properties
|
|
**/android/**/GeneratedPluginRegistrant.java
|
|
|
|
# iOS/XCode related
|
|
**/ios/**/*.mode1v3
|
|
**/ios/**/*.mode2v3
|
|
**/ios/**/*.moved-aside
|
|
**/ios/**/*.pbxuser
|
|
**/ios/**/*.perspectivev3
|
|
**/ios/**/*sync/
|
|
**/ios/**/.sconsign.dblite
|
|
**/ios/**/.tags*
|
|
**/ios/**/.vagrant/
|
|
**/ios/**/DerivedData/
|
|
**/ios/**/Icon?
|
|
**/ios/**/Pods/
|
|
**/ios/**/.symlinks/
|
|
**/ios/**/profile
|
|
**/ios/**/xcuserdata
|
|
**/ios/.generated/
|
|
**/ios/Flutter/App.framework
|
|
**/ios/Flutter/Flutter.framework
|
|
**/ios/Flutter/Generated.xcconfig
|
|
**/ios/Flutter/app.flx
|
|
**/ios/Flutter/app.zip
|
|
**/ios/Flutter/flutter_assets/
|
|
**/ios/ServiceDefinitions.json
|
|
**/ios/Runner/GeneratedPluginRegistrant.*
|
|
**/ios/Flutter/flutter_export_environment.sh
|
|
|
|
# Exceptions to above rules.
|
|
!**/ios/**/default.mode1v3
|
|
!**/ios/**/default.mode2v3
|
|
!**/ios/**/default.pbxuser
|
|
!**/ios/**/default.perspectivev3
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
|
|
|
|
# External libs
|
|
monero_android/
|
|
android/app/.externalNativeBuild/
|
|
cw_monero/ios/External/
|
|
cw_monero/cw_monero/android/.externalNativeBuild/
|
|
cw_monero/cw_monero/android/.cxx/
|
|
|
|
# Generated dart files
|
|
**/*.g.dart
|
|
|
|
android/key.properties
|
|
android/app/key.jks
|
|
|
|
**/tool/.secrets-prod.json
|
|
**/tool/.secrets-test.json
|
|
**/tool/.secrets-config.json
|
|
**/tool/.evm-secrets-config.json
|
|
**/tool/.ethereum-secrets-config.json
|
|
**/tool/.solana-secrets-config.json
|
|
**/tool/.tron-secrets-config.json
|
|
**/lib/.secrets.g.dart
|
|
**/cw_evm/lib/.secrets.g.dart
|
|
**/cw_solana/lib/.secrets.g.dart
|
|
**/cw_tron/lib/.secrets.g.dart
|
|
|
|
vendor/
|
|
|
|
android/app/.cxx/**
|
|
ios/Flutter/.last_build_id
|
|
/lib/generated/**
|
|
#**#
|
|
/**/#**#
|
|
|
|
**/google-services.json
|
|
**/GoogleService-Info.plist
|
|
|
|
|
|
\#*\#
|
|
.\#*
|
|
|
|
ios/build
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
shared_external/**
|
|
cw_shared_external/ios/External/
|
|
# cw_haven/**
|
|
cw_haven/ios/External/
|
|
cw_haven/android/.externalNativeBuild/
|
|
cw_haven/android/.cxx/
|
|
|
|
lib/bitcoin/bitcoin.dart
|
|
lib/monero/monero.dart
|
|
lib/haven/haven.dart
|
|
lib/ethereum/ethereum.dart
|
|
lib/bitcoin_cash/bitcoin_cash.dart
|
|
lib/nano/nano.dart
|
|
lib/polygon/polygon.dart
|
|
lib/solana/solana.dart
|
|
lib/tron/tron.dart
|
|
|
|
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_180.png
|
|
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_120.png
|
|
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
|
|
ios/Runner/Info.plist
|
|
android/app/src/main/res/mipmap-*
|
|
android/app/src/main/res/drawable/ic_launcher.png
|
|
!android/app/src/main/res/drawable/launch_background.xml
|
|
!android/app/src/main/res/values/styles.xml
|
|
assets/images/app_logo.png
|
|
|
|
/pubspec.yaml
|
|
/pubspec.lock
|
|
/android/app.properties
|
|
/android/app/src/main/AndroidManifest.xml
|
|
|
|
|
|
macos/Runner/Info.plist
|
|
macos/Runner/DebugProfile.entitlements
|
|
macos/Runner/Release.entitlements
|
|
|
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png
|
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png
|
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png
|
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png
|
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png
|
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png
|
|
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
|
|
macos/Runner/Configs/AppInfo.xcconfig
|