- 25 Feb, 2022 1 commit
-
-
(cherry picked from commit abdb20a6)
JulissaDantes authored
-
- 16 Feb, 2022 1 commit
-
-
(cherry picked from commit 3fe65ef4)
Francisco Giordano authored
-
- 09 Feb, 2022 3 commits
-
-
Francisco Giordano authored
-
(cherry picked from commit c5a6cae8)
Hadrien Croubois authored -
* Renames `sender` to `source`. The naming variable was incorrect. The source of the funds is *not* necessarily (and in most cases isn't) the sender of the transaction. Also, this code has a `msgSender` which further adds confusion. * Changes to `from/to` instead of `source`. * Function documentation matches new names * Changed other instances of sender/recipient to from/to. Also changed `msgSender` to `owner` in the approval related methods. * apply changes to IERC20.sol + minor renaming in ERC20.sol Co-authored-by: Daniel Von Fange <daniel@leancoder.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> (cherry picked from commit 63b46690)
Micah Zoltu authored
-
- 08 Feb, 2022 4 commits
-
-
Remove repeated word "the". (cherry picked from commit ae54e6de) Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
GitHubPang authored -
* Make royaltyInfo(uint256 _tokenId, uint256 _salePrice) virtual Should be cherrypicked in release 4.5 * fix lint (cherry picked from commit 6fb1e843) Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Hadrien Croubois authored -
Co-authored-by: Han Lin Yap <codler@users.noreply.github.com> (cherry picked from commit 25eeb80b) Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Hadrien Croubois authored -
Co-authored-by: Francisco Giordano <frangio.1@gmail.com> (cherry picked from commit 3eb2d43b) Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Hadrien Croubois authored
-
- 02 Feb, 2022 1 commit
-
-
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> (cherry picked from commit 85566fae)
Francisco Giordano authored
-
- 01 Feb, 2022 2 commits
-
-
(cherry picked from commit bfd05d96)
Francisco Giordano authored -
(cherry picked from commit fc01c51c)
Francisco Giordano authored
-
- 29 Jan, 2022 1 commit
-
-
(cherry picked from commit f55d2716)
Francisco Giordano authored
-
- 24 Jan, 2022 2 commits
-
-
(cherry picked from commit d57593c1)
Francisco Giordano authored -
(cherry picked from commit 7c47ac71)
Francisco Giordano authored
-
- 13 Jan, 2022 3 commits
-
-
Francisco Giordano authored
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored -
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored
-
- 12 Jan, 2022 2 commits
-
-
* add contract and tests * avoid implicit cast * add test cases * fix test names * modify avarage and add tests * improve signed average formula * fix lint * better average formula * refactor signed average testing * add doc and changelog entry * Update contracts/utils/math/SignedMath.sol Co-authored-by: Francisco Giordano <frangio.1@gmail.com> * remove ceilDiv Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
rotcivegaf authored -
Francisco Giordano authored
-
- 11 Jan, 2022 3 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored
-
- 10 Jan, 2022 2 commits
-
-
* add feature request #3084 * Update contracts/token/ERC20/ERC20.sol Co-authored-by: Francisco Giordano <frangio.1@gmail.com> * Add changelog note * add documentation * test unlimitted allowance and add ERC777 unlimitted allowance * reference PR in changelog * documentation IERC20 -> ERC20 * use asciidoc note syntax * use asciidoc note syntax * typo * typos Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
0xclaudeshannon authored -
Hadrien Croubois authored
-
- 09 Jan, 2022 1 commit
-
-
Hadrien Croubois authored
-
- 07 Jan, 2022 1 commit
-
-
* Name missing return variable in IERC721Enumerable For consistency among all functions. * remove return variable names
Martín Triay authored
-
- 06 Jan, 2022 2 commits
-
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
JulissaDantes authored -
Francisco Giordano authored
-
- 05 Jan, 2022 1 commit
-
-
Correct a couple of misspellings.
GitHubPang authored
-
- 31 Dec, 2021 1 commit
-
-
* Reduce ERC20 allowance before triggering transfer * adapt ERC777 to reduce allowance before transfer * fix test for ERC777 * use smaller number to reduce balance * simplify test description * don't use deprecated expectEvents.inLogs * fix test Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Francisco Giordano authored
-
- 29 Dec, 2021 3 commits
-
-
* Add Base64 library to utils * Fix typo on Base64 padding * Added documentation for Base64 and references from ERC1155 and ERC721 * Updated Changelog * Fix typo in utilities doc * use mstore8 to improve memory accesses * use shorter strings with encodePacked * do not use using-for syntax, for clarity Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Ernesto García authored -
* Avoid assembly in signature V and S decomposition * Update ECDSA.sol
Anton Bukov authored -
Drew Beller authored
-
- 28 Dec, 2021 2 commits
-
-
Francisco Giordano authored
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored
-
- 27 Dec, 2021 2 commits
-
-
Co-authored-by: Shelly Grossman <shelly@certora.com> Co-authored-by: Aleksander Kryukov <58052996+RedLikeRosesss@users.noreply.github.com> Co-authored-by: Michael M <91594326+MichaelMorami@users.noreply.github.com> Co-authored-by: Aleksander Kryukov <firealexkryukov@gmail.com>
Michael D. George authored -
Francisco Giordano authored
-
- 22 Dec, 2021 2 commits
-
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored -
Hadrien Croubois authored
-