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

fix: make single contracts compilable again #140

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

cgorenflo
Copy link
Contributor

The axelar-soroban-std package imports the soroban-sdk, and also imports the axelar-soroban-std-derive package, which in turn also imported the soroban-sdk. When now the testutils feature was active, the compiler couldn't resolve properly which soroban-sdk/testutils feature should get activated. By removing the soroban-sdk dependency from the derive package the ambiguity could be resolved and single contracts are compilable again without compiling the entire workspace

@cgorenflo cgorenflo requested a review from a team as a code owner January 14, 2025 16:43
@milapsheth milapsheth merged commit 948a6fd into main Jan 14, 2025
5 checks passed
@milapsheth milapsheth deleted the fix-failing-debug-build branch January 14, 2025 17:37
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