This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
instrument each entrypoint function that establishes precondition+postconditions #381
Labels
bug
Something isn't working
example:
Preconditions:
We'd need to validate each parameter of
create_and_transfer
before calling thetransfer
.to
address valid. A slightly extended idea would be if we want to block the transfer to an address for some reason?Postconditions
I think these checks will be in addition to what we'll get by enabling MoveVM checks at runtime.
PS:
The text was updated successfully, but these errors were encountered: