Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: implement AxelarExecutable and AxelarExecutableWithToken in ITS #274

Merged
merged 27 commits into from
Oct 25, 2024

Conversation

ahramy
Copy link
Contributor

@ahramy ahramy commented Aug 21, 2024

AXE-4660 : Inherit the simpler AxelarGMPExecutableWithToken abstract contract in ITS contract instead of re-implementing it. The original AxelarExecutable wasn’t including the commandId and it was including the full gateway interface that’s susceptible to changes.

AXE-5795

@ahramy ahramy marked this pull request as ready for review September 3, 2024 21:33
@ahramy ahramy requested a review from a team as a code owner September 3, 2024 21:33
@ahramy ahramy changed the title implement AxelarGMPExecutableWithToken implement AxelarGMPExecutableWithToken in ITS Sep 3, 2024
contracts/InterchainTokenFactory.sol Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
contracts/interfaces/IInterchainTokenService.sol Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
contracts/utils/GatewayCaller.sol Outdated Show resolved Hide resolved
test/InterchainTokenServiceUpgradeFlow.js Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
contracts/InterchainTokenService.sol Outdated Show resolved Hide resolved
@ahramy ahramy changed the title implement AxelarGMPExecutableWithToken in ITS implement AxelarExecutable and AxelarExecutableWithToken in ITS Oct 10, 2024
@ahramy ahramy changed the title implement AxelarExecutable and AxelarExecutableWithToken in ITS refactor!: implement AxelarExecutable and AxelarExecutableWithToken in ITS Oct 10, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.67%. Comparing base (c58ed5e) to head (645186b).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #274   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files          19       19           
  Lines         601      602    +1     
  Branches      126      126           
=======================================
+ Hits          587      588    +1     
  Misses          5        5           
  Partials        9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

test/InterchainToken.js Outdated Show resolved Hide resolved
@ahramy ahramy merged commit e77c622 into main Oct 25, 2024
5 checks passed
@ahramy ahramy deleted the refactor/implement-axelar-gmp-executable-with-token branch October 25, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants