Commit Graph

6 Commits

Author SHA1 Message Date
0xb337r007 77b799111d
update certora config and add a rule for setMaxSupply 2024-02-21 16:27:15 +01:00
0xb337r007 36efa32a9c
fix integrityOfMintTo 2024-02-21 16:27:15 +01:00
0xb337r007 50d22d68a5
add specs 2024-02-21 16:27:15 +01:00
r4bbit e3142f1e52 refactor: move certora configs into individual scripts
This is done to allow execution of multiple verifications per command,
such that we can still use `pnpm verify` as usual to run all specs, but
also target individual specs using `pnpm verify:sub_command`.
2024-01-19 07:28:25 +01:00
r4bbit 847cbb9107 chore: introduce certora specs for CommunityTokenDeployer
This adds some basic specs for the `CommunityTokenDeployer` and its
interaction with `CommunityOwnerTokenRegistry`.
2024-01-19 07:28:25 +01:00
r4bbit 8773220abe
feat: add certora CI integration (#24)
This backports Certora CI integration to this repository, resulting in
GitHub Actions being extended to run formal verification on any change
to contracts that comes in via pull requests.
2023-12-14 08:53:57 +01:00