|
|
3bd9ed377e
|
Better context on _spendAllowance NatSpec (#4568)
Co-authored-by: Francisco <fg@frang.io>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-09-13 16:22:05 -03:00 |
|
|
|
6f1685c3eb
|
Merge branch 'master' into audit/wip/2a-2b
|
2023-09-13 11:14:09 +02:00 |
|
|
|
60e3ffe6a3
|
Remove non-standard increaseAllowance and decreaseAllowance from ERC20 (#4585)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-12 11:59:48 -03:00 |
|
|
|
63851f8de5
|
Fix typographical errors & comments (#4595)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-11 18:44:28 -03:00 |
|
|
|
b6111faac8
|
Use namespaced storage for upgradeable contracts (#4534)
|
2023-09-11 16:32:10 -03:00 |
|
|
|
095c8e120c
|
Remove SafeERC20.safePermit (#4582)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-11 12:07:25 -03:00 |
|
|
|
a07f28b00c
|
Improve AccessManager docs (#4586)
|
2023-09-11 15:54:22 +02:00 |
|
|
|
bba33516b1
|
Remove unused return value and reuse helper function (#4588)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-09-08 18:24:23 -03:00 |
|
|
|
01659449d4
|
Make Solidity pragma consistent (#4589)
|
2023-09-08 18:24:06 -03:00 |
|
|
|
7ae7f3ef4b
|
Remove unused import (#4590)
|
2023-09-08 18:05:26 -03:00 |
|
|
|
26c22169f0
|
Rename custom error AleadyInitialized → InvalidInitialization (#4592)
|
2023-09-08 18:05:00 -03:00 |
|
|
|
6f80048ce9
|
Improve natspec documentation and comments (#4581)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-09-07 22:10:28 -03:00 |
|
|
|
d54f4ac4b7
|
Rename AccessManager groups to roles (#4580)
|
2023-09-07 20:58:50 -03:00 |
|
|
|
a05a529049
|
Rename AccessManager.relay to execute (#4578)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-09-07 10:08:45 +02:00 |
|
|
|
25c416d01c
|
Rename internal variables in EnumerableSet for improved readability (#4577)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-09-06 23:10:19 -03:00 |
|
|
|
5a77c9995f
|
Make isConsumingScheduleOp return bytes4 to mitigate clashes (#4575)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-09-06 20:54:44 -03:00 |
|
|
|
e2a9353dea
|
Remove unused named return variables (#4573)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-06 11:35:07 +02:00 |
|
|
|
87f7a2cd42
|
Refactor Time library to use valueBefore/valueAfter (#4555)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-05 23:19:21 -03:00 |
|
|
|
bb7ca7d151
|
Prevent setting address(0) as the initialAdmin in AccessManager (#4570)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-05 18:47:05 -03:00 |
|
|
|
5abbd04933
|
Improve Initializable readability using intermediate variables (#4576)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-05 18:46:14 -03:00 |
|
|
|
ff9d089dad
|
Add a boolean to AccessManager.GrantGroup (#4569)
|
2023-09-05 11:50:56 -03:00 |
|
|
|
33cab7cd25
|
AccessManager: Remove classes (#4562)
|
2023-09-05 11:49:54 -03:00 |
|
|
|
1523a4f071
|
Fix accuracy of docs for ERC20._burn (#4574)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-04 18:05:42 -03:00 |
|
|
|
e7ba2f7784
|
Move beneficiary zero address check to Ownable (#4531)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-04 20:17:16 +00:00 |
|
|
|
f154bc31d4
|
Fix some spelling issues in AccessManager.sol & Time.sol (#4571)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-04 13:54:28 -03:00 |
|
|
|
9d2adccf87
|
Add a minimum delay on all admin update operations (#4557)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-04 13:47:51 -03:00 |
|
|
|
630844ef50
|
Merge branch 'feat/access-manager' into audit/wip/2a-2b
|
2023-09-04 15:58:56 +02:00 |
|
|
|
e891ec587d
|
Merge branch 'master' into feat/access-manager
|
2023-09-04 15:55:53 +02:00 |
|
|
|
9612083826
|
Refactor ERC721 _requireMinted and ownerOf (#4566)
|
2023-09-04 15:54:21 +02:00 |
|
|
|
a503ba1a0a
|
Avoid overflow on empty multiproof (#4564)
|
2023-09-04 10:17:03 +02:00 |
|
|
|
c0545f741b
|
Delete unused variable (#4565)
|
2023-09-04 10:16:23 +02:00 |
|
|
|
98b83dfbaa
|
Move security directory contents to utils (#4551)
|
2023-09-04 10:11:30 +02:00 |
|
|
|
424149a682
|
Stop cleaning up token specific data on ERC-721 burn (#4561)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-09-02 01:59:00 -03:00 |
|
|
|
b7da617d8d
|
Define ERC-4906 interfaceId in a private constant (#4560)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-09-02 01:31:59 -03:00 |
|
|
|
00c5da2034
|
Allow setting tokenURI for non-existent token (#4559)
Co-authored-by: Francisco <fg@frang.io>
|
2023-09-02 01:24:05 -03:00 |
|
|
|
10e00c8ef5
|
Missing view keyword IAccessManager interface (#4558)
|
2023-09-01 19:07:20 -03:00 |
|
|
|
8186c07a83
|
Follow _approve overrides in ERC721._update (#4552)
|
2023-08-31 11:23:40 -03:00 |
|
|
|
8a0b7bed82
|
Update ERC-7201 location for Initializable (#4554)
|
2023-08-31 11:02:05 +02:00 |
|
|
|
3266bca150
|
Revert memory pointer to storage pointer (#4550)
|
2023-08-30 19:58:51 +00:00 |
|
|
|
cd67894914
|
Use Trace208 in Votes to support ERC6372 clocks (#4539)
Co-authored-by: Francisco <fg@frang.io>
|
2023-08-30 17:25:17 +00:00 |
|
|
|
812404cee8
|
Use leading underscore solhint rule for private constants (#4542)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-08-29 18:25:35 -03:00 |
|
|
|
a5ed318634
|
Refactor access to Checkpoint struct without using memory (#4512)
|
2023-08-25 20:17:32 -03:00 |
|
|
|
b2e7bab920
|
caching result of reading storage variable to save gas (#4535)
|
2023-08-25 19:49:34 +02:00 |
|
|
|
adbb8c9d27
|
Add Governor module connecting with AccessManager (#4523)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2023-08-16 02:33:49 -03:00 |
|
|
|
fab65cd08b
|
Merge branch 'master' into feat/access-manager
|
2023-08-16 02:23:53 -03:00 |
|
|
|
9e3f4d60c5
|
Use the _update mechanism in ERC721 (#4377)
Co-authored-by: Francisco Giordano <fg@frang.io>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2023-08-09 11:03:27 -06:00 |
|
|
|
cb0ffefe2f
|
Use named arguments in mapping types (#4433)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-08-08 22:48:56 -03:00 |
|
|
|
b5a3e693e7
|
Improve AccessManager (#4520)
|
2023-08-08 03:22:59 -03:00 |
|
|
|
48b860124c
|
Remove outdated warning from ERC2771Forwarder (#4519)
|
2023-08-07 22:29:48 -03:00 |
|
|
|
736091afc4
|
Refactor restriction mechanism in AccessManager to enable enforce executionDelay (#4518)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-08-07 20:21:46 -03:00 |
|