hackbg / fadroma

Magical flying bulldozer for the Cosmosverse. Contains clients for Tendermint-based chains in various degrees of completeness, and a mini build system for deploying systems of multiple interdependent smart contracts from source.
https://fadroma.tech
GNU Affero General Public License v3.0
51 stars 15 forks source link

Stabilize the contract macro #136

Closed aakamenov closed 1 year ago

aakamenov commented 2 years ago

The existing implementation has some issues and missing features.

Completed:

Outstanding:

Support for sudo entry point

New entry point in CW 1.0 Needs more research into its specific behaviour. It might be the case that they require additional features to allow for customization. Should be relatively straightforward to add support for that otherwise.

aakamenov commented 1 year ago

With the complete rework of the macro into Fadroma DSL this can now be considered more or less complete. There only remains the support for sudo which has now been moved to #162