Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(certora): add invariant that totalSent is <= totalReceived
This commit adds an invariant that verifies `marketplaceTotals.sent <= marketplceTotals.received`. The invariant relies on the `Token.totalSupply()` which has previously been verified to be the sum of all balances. The invariant uses `<=` as there could be donations sent to the marketplace. Closes #132
- Loading branch information