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: register custom tokens from the factory. #319

Open
wants to merge 3 commits into
base: feat-register-tokens-and-rename
Choose a base branch
from

Conversation

Foivos
Copy link
Contributor

@Foivos Foivos commented Jan 9, 2025

@Foivos Foivos requested a review from a team as a code owner January 9, 2025 13:12
@codecov-commenter
Copy link

codecov-commenter commented Jan 9, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 97.10%. Comparing base (fadcba7) to head (a09628e).
Report is 7 commits behind head on feat-register-tokens-and-rename.

Files with missing lines Patch % Lines
contracts/InterchainTokenFactory.sol 50.00% 8 Missing ⚠️
Additional details and impacted files
@@                         Coverage Diff                         @@
##           feat-register-tokens-and-rename     #319      +/-   ##
===================================================================
- Coverage                            98.11%   97.10%   -1.02%     
===================================================================
  Files                                   20       20              
  Lines                                  744      759      +15     
  Branches                               172      172              
===================================================================
+ Hits                                   730      737       +7     
- Misses                                  14       22       +8     

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

interchainTokenService.registerTokenMetadata{ value: gasValue }(tokenAddress, gasValue);
}

function linkToken(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interface needs to be updated. docstring is also needed

gasValue
);
}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing tests?

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.

3 participants