White-Whale-Defi-Platform / white-whale-core

Core contracts for White Whale, The Interchain Liquidity Protocol for the Cosmos.
https://whitewhale.money
MIT License
36 stars 22 forks source link

fix: Update schemas for contracts to prevent collisions #300

Closed 0xFable closed 6 months ago

0xFable commented 6 months ago

Avoids this problem

warning: output filename collision. The bin target schema in package vault-manager v0.1.0 (vault-manager) has the same output filename as the bin target schema in package epoch-manager v0.1.0 (epoch-manager). Colliding filename is: The targets should have unique names. Consider changing their names to be unique or compiling them separately. This may become a hard error in the future; see https://github.com/rust-lang/cargo/issues/6313.

Description and Motivation

Related Issues


Checklist:

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.50%. Comparing base (e59999f) to head (796f738). Report is 1 commits behind head on release/v2_contracts.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/v2_contracts #300 +/- ## ===================================================== Coverage 88.50% 88.50% ===================================================== Files 252 252 Lines 24029 24029 ===================================================== Hits 21267 21267 Misses 2762 2762 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.