-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Service): implementing ValuedExpressExecutable (#131)
* feat(Express): using executable return values * feat(Service): implementing ValuedExpressExecutable * feat(Service): implementing ValuedExpressExecutable * test(Service): expressExecute * doc(slither): ignore line * fix(ExpressCallHandler): conform to ExpressExecutorTracker * refactor(InterchainTokenService): inherit ExpressExecutorTracker directly * refactor(InterchainTokenService): EXECUTE_SUCCESS constants * refactor(IInterchainTokenService): deleted express handled interface * Update contracts/interchain-token-service/InterchainTokenService.sol Co-authored-by: Milap Sheth <[email protected]> * Update contracts/interchain-token-service/InterchainTokenService.sol Co-authored-by: Milap Sheth <[email protected]> * Update contracts/interchain-token-service/InterchainTokenService.sol Co-authored-by: Milap Sheth <[email protected]> * Update contracts/interchain-token-service/InterchainTokenService.sol Co-authored-by: Milap Sheth <[email protected]> * refactor(InterchainTokenService): expressExecutor * style(Solidity): prettier * fix(InterchainTokenService): revert in contractCallValue --------- Co-authored-by: Milap Sheth <[email protected]>
- Loading branch information
1 parent
ceade4a
commit cd663a4
Showing
14 changed files
with
225 additions
and
319 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 was deleted.
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.