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: move shared interfaces in preparation of ownership trait extraction #96

Merged
merged 4 commits into from
Dec 4, 2024

Conversation

cgorenflo
Copy link
Contributor

@cgorenflo cgorenflo commented Dec 4, 2024

This PR moves the shared_interfaces.rs into the contract_traits folder and renames it to upgradable.rs. Subsequently, the import paths in dependent files needed to be updated. No changes to the logic occurred.

AXE-6810

@cgorenflo cgorenflo requested a review from a team as a code owner December 4, 2024 16:19
@codecov-commenter
Copy link

codecov-commenter commented Dec 4, 2024

Codecov Report

Attention: Patch coverage is 76.31579% with 9 lines in your changes missing coverage. Please review.

Project coverage is 89.27%. Comparing base (7a410ca) to head (acdf17c).

Files with missing lines Patch % Lines
contracts/axelar-gas-service/src/contract.rs 25.00% 3 Missing ⚠️
contracts/axelar-operators/src/contract.rs 60.00% 2 Missing ⚠️
contracts/interchain-token-service/src/contract.rs 60.00% 2 Missing ⚠️
contracts/interchain-token/src/contract.rs 60.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   89.27%   89.27%           
=======================================
  Files          43       43           
  Lines        2900     2900           
=======================================
  Hits         2589     2589           
  Misses        311      311           

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

…p-extraction

# Conflicts:
#	packages/axelar-soroban-std/src/contract_traits/testdata/test_format_last_emitted_event.golden
#	packages/axelar-soroban-std/src/contract_traits/upgradable.rs
#	packages/axelar-soroban-std/src/lib.rs
@cgorenflo cgorenflo merged commit e63006a into main Dec 4, 2024
5 checks passed
@cgorenflo cgorenflo deleted the ownership-extraction branch December 4, 2024 20:54
@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