-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(evm): clean up erc20 and funtoken methods (#2000)
* refactor: simplify DeployERC20ForBankCoin * refactor: erc20 keeper methods * remove err array * clean up CallContractWithInput * refactor bankSend precompile * refactor PrecompileAddr_FuntokenGateway * clean up precompile * refactor: remove NibiruPrecompile * Update CHANGELOG.md * fix: DeployERC20ForBankCoin uses wrong nonce * fix: precompile tests * test(evm): fix TestDeployERC20ForBankCoin assertions * test(evm): refactor TestCreateFunTokenFromERC20 * refactor TestCreateFunTokenFromCoin * remove DoEthTx * simplify AssertERC20BalanceEqual * simplify CreateFunTokenForBankCoin * remove PrivKeyE from EthPrivKeyAcc * remove NewEthTxMsg * remove GoCtx * remove GethSigner * rename NewEthAccInfo to EthPrivAcc * remove CreateContractGethCoreMsg * rename to ExecuteContractMsgEthereumTx
- Loading branch information
Showing
37 changed files
with
345 additions
and
453 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.