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: extract ownership management into sharable interface #97

Merged
merged 9 commits into from
Dec 6, 2024

Conversation

cgorenflo
Copy link
Contributor

…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
# Conflicts:
#	contracts/axelar-gas-service/src/contract.rs
#	contracts/axelar-gateway/src/contract.rs
#	contracts/axelar-operators/src/contract.rs
#	contracts/interchain-token-service/src/contract.rs
#	contracts/interchain-token-service/tests/test.rs
#	contracts/interchain-token/src/contract.rs
#	contracts/interchain-token/tests/test.rs
#	contracts/upgrader/tests/utils/dummy_contract.rs
#	contracts/upgrader/tests/utils/dummy_contract_after_upgrade.rs
#	packages/axelar-soroban-std/src/interfaces/mod.rs
#	packages/axelar-soroban-std/src/interfaces/testdata/contract.rs
#	packages/axelar-soroban-std/src/interfaces/testdata/contract.wasm
#	packages/axelar-soroban-std/src/interfaces/upgradable.rs
@cgorenflo cgorenflo requested a review from a team as a code owner December 5, 2024 23:50
@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2024

Codecov Report

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

Project coverage is 88.71%. Comparing base (017d421) to head (b10a553).

Files with missing lines Patch % Lines
contracts/axelar-gas-service/src/contract.rs 0.00% 3 Missing ⚠️
contracts/axelar-operators/src/contract.rs 0.00% 3 Missing ⚠️
contracts/interchain-token-service/src/contract.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
- Coverage   89.23%   88.71%   -0.53%     
==========================================
  Files          43       44       +1     
  Lines        2936     2880      -56     
==========================================
- Hits         2620     2555      -65     
- Misses        316      325       +9     

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

@cgorenflo cgorenflo merged commit df2d7d8 into main Dec 6, 2024
5 checks passed
@cgorenflo cgorenflo deleted the ownership-extraction branch December 6, 2024 17:25
@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.

4 participants