Commit graph

3 commits

Author SHA1 Message Date
OmarHatem
e276181f88 Fix EVM wallets with Password flow
Fix Conflicts with main
2024-02-03 04:00:35 +02:00
OmarHatem
8b3b87b82a Merge branch 'main' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
 Conflicts:
	cw_ethereum/lib/ethereum_transaction_history.dart
	cw_ethereum/lib/ethereum_wallet.dart
	cw_ethereum/lib/ethereum_wallet_creation_credentials.dart
	cw_ethereum/lib/ethereum_wallet_service.dart
	cw_evm/lib/file.dart
	cw_polygon/lib/polygon_transaction_history.dart
	cw_polygon/lib/polygon_wallet.dart
	cw_polygon/lib/polygon_wallet_creation_credentials.dart
	lib/ethereum/cw_ethereum.dart
	lib/polygon/cw_polygon.dart
	model_generator.sh
	scripts/android/app_env.sh
	scripts/ios/app_env.sh
	scripts/macos/app_env.sh
	tool/configure.dart
2024-02-03 03:22:53 +02:00
Adegoke David
7410daacff
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 20:01:48 +02:00