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(minor-interchain-token-service)!: refactor custom token linking #738

Merged
merged 6 commits into from
Jan 10, 2025

Conversation

cjcobb23
Copy link
Contributor

@cjcobb23 cjcobb23 commented Jan 8, 2025

  • no longer pass RegisterTokenMetadata nested within SendToHub. Instead, pass as its own message type.
  • remove autoscaling flag

https://axelarnetwork.atlassian.net/browse/AXE-7048

* no longer pass RegisterTokenMetadata nested within SendToHub.
  Instead, pass as its own message type.
@cjcobb23 cjcobb23 requested a review from a team as a code owner January 8, 2025 20:09
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

Attention: Patch coverage is 92.64706% with 5 lines in your changes missing coverage. Please review.

Project coverage is 93.68%. Comparing base (58d5bac) to head (39346c5).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
contracts/interchain-token-service/src/abi.rs 90.32% 3 Missing ⚠️
...token-service/src/contract/execute/interceptors.rs 75.00% 1 Missing ⚠️
...ntracts/interchain-token-service/src/primitives.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #738      +/-   ##
==========================================
- Coverage   93.70%   93.68%   -0.02%     
==========================================
  Files         222      222              
  Lines       36319    36259      -60     
==========================================
- Hits        34033    33971      -62     
- Misses       2286     2288       +2     

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

@cjcobb23 cjcobb23 changed the title refactor(minor-interchain-token-service)!: refactor register token refactor(minor-interchain-token-service)!: refactor custom token linking Jan 8, 2025
contracts/interchain-token-service/src/events.rs Outdated Show resolved Hide resolved
contracts/interchain-token-service/src/events.rs Outdated Show resolved Hide resolved
@cjcobb23 cjcobb23 merged commit 9eb9413 into main Jan 10, 2025
7 of 8 checks passed
@cjcobb23 cjcobb23 deleted the link_custom_tokens_refactor branch January 10, 2025 18:46
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.

2 participants