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

feat(interchain-token-service): add its hub contract #572

Merged
merged 106 commits into from
Sep 11, 2024

Conversation

milapsheth
Copy link
Member

@milapsheth milapsheth commented Aug 7, 2024

Description

AXE-3820

  • Allow setting/removing trusted ITS addresses by chain
  • Route ITS call to the true destination

Todos

  • Unit tests
  • Manual tests
  • Documentation
  • Connect epics/issues

Steps to Test

Expected Behaviour

Other Notes

@milapsheth milapsheth requested a review from a team as a code owner August 7, 2024 21:06
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

Attention: Patch coverage is 94.58239% with 24 lines in your changes missing coverage. Please review.

Project coverage is 93.68%. Comparing base (a73560d) to head (a9b1290).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
interchain-token-service/src/contract.rs 86.88% 8 Missing ⚠️
interchain-token-service/src/bin/schema.rs 0.00% 7 Missing ⚠️
interchain-token-service/src/msg.rs 25.00% 3 Missing ⚠️
packages/axelar-wasm-std/src/response.rs 78.57% 3 Missing ⚠️
interchain-token-service/src/abi.rs 99.01% 1 Missing ⚠️
interchain-token-service/src/contract/execute.rs 98.78% 1 Missing ⚠️
interchain-token-service/src/primitives.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #572      +/-   ##
==========================================
+ Coverage   93.66%   93.68%   +0.02%     
==========================================
  Files         226      233       +7     
  Lines       32583    32916     +333     
==========================================
+ Hits        30518    30837     +319     
- Misses       2065     2079      +14     

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

interchain-token-service/src/msg.rs Outdated Show resolved Hide resolved
interchain-token-service/src/contract.rs Outdated Show resolved Hide resolved
packages/axelar-wasm-std/src/response.rs Show resolved Hide resolved
interchain-token-service/src/contract/execute.rs Outdated Show resolved Hide resolved
interchain-token-service/src/abi.rs Show resolved Hide resolved
@milapsheth milapsheth merged commit 0da965d into main Sep 11, 2024
8 checks passed
@milapsheth milapsheth deleted the feat/its-hub-middleware branch September 11, 2024 08:50
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.

8 participants