2020-01-04 19:31:25 +00:00
|
|
|
# Miscellaneous
|
|
|
|
*.class
|
|
|
|
*.log
|
|
|
|
*.pyc
|
|
|
|
*.swp
|
|
|
|
.DS_Store
|
|
|
|
.atom/
|
|
|
|
.buildlog/
|
|
|
|
.history
|
|
|
|
.svn/
|
2023-08-04 13:49:26 +00:00
|
|
|
.fvm/
|
2020-01-04 19:31:25 +00:00
|
|
|
|
|
|
|
# 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
|
2024-02-23 17:09:24 +00:00
|
|
|
android/app/key.jks
|
2020-01-04 19:31:25 +00:00
|
|
|
|
|
|
|
**/tool/.secrets-prod.json
|
2021-03-24 10:10:18 +00:00
|
|
|
**/tool/.secrets-test.json
|
2021-03-16 13:20:46 +00:00
|
|
|
**/tool/.secrets-config.json
|
CW-551-Refactor-EVM-Chains (#1256)
* feat: Create central package for EVM chains
* chore: Cleanup pubspec and add core evm dependencies
* feat: Replicated core evm chain files, time to start fixing the issues
* feat: Setup evm central package to handle all evm chains
* feat: Link up Polygon and Ethereum wallets to the centra evm package, fix bugs and issues, and optimze for better performance
* feat: Setup and adjust configs to reflect new evm configurations
* Remove unneeded file
* fix: Changes done while re-reviewing entire structure and refactor
* fix: Add evm chain wallet path to imports in configure file
* feat: Adjust implementation of parent class, remove unneeded files, remove windows, linux and mac directories, restructure the evm child classes
* fix: Make EVMChainWallet a central abstract class and adjust accordingly
* fix: Adjust transaction info, restructure EVMWalletChain to be an abstract, adjust external facing interfaces for polygon and ethereum, adjust configuration for ethereum and polygon in configure file
* fix: Testing issues
* fix: Add localization for nft tile and details page texts and add dashes for null responses
* fix: merge conflicts
* Minor fixes for building Monero.com
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-01-30 18:01:48 +00:00
|
|
|
**/tool/.evm-secrets-config.json
|
2023-08-04 17:01:49 +00:00
|
|
|
**/tool/.ethereum-secrets-config.json
|
CW-555-Add-Solana-Wallet (#1272)
* chore: Create cw_solana package and clean up files
* feat: Add Solana Wallet - Create, Restore form seed, restore from Key, Restore from QR, Send, Receive, transaction history, spl tokens
* fix: Make transactions file specific to solana only for solana transactions
* chore: Revert inject app details script
* fix: Fix issue with node and switch current node to main beta instead of testnet
* fix: Fix merge conflicts and adjust migration version
* fix: Fetch spl token error
Signed-off-by: Blazebrain <davidadegoke16@gmail.com>
* fix: Diplay and activate spl tokens bug
* fix: Review and fixes
* fix: reverted formatting for cryptocurrency class
* fix: Review comments, split sending flow into signing and sending separately, fix issues
* fix: Revert throwing unimplenented error
* chore: Fix comment
* chore: Fix comment
* fix: Errors in flow
* Update provider_types.dart [skip ci]
* fix: Issues with solana wallet
* Update solana_wallet.dart [skip ci]
* fix: Review comments
* fix: Date time config
* fix: Revert bash script for app details
* fix: Error with balance, displaying fees, fixing sent or received identifier bug, displaying token symbol with token transaction item in transactions list
* fix: Issues with address validation when sending spl tokens and walletconnect initial setup
* fix: Issues with sending, fetching transactions history, almost wrapping up walletconnect
* fix: Adjust imports that would affect monerocom building successfully
* fix: Refine transaction direction and continue work on walletconnect
* feat: Display SPL token transfers in the transaction history and finally settle the transaction direction
* fix: Delay in transactions history dispaly, show native token transactions first, then process spl token transactions
* feat: Switch node and revert solana chain id to previous id
* fix: Remove print statement
* fix: Remove await for transactions, fetch all transaction histories instantly and adjust solana send success message
* chore: Code refactoring and streamlined wallet type check for solana send success message
* fix: Make timeout error for node silent and add spl token images
---------
Signed-off-by: Blazebrain <davidadegoke16@gmail.com>
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-02-23 13:39:19 +00:00
|
|
|
**/tool/.solana-secrets-config.json
|
2020-06-20 07:10:00 +00:00
|
|
|
**/lib/.secrets.g.dart
|
CW-551-Refactor-EVM-Chains (#1256)
* feat: Create central package for EVM chains
* chore: Cleanup pubspec and add core evm dependencies
* feat: Replicated core evm chain files, time to start fixing the issues
* feat: Setup evm central package to handle all evm chains
* feat: Link up Polygon and Ethereum wallets to the centra evm package, fix bugs and issues, and optimze for better performance
* feat: Setup and adjust configs to reflect new evm configurations
* Remove unneeded file
* fix: Changes done while re-reviewing entire structure and refactor
* fix: Add evm chain wallet path to imports in configure file
* feat: Adjust implementation of parent class, remove unneeded files, remove windows, linux and mac directories, restructure the evm child classes
* fix: Make EVMChainWallet a central abstract class and adjust accordingly
* fix: Adjust transaction info, restructure EVMWalletChain to be an abstract, adjust external facing interfaces for polygon and ethereum, adjust configuration for ethereum and polygon in configure file
* fix: Testing issues
* fix: Add localization for nft tile and details page texts and add dashes for null responses
* fix: merge conflicts
* Minor fixes for building Monero.com
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-01-30 18:01:48 +00:00
|
|
|
**/cw_evm/lib/.secrets.g.dart
|
CW-555-Add-Solana-Wallet (#1272)
* chore: Create cw_solana package and clean up files
* feat: Add Solana Wallet - Create, Restore form seed, restore from Key, Restore from QR, Send, Receive, transaction history, spl tokens
* fix: Make transactions file specific to solana only for solana transactions
* chore: Revert inject app details script
* fix: Fix issue with node and switch current node to main beta instead of testnet
* fix: Fix merge conflicts and adjust migration version
* fix: Fetch spl token error
Signed-off-by: Blazebrain <davidadegoke16@gmail.com>
* fix: Diplay and activate spl tokens bug
* fix: Review and fixes
* fix: reverted formatting for cryptocurrency class
* fix: Review comments, split sending flow into signing and sending separately, fix issues
* fix: Revert throwing unimplenented error
* chore: Fix comment
* chore: Fix comment
* fix: Errors in flow
* Update provider_types.dart [skip ci]
* fix: Issues with solana wallet
* Update solana_wallet.dart [skip ci]
* fix: Review comments
* fix: Date time config
* fix: Revert bash script for app details
* fix: Error with balance, displaying fees, fixing sent or received identifier bug, displaying token symbol with token transaction item in transactions list
* fix: Issues with address validation when sending spl tokens and walletconnect initial setup
* fix: Issues with sending, fetching transactions history, almost wrapping up walletconnect
* fix: Adjust imports that would affect monerocom building successfully
* fix: Refine transaction direction and continue work on walletconnect
* feat: Display SPL token transfers in the transaction history and finally settle the transaction direction
* fix: Delay in transactions history dispaly, show native token transactions first, then process spl token transactions
* feat: Switch node and revert solana chain id to previous id
* fix: Remove print statement
* fix: Remove await for transactions, fetch all transaction histories instantly and adjust solana send success message
* chore: Code refactoring and streamlined wallet type check for solana send success message
* fix: Make timeout error for node silent and add spl token images
---------
Signed-off-by: Blazebrain <davidadegoke16@gmail.com>
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-02-23 13:39:19 +00:00
|
|
|
**/cw_solana/lib/.secrets.g.dart
|
2020-06-20 07:10:00 +00:00
|
|
|
|
2020-08-25 16:32:40 +00:00
|
|
|
vendor/
|
|
|
|
|
|
|
|
android/app/.cxx/**
|
2020-10-19 11:20:24 +00:00
|
|
|
ios/Flutter/.last_build_id
|
2021-03-24 16:52:30 +00:00
|
|
|
/lib/generated/**
|
2021-05-07 07:36:38 +00:00
|
|
|
#**#
|
2021-06-04 15:25:17 +00:00
|
|
|
/**/#**#
|
|
|
|
|
|
|
|
**/google-services.json
|
2021-07-26 11:05:52 +00:00
|
|
|
**/GoogleService-Info.plist
|
|
|
|
|
|
|
|
|
|
|
|
\#*\#
|
2021-11-05 15:08:45 +00:00
|
|
|
.\#*
|
|
|
|
|
|
|
|
ios/build
|
|
|
|
*.sublime-workspace
|
|
|
|
*.sublime-project
|
2021-12-08 11:09:38 +00:00
|
|
|
|
|
|
|
shared_external/**
|
2022-03-30 15:57:04 +00:00
|
|
|
cw_shared_external/ios/External/
|
|
|
|
# cw_haven/**
|
|
|
|
cw_haven/ios/External/
|
|
|
|
cw_haven/android/.externalNativeBuild/
|
|
|
|
cw_haven/android/.cxx/
|
2021-12-24 12:37:24 +00:00
|
|
|
|
|
|
|
lib/bitcoin/bitcoin.dart
|
2022-01-04 17:26:02 +00:00
|
|
|
lib/monero/monero.dart
|
2022-04-07 10:51:43 +00:00
|
|
|
lib/haven/haven.dart
|
2023-08-04 17:01:49 +00:00
|
|
|
lib/ethereum/ethereum.dart
|
2023-10-12 22:50:16 +00:00
|
|
|
lib/bitcoin_cash/bitcoin_cash.dart
|
2023-10-05 01:09:07 +00:00
|
|
|
lib/nano/nano.dart
|
2023-12-02 02:26:43 +00:00
|
|
|
lib/polygon/polygon.dart
|
CW-555-Add-Solana-Wallet (#1272)
* chore: Create cw_solana package and clean up files
* feat: Add Solana Wallet - Create, Restore form seed, restore from Key, Restore from QR, Send, Receive, transaction history, spl tokens
* fix: Make transactions file specific to solana only for solana transactions
* chore: Revert inject app details script
* fix: Fix issue with node and switch current node to main beta instead of testnet
* fix: Fix merge conflicts and adjust migration version
* fix: Fetch spl token error
Signed-off-by: Blazebrain <davidadegoke16@gmail.com>
* fix: Diplay and activate spl tokens bug
* fix: Review and fixes
* fix: reverted formatting for cryptocurrency class
* fix: Review comments, split sending flow into signing and sending separately, fix issues
* fix: Revert throwing unimplenented error
* chore: Fix comment
* chore: Fix comment
* fix: Errors in flow
* Update provider_types.dart [skip ci]
* fix: Issues with solana wallet
* Update solana_wallet.dart [skip ci]
* fix: Review comments
* fix: Date time config
* fix: Revert bash script for app details
* fix: Error with balance, displaying fees, fixing sent or received identifier bug, displaying token symbol with token transaction item in transactions list
* fix: Issues with address validation when sending spl tokens and walletconnect initial setup
* fix: Issues with sending, fetching transactions history, almost wrapping up walletconnect
* fix: Adjust imports that would affect monerocom building successfully
* fix: Refine transaction direction and continue work on walletconnect
* feat: Display SPL token transfers in the transaction history and finally settle the transaction direction
* fix: Delay in transactions history dispaly, show native token transactions first, then process spl token transactions
* feat: Switch node and revert solana chain id to previous id
* fix: Remove print statement
* fix: Remove await for transactions, fetch all transaction histories instantly and adjust solana send success message
* chore: Code refactoring and streamlined wallet type check for solana send success message
* fix: Make timeout error for node silent and add spl token images
---------
Signed-off-by: Blazebrain <davidadegoke16@gmail.com>
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-02-23 13:39:19 +00:00
|
|
|
lib/solana/solana.dart
|
2022-01-04 17:26:02 +00:00
|
|
|
|
2022-01-04 18:22:24 +00:00
|
|
|
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_180.png
|
|
|
|
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_120.png
|
2022-01-11 09:45:02 +00:00
|
|
|
ios/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
|
|
|
|
ios/Runner/Info.plist
|
2022-01-10 15:04:58 +00:00
|
|
|
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
|
2022-01-04 18:57:46 +00:00
|
|
|
assets/images/app_logo.png
|
2022-01-10 15:04:58 +00:00
|
|
|
|
|
|
|
/pubspec.yaml
|
|
|
|
/pubspec.lock
|
2022-01-11 17:23:59 +00:00
|
|
|
/android/app.properties
|
2022-01-12 15:04:10 +00:00
|
|
|
/android/app/src/main/AndroidManifest.xml
|
2023-04-14 04:39:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
macos/Runner/Info.plist
|
|
|
|
macos/Runner/DebugProfile.entitlements
|
2023-08-17 15:28:31 +00:00
|
|
|
macos/Runner/Release.entitlements
|
2024-01-16 00:02:10 +00:00
|
|
|
|
|
|
|
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
|