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
After #54, let's write a simple high-level property of the set-balance.md module which proves the invariant that the <totalIssuance> remains the sum of the balances in the account storage.
The text was updated successfully, but these errors were encountered:
Added accountsValid which asserts that the <accountList> and <accounts> cell stay in sync.
Added sumBalances which is used to state the property that TOTAL_ISSUANCE remains correct.
ehildenb
changed the title
Simple property about <totalIssuance> being the sum of balances in the state
Proof (Invariant): <totalIssuance> being the sum of balances in the state
Nov 21, 2019
After #54, let's write a simple high-level property of the
set-balance.md
module which proves the invariant that the<totalIssuance>
remains the sum of the balances in the account storage.The text was updated successfully, but these errors were encountered: