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

Refactor the contract harness macro #168

Closed aakamenov closed 1 year ago

aakamenov commented 1 year ago

Renamed the impl_contract_harness! macro to contract_harness! and the syntax is now the same as the entrypoint! macro. This now allows us to implement the reply entry point as well. By not requiring a single module, we are also more flexible.