You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should explore what we can formally verify about this contract using Apalache. This learning will be very useful for our other IBC work. Some ideas for invariants for this contract:
Counterparty count should be the same as the number of times Increment {} has been called.
Closing a channel should reset the count to zero.
It might be good to keep things simple like this for our first try.
The text was updated successfully, but these errors were encountered:
Informal has a CosmWasm Apalache example here: https://github.com/informalsystems/atomkraft/blob/dev/examples/cosmwasm/counter/models/counter.tla
We should explore what we can formally verify about this contract using Apalache. This learning will be very useful for our other IBC work. Some ideas for invariants for this contract:
Increment {}
has been called.It might be good to keep things simple like this for our first try.
The text was updated successfully, but these errors were encountered: