|
|
c33e7bd340
|
update governor specs
|
2023-03-13 17:26:38 +01:00 |
|
|
|
4b11b4d3a6
|
codespell
|
2023-03-13 14:54:39 +01:00 |
|
|
|
f71bc6899f
|
clean
|
2023-03-13 14:31:38 +01:00 |
|
|
|
318cfd501b
|
update
|
2023-03-13 14:12:10 +01:00 |
|
|
|
f44e26fa7b
|
disable wip specs
|
2023-03-10 16:55:37 +01:00 |
|
|
|
ec82e2f6fd
|
use micromatch
|
2023-03-10 15:34:48 +01:00 |
|
|
|
9f39697a44
|
lint
|
2023-03-10 15:08:42 +01:00 |
|
|
|
f35c824435
|
fix specs
|
2023-03-10 15:05:17 +01:00 |
|
|
|
5421355e57
|
test both modes
|
2023-03-10 14:30:45 +01:00 |
|
|
|
1f5982b5e3
|
starting to work on governor specifications
|
2023-03-10 14:23:48 +01:00 |
|
|
|
f8e3c375d1
|
Credit YieldBox for virtual offset (#4103)
|
2023-03-09 17:55:52 -03:00 |
|
|
|
58a62916de
|
Bump and pin Forge Std submodule (#4102)
|
2023-03-09 17:41:08 +00:00 |
|
|
|
3214f6c256
|
Add FV specification for ERC20Wrapper (#4100)
Co-authored-by: Francisco <fg@frang.io>
|
2023-03-08 22:12:37 +00:00 |
|
|
|
5f7f660c6e
|
Add FV specs for Initializable (#4095)
Co-authored-by: Francisco <fg@frang.io>
|
2023-03-08 22:17:35 +01:00 |
|
|
|
b952a82d29
|
Throw error when requested specs are not found (#4101)
|
2023-03-08 22:16:37 +01:00 |
|
|
|
a55013e742
|
Add effect checks on the accesscontrol specs (#4099)
|
2023-03-08 19:31:46 +01:00 |
|
|
|
aaad1f4a4f
|
Add FV specs for Ownable and Ownable2Steps (#4094)
Co-authored-by: Santiago Palladino <spalladino@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2023-03-08 19:30:07 +01:00 |
|
|
|
4fb6833e32
|
Formal verification using Certora (#4084)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-03-06 21:31:48 +00:00 |
|
|
|
de520fe25a
|
Add byteLengthWithFallback to ShortStrings (#4089)
Co-authored-by: Francisco <fg@frang.io>
|
2023-03-06 20:44:58 +00:00 |
|
|
|
7f028d6959
|
Fix empty short string encoding (#4088)
Co-authored-by: Francisco <fg@frang.io>
|
2023-03-03 22:45:52 +01:00 |
|
|
|
eedca5d873
|
Merge release-v4.8 branch
|
2023-03-02 21:13:25 -03:00 |
|
|
|
e58c6d8ff4
|
Fix linter error
|
2023-03-02 19:47:41 -03:00 |
|
|
|
8ba26f388f
|
Merge pull request from GHSA-878m-3g6q-594q
* Test batch minting of 1
* Fix balance tracking
* fix lint
* add changeset
* rename UNSAFE -> unsafe
* fix docs
* fix changeset
* grammar
* add explanation of preserved invariant
* add fuzz tests
* rename variable
* improve property definition
* add burn
* add test ownership multiple batches
* refactor fuzz tests
* change ownership test for better probability
* typo
* reorder comment
* update changelog notes
* edit changelog
* lint
* Update CHANGELOG.md
---------
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-03-02 19:41:28 -03:00 |
|
|
|
0ebc6e3529
|
Fix grammar in docs (#4085)
|
2023-03-02 10:40:36 +01:00 |
|
|
|
e1a77ab15f
|
Fix an upgrade replay bug in Governor.propose (#4082)
|
2023-03-01 15:35:15 -03:00 |
|
|
|
dad73159df
|
Add AccessControlDefaultAdminRules (#4009)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-24 21:48:08 +00:00 |
|
|
|
2c69f9f9f5
|
Fix comment on ERC777._beforeTokenTransfer (#3982)
|
2023-02-24 18:31:54 -03:00 |
|
|
|
3f3774c5df
|
Improve ERC1363 documentation (#3993)
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-24 18:28:37 -03:00 |
|
|
|
8b47e96af1
|
Add SafeERC20.forceApprove() (#4067)
|
2023-02-24 20:29:49 +00:00 |
|
|
|
0fbd039554
|
Update lockfile (#4018)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-02-24 17:14:21 -03:00 |
|
|
|
2c6ef8c875
|
Fix ERC1363 interfaceId (#4074)
|
2023-02-24 16:14:49 -03:00 |
|
|
|
eb38c059d8
|
Add comment on unchecked arithmetic (division by zero) in Math.sol (#4050)
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-24 18:34:03 +00:00 |
|
|
|
8a43ebac28
|
Document "duplicate" proposal storing in GovernorCompatibilityBravo (#4073)
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-24 13:48:55 -03:00 |
|
|
|
b4d765b130
|
Allow return data length >= 32 in SignatureChecker (#4038)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-02-24 15:05:46 +00:00 |
|
|
|
d5581531de
|
Add a "fees" section to the ERC4626 guide (#4054)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-02-24 11:49:10 -03:00 |
|
|
|
62dbb1b06a
|
Document clock modes for token and governor (#4058)
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-24 11:48:30 -03:00 |
|
|
|
6e88df28cb
|
Mark ERC777 and ERC1820 as deprecated (#4066)
|
2023-02-23 20:06:22 -03:00 |
|
|
|
a6b8366980
|
Improve ERC4626 event coverage (#4072)
|
2023-02-23 17:06:47 -03:00 |
|
|
|
9d06a1b64b
|
Remove unused Solhint overrides (#4069)
|
2023-02-23 12:52:10 +01:00 |
|
|
|
7b3e7b7055
|
Re-enable ERC4626 property test on empty vaults (#4068)
|
2023-02-22 15:23:06 -03:00 |
|
|
|
53235263a3
|
Implement 0x00 version of EIP-191 in ECDSA Library (#4063)
|
2023-02-22 15:22:50 +01:00 |
|
|
|
adb861fb3b
|
Change Governor.cancel to receive all parameters (#4056)
|
2023-02-22 10:00:41 +01:00 |
|
|
|
227473e88c
|
Fix comment in ERC4626 on decimals default (#4060)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-02-21 19:27:34 -03:00 |
|
|
|
df814dd374
|
Update crytic/slither-action action to v0.3.0 (#4064)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-02-21 19:26:14 -03:00 |
|
|
|
1e245aa54b
|
Add isValidERC1271SignatureNow to SignatureChecker library (#3932)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-21 15:16:44 +00:00 |
|
|
|
815bfbf383
|
Deprecate the timers library (#4062)
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-21 11:18:50 -03:00 |
|
|
|
7ac4349710
|
Delete no longer needed .gitattributes file
|
2023-02-17 21:55:42 -03:00 |
|
|
|
08d085f2c9
|
Fix ERC4906 compliance of ERC721URIStorage (#4055)
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-17 13:43:23 -03:00 |
|
|
|
96a2297e15
|
Add IERC4906 interface and use in ERC721 (#4012)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-02-17 09:26:10 +00:00 |
|
|
|
d64d7aa5d1
|
ERC4626 inflation attack mitigation (#3979)
Co-authored-by: Francisco <fg@frang.io>
|
2023-02-17 10:08:31 +01:00 |
|