Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CVLByExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
| **satisfy** | [`satisfy`](https://github.com/Certora/Examples/blob/master/DEFI/ConstantProductPool/certora/spec/ConstantProductPool.spec#L252) |
| **selector** | [`selector`](https://github.com/Certora/Examples/blob/master/DEFI/ERC20/certora/specs/ERC20Fixed.spec#L92) |
| **sig** | [`sig`](https://github.com/Certora/Examples/blob/master/DEFI/ERC20/certora/specs/ERC20Fixed.spec#L92) |
| **storage** | [of a contract](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L86), [of a ghost](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L149), [of nativeBalances](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L116),<br> [full storage](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L106), [`laststorage`](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L106), [direct storage access](https://github.com/Certora/Examples/blob/5664cfbd74dd451898383add24da16f31a6a56b4/CVLByExample/Types/Structs/BankAccounts/certora/specs/structs.spec#L76),<br> [accessing struct fields](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/DirectStorageAccessToFields/RootStruct.spec#L9) |
| **storage** | [of a contract](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L86), [of a ghost](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L149), [of nativeBalances](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L116),<br> [full storage](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L106), [`laststorage`](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L106), [direct storage access](https://github.com/Certora/Examples/blob/master/CVLByExample/Immutable/Immutable.spec#L16),<br> [accessing struct fields](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/DirectStorageAccessToFields/RootStruct.spec#L9) |
| **struct** | [struct return type](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/BankAccounts/certora/specs/structs.spec#L47),<br> `struct` in `methods` block: [struct parameter](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/BankAccounts/certora/specs/structs.spec#L23), [struct return type](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/BankAccounts/certora/specs/structs.spec#L19),<br> [returning a struct as a tuple](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/BankAccounts/certora/specs/structs.spec#L21),<br> `struct` in a `CVL` function: [struct parameter to a CVL function](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/BankAccounts/certora/specs/structs.spec#L36),<br> [struct return type of a CVL function](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/BankAccounts/certora/specs/structs.spec#L47), [returning struct as a tuple](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/BankAccounts/certora/specs/structs.spec#L53),<br> [assignment to struct](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/BankAccounts/certora/specs/structs.spec#L98), [Assigning struct to a tuple](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/Structs/BankAccounts/certora/specs/structs.spec#L77) |
| **use** | `rule`: [with filters](https://github.com/Certora/Examples/blob/master/CVLByExample/Import/certora/specs/sub.spec#L32), [overriding imported filters](https://github.com/Certora/Examples/blob/master/CVLByExample/Import/certora/specs/sub.spec#L32),<br> [`invariant`](https://github.com/Certora/Examples/blob/master/CVLByExample/Import/certora/specs/sub.spec#L10): [overriding imported `preserved`](https://github.com/Certora/Examples/blob/master/CVLByExample/Import/certora/specs/sub.spec#L12), [builtin rule](https://github.com/Certora/Examples/blob/master/CVLByExample/Reentrancy/certora/spec/ViewReentrancy.spec#L1) |
| **using** | [`using`](https://github.com/Certora/Examples/blob/master/DEFI/LiquidityPool/certora/specs/pool_link.spec#L14) |
| **withrevert** | [`withrevert`](https://github.com/Certora/Examples/blob/master/CVLByExample/Storage/certora/specs/storage.spec#L44) |
| **CVL Type** | [mathint](https://github.com/Certora/Examples/blob/master/DEFI/ERC20/certora/specs/ERC20Fixed.spec#L23), [method](https://github.com/Certora/Examples/blob/master/DEFI/ERC20/certora/specs/ERC20Fixed.spec#L83), [env](https://github.com/Certora/Examples/blob/master/DEFI/ERC20/certora/specs/ERC20Fixed.spec#L20) |
| **ercecover** | [example](https://github.com/Certora/Examples/blob/master/CVLByExample/Ecrecover/ecrecover.spec#L67) |
| **TransientStorage** | [Tstore Hook](https://github.com/Certora/Examples/blob/niv/CERT-5340-Transient-Storage/CVLByExample/TransientStorage/certora/specs/Mutexer.spec#L11) [Tload Hook](https://github.com/Certora/Examples/blob/68a0dcd08111f8c5976b4e9eebb435020d7a91d1/CVLByExample/TransientStorage/certora/specs/Mutexer.spec#L17) |
| **TransientStorage** | [Tstore Hook](https://github.com/Certora/Examples/blob/master/CVLByExample/TransientStorage/Hooks/Mutexer.spec#L11) [Tload Hook](https://github.com/Certora/Examples/blob/68a0dcd08111f8c5976b4e9eebb435020d7a91d1/CVLByExample/TransientStorage/certora/specs/Mutexer.spec#L17) |
| **executingContract** | [example](https://github.com/Certora/Examples/blob/651177a30d13e4c79034efa6c1cb5166601d065a/CVLByExample/TransientStorage/certora/specs/Mutexer.spec#L12) |
| **directStorageAccess** | [example](https://github.com/Certora/Examples/blob/ad5e75bf63d915bbff634bf8e02c404304eef595/CVLByExample/Immutable/DirectStoragePrivateImmutable.spec#L6) |
| **UnresolvedCallSummarization** | [example](https://github.com/Certora/Examples/blob/niv/CERT-6994-Update-Unresolved-Summary-Example/CVLByExample/UnresolvedCallSummarization/TrusterLenderPool.spec#L8) |
| **UnresolvedCallSummarization** | [example](https://github.com/Certora/Examples/blob/master/CVLByExample/UnresolvedCallSummarization/TrusterLenderPool.spec) |
| **ContractAlias** | [example](https://github.com/Certora/Examples/blob/42395eb745d20c40c14f297fd28b3a658f87f889/CVLByExample/ContractAlias/ContractAlias.spec#L1-L3) |
| **StoreToArray** | [example](https://github.com/Certora/Examples/blob/niv/CERT-6524/CVLByExample/Types/StoreToArray/StoreToArray.spec#L4) |
| **HookOnResetStorageCommand** | [example](https://github.com/Certora/Examples/blob/niv/CERT-7022-Add-Hook-On-Reset-Storage-Example/CVLByExample/HookDisabledOnResetStorageCommand/BankReset.spec#L1-L10) |
| **StoreToArray** | [example](https://github.com/Certora/Examples/blob/master/CVLByExample/Types/StoreToArray/README.md) |
| **HookOnResetStorageCommand** | [example](https://github.com/Certora/Examples/blob/master/CVLByExample/HookDisabledOnResetStorageCommand/README.md) |
| **RevertKeyWord** | [example](https://github.com/Certora/Examples/blob/niv/CERT-8248-Revert-Example/CVLByExample/RevertKeyWord/example.spec#L13) |


Expand Down