|
|
fab65cd08b
|
Merge branch 'master' into feat/access-manager
|
2023-08-16 02:23:53 -03: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 |
|
|
|
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 |
|
|
|
9bb8008c23
|
Access Manager (#4416)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-08-07 01:57:10 -03:00 |
|
|
|
1169bb1e51
|
Merge branch 'master' into feat/access-manager
|
2023-08-07 01:28:11 -03:00 |
|
|
|
5ae630684a
|
Add a bool return to _grantRole and _revokeRole (#4241)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2023-08-01 13:58:47 +02:00 |
|
|
|
00cbf5a236
|
Update pragma to 0.8.20 (#4489)
Co-authored-by: Francisco Giordano <fg@frang.io>
Co-authored-by: ernestognw <ernestognw@gmail.com>
|
2023-07-31 17:25:45 -03:00 |
|
|
|
02ea01765a
|
Add custom errors to docs (#4480)
|
2023-07-27 20:18:45 -03:00 |
|
|
|
19293f3ecd
|
Remove outdated comments in AccessControl.sol (#4475)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2023-07-25 02:00:30 +00:00 |
|
|
|
9cf873ea14
|
Change access folder structure (#4359)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2023-07-13 18:54:22 -03:00 |
|
|
|
24ebff5ae9
|
Remove unused imports (#4436)
Co-authored-by: Francisco <fg@frang.io>
|
2023-07-11 14:51:40 -03:00 |
|
|
|
6bf68a41d1
|
Remove "available since" comments (#4424)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-07-06 10:00:34 +02:00 |
|
|
|
874c2d3c02
|
Use explicit imports (#4399)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: ernestognw <ernestognw@gmail.com>
|
2023-06-29 20:12:26 +00:00 |
|
|
|
c44c220254
|
Update Ownable2Step docs (#4384)
Co-authored-by: Francisco <fg@frang.io>
|
2023-06-23 19:37:27 -03:00 |
|
|
|
a7a94c7746
|
Update comment to reflect code logic in Ownable.sol (#4369)
|
2023-06-22 16:34:53 -06:00 |
|
|
|
b425a72240
|
Replace revert strings with custom errors (#4261)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2023-06-12 23:41:52 +00:00 |
|
|
|
df2778f38e
|
Remove override interface implementations (#4315)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2023-06-06 18:13:08 -06:00 |
|
|
|
7bb5592ad5
|
Bump minimum pragma version to 0.8.19 (#4288)
|
2023-05-29 21:37:37 +02:00 |
|
|
|
5955d8e85b
|
Merge remote-tracking branch 'upstream/master' into next-v5.0
|
2023-05-25 10:52:46 +02:00 |
|
|
|
09329f8a18
|
Merge release-v4.9 branch (#4274)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-05-24 10:37:00 -03:00 |
|
|
|
13d5e0466a
|
Make Ownable's initial owner explicit (#4267)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2023-05-23 18:26:43 -03:00 |
|
|
|
0f10efe232
|
Remove code in preparation for v5.0 (#4258)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
Co-authored-by: Francisco <fg@frang.io>
|
2023-05-19 22:48:05 +02:00 |
|
|
|
3ec4307c8a
|
Fix bug allowing anyone to cancel an admin renounce (#4238)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-05-11 17:17:06 +00:00 |
|
|
|
3e1b25a5cf
|
Clean up pending admin schedule on renounce in DefaultAdminRules (#4230)
|
2023-05-10 20:08:05 +00:00 |
|
|
|
72ed4ca67a
|
Ensure AccessControlDefaultAdminRules's initialDefaultAdmin is non-zero (#4220)
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2023-05-05 16:31:23 -03:00 |
|
|
|
d23f818a59
|
Fix AccessControlDefaultAdminRules admin consistency (#4177)
Co-authored-by: Francisco <fg@frang.io>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-04-28 15:09:58 +02:00 |
|
|
|
a522187b50
|
Implement suggestions from audit of AccessManager (#4178)
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2023-04-22 15:40:49 -03:00 |
|
|
|
7f5e91062e
|
Merge branch 'master' into feat/access-manager
|
2023-03-26 14:33:49 -03:00 |
|
|
|
ca822213f2
|
Make AccessControlDefaultAdminRules delay configurable (#4079)
Co-authored-by: Francisco <fg@frang.io>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2023-03-26 14:23:13 -03:00 |
|
|
|
fa112be682
|
Add AccessManager contracts (#4121)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
|
2023-03-24 19:37:08 -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 |
|
|
|
a34dd8bb1b
|
Add solidity language to missing code snippets (#3992)
|
2023-01-24 18:00:03 -03:00 |
|
|
|
c9bc4f8203
|
Make Ownable2Step.acceptOwnership virtual (#3960)
|
2023-01-17 23:57:14 -03:00 |
|
|
|
24d1bb668a
|
Add Ownable2Step to the docs (#3836)
Co-authored-by: Francisco <fg@frang.io>
|
2022-12-01 10:34:58 -03:00 |
|
|
|
49c0e4370d
|
4.8.0
|
2022-11-08 11:29:29 -03:00 |
|
|
|
1f18fea1de
|
4.8.0-rc.2
|
2022-10-17 18:53:40 +02:00 |
|
|
|
16791134c1
|
4.8.0-rc.1
|
2022-09-23 18:59:29 +02:00 |
|
|
|
5e6fd491f3
|
4.8.0-rc.0
|
2022-09-07 18:08:32 -03:00 |
|
|
|
1f0e7cdf04
|
Add Ownable2Step extension with 2-step transfer (#3620)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-09-01 15:46:44 +00:00 |
|
|
|
3dac7bbed7
|
Merge v4.7 back into master (#3516)
|
2022-06-29 12:34:30 +02:00 |
|
|
|
40172c22d9
|
Refactor address-to-hex-string conversion in _checkRole function (#3509)
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2022-06-27 20:45:51 +00:00 |
|
|
|
08d109d877
|
Optimize Ownable and Pausable modifiers' size impact (#3347)
|
2022-06-07 15:21:58 +02:00 |
|
|
|
6339027a7a
|
Add mention of events possibly emitted (#3421)
|
2022-05-19 13:35:42 -03:00 |
|
|
|
a035b235b4
|
Release v4.6 (#3358)
* 4.6.0-rc.0
* Fix release script to only release @openzeppelin/contracts
(cherry picked from commit 2bd75a44bb)
* make ERC2981:royaltyInfo public (#3305)
(cherry picked from commit d2832ca7a9)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* add transpilation guards to the crosschain mocks (#3306)
(cherry picked from commit 9af5af8fff)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Fix tests on upgradeable contracts after transpilation
(cherry picked from commit 0762479dd5)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Remove unused constructor argument
(cherry picked from commit 69c3781043)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Bump minimum Solidity version for Initializable.sol to 0.8.2 (#3328)
(cherry picked from commit cb14ea3c5c)
* Fix update-comment script to ignore invalid tags
(cherry picked from commit 848fef5b6c)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* 4.6.0
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-04-27 09:34:09 +02:00 |
|
|
|
668a648bc6
|
Add utilities for CrossChain messaging (#3183)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-03-30 11:41:04 -03:00 |
|
|
|
afb20119b3
|
Release v4.5
|
2022-02-09 18:16:53 -03:00 |
|
|
|
fb950c6166
|
Add a virtual _checkRole(bytes32) internal function to AccessControl (#3137)
* add a virtual _onlyRole(bytes32) modifier
* _onlyRole(role) → _checkRole(role)
* update doc
|
2022-01-26 21:36:10 +01:00 |
|
|
|
ecae978cb5
|
Make more functions virtual (#3078)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2022-01-13 18:56:36 +00:00 |
|
|
|
6bd6b76d11
|
4.4.1
|
2021-12-14 13:14:39 -03:00 |
|