-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(evm)!: Fungible Token conversions (#2003)
* create funtoken_from_coin_test.go * refactor FunTokenFromCoinSuite * create funtoken_from_erc20_test.go * refactor DeployContract * refactor MsgCreateFunToken ValidateBasic() * add test case for TestCreateFunTokenFromERC20 * refactor TestERC20Calls * move TestSendFunTokenToEvm * refactor CreateFunTokenFromERC20 * add TestSendFromEvmToCosmos * remove ApplyEvmMsgWithEmptyTxConfig * Update CHANGELOG.md * refactor: rename SendFunTokenToEvm to ConvertCoinToEvm * refactor LoadERC20BigInt * refactor erc20 Transfer call * feat: add convertCoinNativeCoin and convertCoinNativeERC20 * refactor(evm); rename EventSendFunTokenToEvm to EventConvertCoinToEvm * test: TestCreateFunTokenFromCoin * fix: TestConvertCoinToEvmAndBack * Update funtoken_from_coin_test.go * refactor TestCreateFunTokenFromERC20 * fix: send tokens from evm to cosmos and back * add negative test cases * add negative test case * add negative cases for TestConvertCoinToEvmAndBack * Update CHANGELOG.md * fix: precompile test * refactor: rename SendFunTokenToEvm to ConvertCoinToEvm
- Loading branch information
Showing
18 changed files
with
831 additions
and
660 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.