This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Definitely needed changes added in a draft state * rearranged related etherman methods * typo fixed in config and import order corrected * better alias name in config.go and added rollupID to etherman.BuildTrustedVerifyBatchesTxData * RollupID arg added to BuildTrustedVerifyBatchesTxData call in executor.VerifyZKP * zkevm-node package version increased, types corrected, and 'RollupIDToRollupData' call fixed * consistent naming of 'rollupId' argument over all methods * interface changes for the new properties applied in the test files * TX struct it rpc_test fixed and error handling in interop/executor.go and rpc/rpc.go fixed * etherman_test updated * interop/execute_test updated * rpc_test.go updated * passed arguments in rpc.SendTx method for executor.CheckTx fixed * '%v' changed to '%d' in rpc.SendTx * code style improved in etherman.getRollupContractAddress * codestyle++ * kept the comment in 'tx/tx.go' but fixed the typos * Moved logging of the errors to the top level of the call-stack for etherman.GetSequencerAddr
- Loading branch information
Showing
13 changed files
with
411 additions
and
126 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
Oops, something went wrong.