Commit graph

5 commits

Author SHA1 Message Date
Matthew Fosse
4a32c7d93a Merge branch 'CW-394-mac-auth' of https://github.com/cake-tech/cake_wallet into CW-565-sign-messages 2024-04-17 12:43:52 -07:00
Matthew Fosse
00befca4ec sign/verify working on eth, bitcoin broken 2024-04-10 09:36:47 -07:00
Matthew Fosse
f004fb1d2a test fix 2024-04-05 10:52:04 -07:00
Matthew Fosse
99fcd3a584 workflow fix 2024-04-05 10:42:01 -07: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