-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TW-1387 Implement sending EVM tokens (#1219)
* basic layout * select token for tezos * select token modal logic * dont show tags * fix select asset modal opening after page reload * fix e2e ts * form refactor * resolving evm address from domain * max amount calculation * fix logic for erc20 tokens * recipient account select main logic * address copying fixed * recipient input / select acc state connection + truncation added * tezos form validation fixes * evm form validation + react-hook-form v7 used * add active state for filter network option * scroll to selected network * add filter network search * loader added * always show converted amount * show floating assetSymbol in input * track other networks addresses * show tezos error toast on form submit * maxAmount calculation fixes * fix pipeline * confirm modal base + segmented control * confirmation modal layout finished * Evm / tezos component separation Header, DetailsTab * fix after-merge conflicts * fix network icon * more after-merge fixes * some more fixes * some more fixes * infoIcon * iconBase memo * viem update * send evm transaction * send evm transaction / add networks support * fix various ui bugs * fix fee options calculations * fix some more bugs * fix import cycle * custom transaction params inputs + error handling * fix ts-prune * major refactoring and bug fixes * tezos fee options calculation + ui fixes * send tezos operations without old confirmation page * added loading button + proper form reset * edit gas fee and storageLimit * show default evm form values * some ui fixes * non zero validation * error tab * fix ts-prune * fix fee calculation with custom gas limit * refactor * refactor + minor ui fixes * show default gas fee and storage limit + non zero gas fee validation * storage limit handling * fix ts-prune * fix some after-merge issues * show tezos raw transaction * renaming * raw transaction json view * tezos submit errors handling * fix some after-merge issues * fix some after-merge issues * fix ts-prune * refactor * more refactor * apply suggestion * fix audit * minor bug fixes * after merge fixes * fix minor bugs * some more after-merge fixes * some more after-merge fixes * fix info icon size * TW-1387 Implement sending ERC20 tokens * TW-1387 Implement sending ERC721 and ERC1155 tokens * TW-1387 Fix pipeline errors * TW-1387 Major refactoring * TW-1387 Fix displaying transaction hex * TW-1387 Refactoring according to comments * TW-1387 Refactoring according to comments * TW-1387 Improve balances update in networks that are not covered by Covalent * TW-1387 Refactor recent changes * TW-1387 Fix updating balances on chains that Covalent does not support * TW-1387 Remove redundant 'break' statement * TW-1387 Refactor listening to new EVM blocks and transfers events * TW-1387 Do without passing chain id to listeners * TW-1387 Minor refactoring * TW-1387 Fix updating balances to zero if they come from Covalent --------- Co-authored-by: lendihop <[email protected]>
- Loading branch information
1 parent
a3be6fe
commit a5882d2
Showing
69 changed files
with
1,858 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.