-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: supports gas payment for two-way calls (#72)
* chore: refactor `executeEvmExecutable` and detect two-ways call * chore: add typechain support * feat: use typed contract for AxelarGateway and AxelarGasService * chore: Wrap gas events into a many-events-to-one-fee-amount class * chore: remove logs * chore: support 2-ways for contractCallWithToken * chore: remove estimateGas * chore: revert tsconfig change * chore: add npm-run-all back * chore: reorder devs * chore: remove GasReceipt * chore: delete override gas events * chore: remove unused import * 1.4.3 * chore: simplify condition * 1.4.4-alpha.1 * 1.4.4
- Loading branch information
Showing
8 changed files
with
3,336 additions
and
154 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
Large diffs are not rendered by default.
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
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.