-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add evm unit tests * add unit tests for ZevmOnReceive and ZevmOnRevert * add unit tests for reverts * changes to evm deposti * refactor call to use connector for deposit to contract * fix unit tests for ZEVMdeposit * add unit tests for revert * add todo for message encoding and decoding * add base54 encoding and decoding * add e2e test for revert * add e2e test for revert * add e2e test for revert * add debugging for issue * add logs * add refund for gas meter * increase gas limit to 400000 for msg passing * add zEVM to EVM messages * add tests for onRevert * fix unit tests * fix unit tests * add comments * add changelog * Fix the error in execution Replace error code duplicated to fix the execution error * Update testutil/contracts/Dapp.sol Co-authored-by: Lucas Bertrand <[email protected]> * fixed logs and resolved comments 1 * move end to end tests to zeta advanced tests * move end to end tests to zeta advanced tests * revert a cctx instead of aborting when message decode fails * separate processing for ZEVM orginating and non ZEVM originating txs into separate functions * fix lint issues --------- Co-authored-by: Lucas Bertrand <[email protected]>
- Loading branch information
Showing
69 changed files
with
2,693 additions
and
198 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
Oops, something went wrong.