CosmWasm / cw-plus

Production Quality contracts under open source licenses
Apache License 2.0
504 stars 353 forks source link

chore: Move 'controllers' and 'cw2' to 'cw-minus' #894

Closed kulikthebird closed 6 months ago

kulikthebird commented 7 months ago

Two packages are removed from this repository: cw2 and controllers. Their code is moved to cw-minus by this PR: https://github.com/CosmWasm/cw-minus/pull/26.

Code coverage check was temporarily disabled for the purpose of moving the code. The PR itself does not modify the actual code coverage of any crate.

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

kulikthebird commented 6 months ago

Nice start. We should update the README, removing cw2 and cw-controllers there and adding a note about them being moved to cw-minus. Also, the scripts/publish.sh needs updating

Good point, I've just pushed some new commits that address that.