AbstractSDK / cw-orchestrator

All-in-one Rust-based CosmWasm testing, scripting, and deployment tool.
https://orchestrator.abstract.money
GNU General Public License v3.0
76 stars 18 forks source link

Added backwards compatibility-test #388

Closed Kayanski closed 4 months ago

Kayanski commented 4 months ago

This PR aims at adding a contract to test cw-orch backwards compatibility on the provided macros. This is very useful to make sure that the cw-orch-core stabilitization was useful.

cloudflare-pages[bot] commented 4 months ago

Deploying cw-orchestrator with  Cloudflare Pages  Cloudflare Pages

Latest commit: 43861c3
Status:⚡️  Build in progress...

View logs

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 86.17886% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 64.3%. Comparing base (73dba66) to head (7afac11).

Additional details and impacted files | [Files](https://app.codecov.io/gh/AbstractSDK/cw-orchestrator/pull/388?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AbstractSDK) | Coverage Δ | | |---|---|---| | [contracts/compatibility-test/src/msg\_tests.rs](https://app.codecov.io/gh/AbstractSDK/cw-orchestrator/pull/388?src=pr&el=tree&filepath=contracts%2Fcompatibility-test%2Fsrc%2Fmsg_tests.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AbstractSDK#diff-Y29udHJhY3RzL2NvbXBhdGliaWxpdHktdGVzdC9zcmMvbXNnX3Rlc3RzLnJz) | `94.7% <94.7%> (ø)` | | | [contracts/compatibility-test/src/lib.rs](https://app.codecov.io/gh/AbstractSDK/cw-orchestrator/pull/388?src=pr&el=tree&filepath=contracts%2Fcompatibility-test%2Fsrc%2Flib.rs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AbstractSDK#diff-Y29udHJhY3RzL2NvbXBhdGliaWxpdHktdGVzdC9zcmMvbGliLnJz) | `78.7% <78.7%> (ø)` | |
CyberHoward commented 4 months ago

Also we should be able to do a lot more frequent releases now :)))

Kayanski commented 4 months ago

Could we try and do a 0.23.0-alpha release just to see if this works?

Did that with a aaa-test--cw-orch crate instead haha, that was a better idea !