Commit Graph

116 Commits (c014c8f1484b2fcbac5fae9c05b6d63771f0d716)

Author SHA1 Message Date
Ernesto García 5cc1ea0a39
Add `GUIDELINES.md` for marking `abstract` contracts (#4010) 2 years ago
Ernesto García b425a72240
Replace revert strings with custom errors (#4261) 2 years ago
Renan Souza df2778f38e
Remove override interface implementations (#4315) 2 years ago
Ernesto García 7bb5592ad5
Bump minimum pragma version to `0.8.19` (#4288) 2 years ago
github-actions[bot] 09329f8a18
Merge release-v4.9 branch (#4274) 2 years ago
JulissaDantes d210847e28
Fix ERC20._update (#3921) 2 years ago
Francisco d59306bd06
Improve ERC20.decimals documentation (#3933) 2 years ago
Francisco Giordano 4147005b0c Update Prettier Solidity (#3898) 2 years ago
Francisco b709eae01d
Update Prettier Solidity (#3898) 2 years ago
JulissaDantes 3c80a42866
Remove hooks from ERC20 (#3838) 2 years ago
Hadrien Croubois 4a9db80cb9
Remove presets (#3637) 2 years ago
Francisco Giordano 49c0e4370d 4.8.0 2 years ago
Hadrien Croubois 1f18fea1de 4.8.0-rc.2 2 years ago
Hadrien Croubois 16791134c1 4.8.0-rc.1 2 years ago
Francisco Giordano 5e6fd491f3 4.8.0-rc.0 2 years ago
tonynoce 5e7e9acfa4
Fix broken forum URL (#3537) 3 years ago
Paul Razvan Berg 5fbf494511
Use unchecked arithmetic in "_transfer", "_mint" and "_burn" (#3513) 3 years ago
Hadrien Croubois 3dac7bbed7
Merge v4.7 back into master (#3516) 3 years ago
Hadrien Croubois 07b1b472c0
Improve wording consistency in code/doc (#3365) 3 years ago
Hadrien Croubois a035b235b4
Release v4.6 (#3358) 3 years ago
Hadrien Croubois 3e74681e77
Read allowance from overridable function in increase/decrease (#3213) 3 years ago
Alexander be3c5ca504
clarify _spendAllowance natspec (#3188) 3 years ago
Francisco Giordano afb20119b3
Release v4.5 3 years ago
Hadrien Croubois c5a6cae898
Add a _spendAllowance function to ERC20 & ERC777 (#3170) 3 years ago
Micah Zoltu 63b466901f
Rename some ERC20 parameters to match the standard document. (#3167) 3 years ago
0xclaudeshannon 80d8da0564
Do not reduce approval on transferFrom if current allowance is type(uint256).max (#3085) 3 years ago
Francisco Giordano a9f994f063
Reduce ERC20 allowance before triggering transfer (#3056) 3 years ago
Francisco Giordano 6bd6b76d11 4.4.1 3 years ago
Francisco Giordano 4961a51cc7 4.4.0 3 years ago
Francisco Giordano 65ef662a2b 4.4.0-rc.1 3 years ago
Francisco Giordano 0a87a4e75b 4.4.0-rc.0 3 years ago
Francisco Giordano c9bdb1f0ae
Add a comment documenting the package version being used (#2918) 3 years ago
William Entriken 0500c9e53e
Use "OpenZeppelin Contracts" where appropriate (#2778) 4 years ago
Vaibhav Chopra 922058dbc8
Change comma to decimal point in comment (#2742) 4 years ago
Hadrien Croubois 8a775cd8d4
Emit DelegateVotesChanged events after Transfer (#2733) 4 years ago
Hadrien Croubois f710bafae8
Fix typos (#2723) 4 years ago
Hadrien Croubois b0cf6fbb7a
Add Prettier for linting and fix Solhint config (#2697) 4 years ago
Francisco Giordano 1b37c21da5
reserve unchecked for when guarded by explicit require (#2685) 4 years ago
Vladislav 5f7eda1f98
Tokens: wrap safe substractions in uchecked block (#2669) 4 years ago
Motoko Kusanagi 8669481309
Fix typo in comment (#2660) 4 years ago
Iskander 319afebdc0
Fix typo in ERC20._mint docs (#2648) 4 years ago
Hadrien Croubois 243adff49c fix typo in ERC20's documentation 4 years ago
Evert0x 682def9f89
Typo in ERC20 constructor docstring (#2581) 4 years ago
Hadrien Croubois b8ab763581
Add IERC20Metadata with name, symbol and decimals (#2561) 4 years ago
Hadrien Croubois 24a0bc23cf
Reorganize the repo structure (#2503) 4 years ago
Hadrien Croubois a44303c373
Remove double sload when doing math checks in tokens (#2506) 4 years ago
Hadrien Croubois b840341a77
Remove the storage associated with decimals (#2502) 4 years ago
Hadrien Croubois 5db7413827
re-enabling safemath revert reasons in ERC20, ERC777 and ERC1155 (#2491) 4 years ago
Hadrien Croubois 18c7efe800
Make view and pure functions virtual (#2473) 4 years ago
Andre Korol 974c534210
Update contracts to support Solidity 0.8.x (#2442) 4 years ago