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,interchain-token): add contract constructor #74

Merged
merged 11 commits into from
Nov 20, 2024

Conversation

hydrobeam
Copy link
Contributor

closes https://axelarnetwork.atlassian.net/browse/AXE-6583

Summary

similar to #69

only thing of note was that the interchain-token ContractError type only had two variants, both of which were removed. So I just commented it out (could just be deleted instead?)

only has two variants which aren't used. leave commented out to indicate
it should be used if an error is ever needed in the future (?)
@hydrobeam hydrobeam requested a review from a team as a code owner November 15, 2024 18:10
@codecov-commenter
Copy link

codecov-commenter commented Nov 15, 2024

Codecov Report

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

Project coverage is 94.16%. Comparing base (22cf5ab) to head (d26d3bc).

Files with missing lines Patch % Lines
contracts/interchain-token-service/src/contract.rs 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   93.74%   94.16%   +0.42%     
==========================================
  Files          33       32       -1     
  Lines        1598     1578      -20     
==========================================
- Hits         1498     1486      -12     
+ Misses        100       92       -8     

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


🚨 Try these New Features:

@hydrobeam hydrobeam changed the title feat(its/it): add contract constructor Constructorv22/its feat(its/it): add contract constructor Nov 15, 2024
also drop succeeds (implies there's a failure, but there isn't)
@hydrobeam hydrobeam changed the title feat(its/it): add contract constructor feat(interchain-token-service,interchain-token): add contract constructor Nov 19, 2024
@hydrobeam hydrobeam merged commit 4cbaab3 into main Nov 20, 2024
5 checks passed
@hydrobeam hydrobeam deleted the constructorv22/its branch November 20, 2024 19:44
@ahramy ahramy mentioned this pull request Jan 21, 2025
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