- 10 Mar, 2022 2 commits
-
-
github-actions authored
-
Francisco Giordano authored
-
- 09 Mar, 2022 4 commits
-
-
github-actions authored
-
* replace `immutable` with `constant` for _PERMIT_TYPEHASH This commit is related to the following issue discussion: https://github.com/OpenZeppelin/contracts-wizard/issues/89#issuecomment-1042391318 Since Solidity version `0.6.12` the `keccak256` of string literals is treated specially and the hash is evaluated at compile time. Since the OpenZeppelin Wizard also uses `constant` for OpenZeppelin's AccessControl's roles declarations, it's good practice to make this consistent. * Update CHANGELOG * fix: ensure transpiler compatibility * fix: fixing var-name-mixedcase * prettier & lint check Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Pascal Marco Caversaccio authored -
github-actions authored
-
Vuong Tru authored
-
- 08 Mar, 2022 10 commits
-
-
github-actions authored
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored -
github-actions authored
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored -
github-actions authored
-
Amirhossein Banavi authored
-
github-actions authored
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored -
github-actions authored
-
Francisco Giordano authored
-
- 04 Mar, 2022 4 commits
-
-
github-actions authored
-
Fix camelcase of 'lastvalue' to 'lastValue'
Ben authored -
github-actions authored
-
Francisco Giordano authored
-
- 02 Mar, 2022 3 commits
-
-
github-actions authored
-
Francisco Giordano authored
-
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] authored
-
- 01 Mar, 2022 3 commits
-
-
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] authored -
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Ben DiFrancesco authored -
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] authored
-
- 25 Feb, 2022 1 commit
-
-
JulissaDantes authored
-
- 23 Feb, 2022 1 commit
-
-
Hadrien Croubois authored
-
- 22 Feb, 2022 2 commits
-
-
Hadrien Croubois authored
-
Fix misspelling in ERC20 contract comments.
GitHubPang authored
-
- 18 Feb, 2022 4 commits
-
-
* add a protection mechanism to prevent relaying transaction that are not part of an execute operation * more accurate relay authorization * force reset the relay authorizations after executions * refactor of the onlyGovernor modifier * only whitelist when executor is not governor itself * fix lint * add private function for call permission management * use deque * fix lint * remove unecessary dependency * remove unecessary dependency * comment rephrasing * Update contracts/governance/Governor.sol Co-authored-by: Francisco Giordano <frangio.1@gmail.com> * cache keccak256(_msgData()) * use Context * lint * conditionnal clear * add test to cover queue.clear() * lint * write more extended docs for onlyGovernance * add changelog entry Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored -
Francisco Giordano authored
-
github-actions authored
-
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] authored
-
- 16 Feb, 2022 6 commits
-
-
github-actions authored
-
Francisco Giordano authored
-
github-actions authored
-
Francisco Giordano authored
-
github-actions authored
-
* add vector, lifo and fifo structures * fix lint * need more memory for coverage * remove Vector wrappers and gas optimization * refactor Vector testing * revert package.json changes * rename to DoubleEndedQueue * rename and refactor * refactor tests and expand coverage * test for custom errors * add changelog entry * add docs * add sample code and note about storage vs. memory * add available since * lint * use underscore for struct members * add struct documentation * remove SafeCast in length * rename i -> index and improve docs Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored
-