CosmWasm / sylvia

CosmWasm smart contract framework
Apache License 2.0
90 stars 14 forks source link

feat: Remove custom in impl trait #314

Closed kulikthebird closed 5 months ago

kulikthebird commented 5 months ago

There is no need for users to add #[sv::custom] for impl Interface for Contract {...}. It was used only by multitest module and it was fixed by this PR.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 86.01%. Comparing base (dbfa509) to head (b17503c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #314 +/- ## ========================================== - Coverage 86.08% 86.01% -0.08% ========================================== Files 39 39 Lines 2904 2888 -16 ========================================== - Hits 2500 2484 -16 Misses 404 404 ```

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