|
|
38448c104a
|
Add recommendation to initialize all contracts that use Initializable
|
2021-09-13 18:08:50 -03:00 |
|
|
|
9b4326d91e
|
Fixed a typo (#2835)
|
2021-08-30 15:20:35 +02:00 |
|
|
|
6edb6dd1ca
|
4.3.1
|
2021-08-26 17:59:03 -03:00 |
|
|
|
0ec7f4c25d
|
Add additional isOperationReady check in TimelockController
(cherry picked from commit cec4f2ef57)
|
2021-08-24 16:23:37 -03:00 |
|
|
|
cec4f2ef57
|
Add additional isOperationReady check in TimelockController
|
2021-08-24 16:23:12 -03:00 |
|
|
|
83644fdb6a
|
Remove unused SafeMath.sol import (#2823)
|
2021-08-20 21:26:41 +00:00 |
|
|
|
56d4063e92
|
Add comment about optimizer in GovernorCompatibilityBravo
|
2021-08-20 12:38:44 -03:00 |
|
|
|
1d2e15fbd7
|
4.3.0
|
2021-08-17 12:35:02 -03:00 |
|
|
|
e3cbfcd44b
|
Improve Governor documentation
(cherry picked from commit 4ac1070cd3)
|
2021-08-17 11:20:50 -03:00 |
|
|
|
7072b623af
|
Fix typo casted -> cast
(cherry picked from commit 9253c614d2)
|
2021-08-13 18:17:22 -03:00 |
|
|
|
635e36ff08
|
4.3.0-rc.0
|
2021-08-06 16:08:58 +02:00 |
|
|
|
6618f9f184
|
Fix documentation of functions in interfaces directory
|
2021-08-06 11:06:30 -03:00 |
|
|
|
541e82144f
|
Optimize EOA signature verification (#2661)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-08-06 10:47:52 -03:00 |
|
|
|
18668870fd
|
Add an interface folder that lists common interfaces (#2517)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-08-06 10:36:34 -03:00 |
|
|
|
4b152bd8ce
|
Improve Governor (#2794)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2021-08-04 18:29:13 -03:00 |
|
|
|
9a385dcb45
|
fix typo
|
2021-08-02 12:14:20 +02:00 |
|
|
|
3dadd40034
|
Avoid safe math in BitMap (#2797)
|
2021-07-30 09:48:45 +02:00 |
|
|
|
0500c9e53e
|
Use "OpenZeppelin Contracts" where appropriate (#2778)
|
2021-07-20 10:35:58 -03:00 |
|
|
|
d3c5bdf4de
|
Fix yellowpaper reference (#2775)
|
2021-07-19 09:45:04 -03:00 |
|
|
|
7e41bf2259
|
Remove ERC20FlashMint from drafts section in docs
|
2021-07-16 19:44:40 -03:00 |
|
|
|
6c1a634053
|
Add Governor contracts (#2672)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-07-16 12:44:01 -03:00 |
|
|
|
f88e555234
|
Add values() functions to EnumerableSets (#2768)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-07-16 12:06:47 -03:00 |
|
|
|
c346c09b01
|
Clarify zero address usage in proposer and executor roles in Timelock (#2765)
* Clarify zero address usage in proposer and executor roles in access control
* Address zero only applies to executor
* Fix incorrect role
|
2021-07-14 16:39:08 +02:00 |
|
|
|
3935b907d4
|
Fix NatSpec comment syntax
|
2021-07-13 17:10:54 -03:00 |
|
|
|
4e2641a915
|
Simplify selector access (#2766)
|
2021-07-13 01:23:14 +02:00 |
|
|
|
973b0f883a
|
fix typo in erc20 docs (#2764)
|
2021-07-12 16:45:39 +02:00 |
|
|
|
6d97f09195
|
Gas optimization on average function of Math.sol (#2757)
* change implementation to save gas
* add average test with two max uni256 number
|
2021-07-10 21:28:12 +02:00 |
|
|
|
9eba3ef29a
|
fix two minor typos (#2755)
|
2021-07-08 17:23:13 +02:00 |
|
|
|
23b3807ea7
|
Use private instead of immutable in ERC2771Context (#2754)
|
2021-07-06 14:41:03 -03:00 |
|
|
|
922058dbc8
|
Change comma to decimal point in comment (#2742)
|
2021-07-05 12:20:27 -03:00 |
|
|
|
b9e2c7896d
|
Merge branch 'release-v4.2'
|
2021-06-30 14:31:57 -03:00 |
|
|
|
9fbc1d71c0
|
4.2.0
|
2021-06-30 14:29:37 -03:00 |
|
|
|
eea376911b
|
Reorder AccessControl event to emit after assignment (#2738)
|
2021-06-24 10:38:02 -03:00 |
|
|
|
1db3037808
|
Fix misleading comments (#2737)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-06-24 10:37:20 -03:00 |
|
|
|
556e366ce5
|
4.2.0-rc.0
|
2021-06-23 09:54:29 -03:00 |
|
|
|
6842518b1b
|
Wrapper extension for ERC20 token (#2633)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-06-22 19:27:33 -03:00 |
|
|
|
8a775cd8d4
|
Emit DelegateVotesChanged events after Transfer (#2733)
|
2021-06-22 19:14:40 -03:00 |
|
|
|
4d0f8c1da8
|
Check inheritance tree consistency (#2727)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-06-18 15:08:13 +00:00 |
|
|
|
27e09007cc
|
Reorder state changes and event emission for consistency (#2719)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-06-18 14:58:50 +00:00 |
|
|
|
00128bd260
|
Fix function ordering in ERC1967Upgrades (#2722)
|
2021-06-14 18:54:19 -03:00 |
|
|
|
f710bafae8
|
Fix typos (#2723)
|
2021-06-14 18:51:56 -03:00 |
|
|
|
788d338c9b
|
Improve naming of internal variables (#2721)
|
2021-06-14 18:51:37 -03:00 |
|
|
|
6f50f6e1ef
|
Remove repeated code from ERC1967Upgrade (#2720)
|
2021-06-14 18:50:51 -03:00 |
|
|
|
fd111df16d
|
Remove unecessary code from Context (#2718)
|
2021-06-14 18:44:00 -03:00 |
|
|
|
0a05f6fa45
|
Add a recover(bytes32,bytes32,bytes32) that follows EIP2098 (#2713)
|
2021-06-14 15:12:08 -03:00 |
|
|
|
f7da53cebd
|
Add a BitMap struct (#2710)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-06-11 15:24:00 -03:00 |
|
|
|
b0cf6fbb7a
|
Add Prettier for linting and fix Solhint config (#2697)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-06-07 12:33:03 -03:00 |
|
|
|
e3661abe84
|
Split ERC20Votes and ERC20VotesComp (#2706)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
2021-06-04 12:52:19 -03:00 |
|
|
|
1488d4f678
|
Improve ECDSA tests and docs (#2619)
|
2021-06-01 17:59:24 -03:00 |
|
|
|
adc50d465c
|
Tweak ERC20Votes revert reasons and documentation (#2696)
* adapt revert reason convention
* add whitespace
* tweak documentation
* fix tests
|
2021-05-27 18:16:37 +02:00 |
|