Thomas Adams
|
6363deaedd
|
Changed rule onlyHolderOrApprovedCanReduceBalance to include filtered block
|
3 years ago |
Thomas Adams
|
b10a2b8cd3
|
Added burn and burnBatch to filtered block of unexpectedBalanceChange
|
3 years ago |
Thomas Adams
|
bdb49654c5
|
Deleted redundant rule burnBatchAmountProportionalToBalanceReduction
|
3 years ago |
Thomas Adams
|
bab9528dc1
|
Added rule comments re burn method rules holding for burnBatch method
|
3 years ago |
Thomas Adams
|
93928e3e19
|
Added rule burnBatchOnEmptyArraysChangesNothing (passing)
|
3 years ago |
Thomas Adams
|
f3f26e3ff3
|
Modified verification scripts to include --send_only flag
|
3 years ago |
Thomas Adams
|
3eb67081f3
|
Added TODO show equivalence between batch and non-batch methods
|
3 years ago |
Thomas Adams
|
d02c2ccab3
|
Added comments throughout regarding reasoning
|
3 years ago |
Michael George
|
27fa53bba9
|
added init_state axiom for sum of balances
|
3 years ago |
Thomas Adams
|
b90d195c6c
|
Added rule re burnBatch (not implemented)
|
3 years ago |
Thomas Adams
|
a6863a059c
|
Changed invariant total_supply_is_sum_of_balances (partially passing)
|
3 years ago |
teryanarmen
|
669a22e0ff
|
remove duplicate initalize script
|
3 years ago |
teryanarmen
|
cab8e489b2
|
initializable final draft, ready for review
|
3 years ago |
Thomas Adams
|
0119a187c1
|
Added rule multipleTokenBurnBurnBatchEquivalence (passing)
|
3 years ago |
Thomas Adams
|
15e847c835
|
Added invariant balanceOfZeroAddressIsZero (partially passing)
|
3 years ago |
Thomas Adams
|
8e283704c3
|
Modified 1155 Burnable scripts
|
3 years ago |
Thomas Adams
|
38495a5026
|
Added rule singleTokenBurnBurnBatchEquivalence (passing)
|
3 years ago |
Thomas Adams
|
f74e316422
|
Added rule sequentialBurnsEquivalentToSingleBurnOfSum (passing)
|
3 years ago |
Thomas Adams
|
2a73da9f67
|
Added rule burnBatchAmountProportionalToBalanceReduction (unimplemented)
|
3 years ago |
Thomas Adams
|
018c58219f
|
Updated 1155 Pausable and Supply scripts to first run make munged
|
3 years ago |
Thomas Adams
|
bd3427d5ff
|
Included rule burnAmountProportionalToBalanceReduction (passing)
|
3 years ago |
Thomas Adams
|
10f5d8d942
|
Updated verifyERC1155Burnable.sh to first run make munged
|
3 years ago |
teryanarmen
|
b2cdcc38d4
|
final govPreventLateQ
|
3 years ago |
Thomas Adams
|
ca0d3363b8
|
Revised rule description to be more accurate
|
3 years ago |
Thomas Adams
|
78263e2a9a
|
Changed rule description to match phrasing of assert comment
|
3 years ago |
Thomas Adams
|
4dc0ff9fe3
|
Added assert message
|
3 years ago |
Thomas Adams
|
1dd3b7a307
|
Made comment changes to Burnable and Pausable spec files
|
3 years ago |
Michael George
|
657a051062
|
replaced burn with generic function
|
3 years ago |
Thomas Adams
|
da1cda69bf
|
Merge branch 'certora/erc1155ext' of github.com:Certora/openzeppelin-contracts into certora/erc1155ext
|
3 years ago |
Thomas Adams
|
428197be69
|
Added tester rule for only burn
|
3 years ago |
Michael George
|
5e69b54af1
|
added solc version
|
3 years ago |
Michael George
|
04382cd1d3
|
fixed a munging merge problem
|
3 years ago |
Michael George
|
d01f3ba925
|
unclobbered gitignore file
|
3 years ago |
Michael George
|
94eba74016
|
removed some patch cruft
|
3 years ago |
Michael George
|
8ec6785cb8
|
Merge branch 'master' into certora/erc1155ext. Resolved conflicts in
applyHarness by manually merging.
|
3 years ago |
Hadrien Croubois
|
61294a62af
|
Restore previous behavior of initializer during construction (#3344)
|
3 years ago |
Colin Hicks
|
f8157ac854
|
Add multiProofVerify (#3276)
|
3 years ago |
Thomas Adams
|
0321f38054
|
Added remaining rules, unclear if rules_sanity is passing
|
3 years ago |
Nate Lapinski
|
65b45726b3
|
Add memory safe assembly annotations (#3384)
Co-authored-by: Nate <nate@Nates-MacBook-Pro.local>
|
3 years ago |
silencio
|
c019e7c5bb
|
Fix typo causing broken URL in ERC20Snapshot comment (#3428)
|
3 years ago |
Thomas Adams
|
36327ce8c5
|
Added script to verify ERC1155Burnable
|
3 years ago |
Thomas Adams
|
39f29ec3fd
|
Added spec for ERC1155Burnable with rule sanity
|
3 years ago |
Thomas Adams
|
7a2b502b9c
|
Added harness for ERC1155Burnable
|
3 years ago |
Artur
|
de74c8c62c
|
Add bytes32 to uint enumerable map (#3416)
|
3 years ago |
Hadrien Croubois
|
b61faf8368
|
Procedural SafeCast.sol generation (#3245)
|
3 years ago |
Michael George
|
46cb74f3cf
|
held tokens should exist passing
|
3 years ago |
ashhanai
|
c4f76cfa15
|
Add uint to uint enumerable map (#3338)
|
3 years ago |
teryanarmen
|
fa89068f2b
|
8.5/10 rules finished
|
3 years ago |
Hadrien Croubois
|
6339027a7a
|
Add mention of events possibly emitted (#3421)
|
3 years ago |
Martín Triay
|
46db8a98b0
|
Rename return parameter (#3413)
|
3 years ago |