CosmWasm / cw-plus

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

no_std support #874

Closed dzmitry-lahoda closed 7 months ago

dzmitry-lahoda commented 1 year ago

https://github.com/CosmWasm/cw-utils/issues/12

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

webmaster128 commented 7 months ago

All reusable libraries are now in cw-minus and this repo remains a collection of example contracts. Those contracts don't need no_std support as far as I can tell.

But for no_std support we need to have support in cosmwasm-std first where I think the state of discussion is to pull out a no_std ready cosmwasm-core.

The linked circular dependency issue has been resolved in the meantime.

Cosling for now for those reasons.