|
|
4135bf9707
|
Fix typos in timelock test (#3461)
fix typos
|
2022-06-11 09:31:30 +02:00 |
|
|
|
429b2242d8
|
Disable test for updated generated code on upgradeable contracts
|
2022-06-10 18:13:47 -03:00 |
|
|
|
c10a097fa8
|
Disable all checks but tests on upgradeable repository
|
2022-06-10 16:37:52 -03:00 |
|
|
|
cb7dbf8297
|
Disable coverage on upgradeable repository
|
2022-06-09 19:58:26 -03:00 |
|
|
|
6820ff8b9c
|
Merge branch 'OpenZeppelin:master' into certora/erc1155ext
|
2022-06-08 16:39:13 -07:00 |
|
|
|
65ab8e9ac4
|
Changed rule transfersHaveSameLengthInputArrays (passing) to use _ instead of holder
|
2022-06-07 17:51:27 -07:00 |
|
|
|
9bbc7b7eb3
|
Moved three transfer rules from 1155Supply spec to base 1155 spec
|
2022-06-07 17:32:45 -07:00 |
|
|
|
e4492aed8a
|
Cleaned up code for rule transfersHaveSameLengthInputArrays (passing)
|
2022-06-07 17:26:22 -07:00 |
|
|
|
9c45c52c4b
|
Fix CI script name for GovernorPreventLateQuorum
|
2022-06-07 17:26:11 -07:00 |
|
|
|
ca034ab3df
|
Deleted unused method from GovPreventLateQuorum
|
2022-06-07 17:20:50 -07:00 |
|
|
|
75a3602ba6
|
Modified rule transfersHaveSameLengthInputArrays (passing) to limit array size
|
2022-06-07 17:16:45 -07:00 |
|
|
|
7c75b8aa89
|
Add a SafeERC20:safePermit function (#3280)
|
2022-06-07 15:17:02 +00:00 |
|
|
|
08d109d877
|
Optimize Ownable and Pausable modifiers' size impact (#3347)
|
2022-06-07 15:21:58 +02:00 |
|
|
|
3ac4add548
|
Add sqrt for math (#3242)
|
2022-06-07 08:26:45 +02:00 |
|
|
|
7946806fb3
|
Commented out sanity rules for the purposes of CI
|
2022-06-06 17:34:11 -07:00 |
|
|
|
3aa7ff74b0
|
Update lockfile (#3442)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-06-06 21:31:16 +00:00 |
|
|
|
994cf9b34b
|
Clarify role of MinimalForwarder (#3399)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-06-06 18:27:56 -03:00 |
|
|
|
f6cd8032ba
|
Fix typo in crosschain.adoc (#3453)
|
2022-06-06 18:20:23 -03:00 |
|
|
|
84b371f92c
|
Added rule transfersHaveSameLengthInputArrays (partially passing)
|
2022-06-06 13:54:53 -07:00 |
|
|
|
051cc9e446
|
Revert unwanted breaking change in the Clones library (#3456)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-06-06 20:41:48 +00:00 |
|
|
|
cccd90ec83
|
fix typo in CI
|
2022-06-06 13:06:28 -07:00 |
|
|
|
ee2f0ecb68
|
Improved multiple token transfer batch transfer equivalence rule
|
2022-06-06 13:02:41 -07:00 |
|
|
|
6a4fc6acb8
|
set up CI for round3 scripts
|
2022-06-06 12:57:50 -07:00 |
|
|
|
1aa8141b14
|
removed a assert failure message from an invariant in Initializable spec
|
2022-06-06 12:56:19 -07:00 |
|
|
|
866042d6fc
|
Added two transfer batch transfer equivalence rules
|
2022-06-06 12:53:13 -07:00 |
|
|
|
234b843c36
|
commented out failing rules and added solc version to ERC1155
|
2022-06-06 15:44:07 -04:00 |
|
|
|
a373d25b01
|
updated CI to match moving scripts to old
|
2022-06-06 15:35:08 -04:00 |
|
|
|
f4b2aff79e
|
added erc1155ext branch to CI
|
2022-06-06 15:33:29 -04:00 |
|
|
|
371818f792
|
Removed reference to _burn and _mint
|
2022-06-06 12:26:41 -07:00 |
|
|
|
3ccaf4f6d1
|
Updated and cleaned up rule descriptions
|
2022-06-06 11:50:05 -07:00 |
|
|
|
ffa3daa5d9
|
Modified verification scripts and Supply spec syntax
|
2022-06-06 11:42:42 -07:00 |
|
|
|
990fd18c21
|
make ERC1155Harness, set up script, and undo munging for ERC1155
|
2022-06-06 11:26:58 -07:00 |
|
|
|
5a7cc50974
|
Modified burnable verification script to follow script naming convention
|
2022-06-06 11:25:48 -07:00 |
|
|
|
e3341255b2
|
Added rule skeletons for equivalence rules
|
2022-06-06 11:24:50 -07:00 |
|
|
|
69d9ebfcdf
|
Added modified scripts to run previous ERC1155 spec
|
2022-06-06 11:24:50 -07:00 |
|
|
|
54ce38c2e5
|
Remove runtime check of ERC1967 storage slots (#3455)
|
2022-06-06 15:22:51 -03:00 |
|
|
|
be18334b69
|
Merge branch 'OpenZeppelin:master' into certora/erc1155ext
|
2022-06-06 09:23:03 -07:00 |
|
|
|
5516589b88
|
final initializable spec modulo extra natspec style comments
|
2022-06-03 16:45:27 -07:00 |
|
|
|
6363deaedd
|
Changed rule onlyHolderOrApprovedCanReduceBalance to include filtered block
|
2022-06-03 16:12:12 -07:00 |
|
|
|
b10a2b8cd3
|
Added burn and burnBatch to filtered block of unexpectedBalanceChange
|
2022-06-03 13:56:46 -07:00 |
|
|
|
d506e3b1a5
|
Simplify Initializable (#3450)
|
2022-06-03 19:30:50 +00:00 |
|
|
|
bdb49654c5
|
Deleted redundant rule burnBatchAmountProportionalToBalanceReduction
|
2022-06-03 12:27:08 -07:00 |
|
|
|
bab9528dc1
|
Added rule comments re burn method rules holding for burnBatch method
|
2022-06-03 12:24:03 -07:00 |
|
|
|
93928e3e19
|
Added rule burnBatchOnEmptyArraysChangesNothing (passing)
|
2022-06-03 12:13:10 -07:00 |
|
|
|
113443470c
|
Reorder arguments for multiProof functions (#3447)
|
2022-06-03 09:36:14 +02:00 |
|
|
|
35090c1bf1
|
Add tests for improved coverage (#3448)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-06-02 23:01:55 +00:00 |
|
|
|
04204b8fb9
|
Improve GitHub Actions (#3451)
|
2022-06-02 19:42:49 -03:00 |
|
|
|
f3f26e3ff3
|
Modified verification scripts to include --send_only flag
|
2022-06-02 14:25:08 -07:00 |
|
|
|
3eb67081f3
|
Added TODO show equivalence between batch and non-batch methods
|
2022-06-02 14:15:20 -07:00 |
|
|
|
d02c2ccab3
|
Added comments throughout regarding reasoning
|
2022-06-02 14:08:29 -07:00 |
|