- 03 Feb, 2022 1 commit
-
-
- Fixes #3123
Tim Daubenschütz authored
-
- 02 Feb, 2022 1 commit
-
-
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Francisco Giordano authored
-
- 01 Feb, 2022 4 commits
-
-
Francisco Giordano authored
-
Hadrien Croubois authored
-
* add AddressToUintMap * Update contracts/utils/structs/EnumerableMap.sol Co-authored-by: Francisco Giordano <frangio.1@gmail.com> * address comments * lint code * merge mocks into a single file * add PR link to changelog entry Co-authored-by: Francisco Giordano <frangio.1@gmail.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Gaspar Dip authored -
Francisco Giordano authored
-
- 31 Jan, 2022 3 commits
-
-
Francisco Giordano authored
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Doug Hoyte authored -
Harsh Vakharia authored
-
- 29 Jan, 2022 1 commit
-
-
Francisco Giordano authored
-
- 27 Jan, 2022 1 commit
-
-
Remove repeated word "the".
GitHubPang authored
-
- 26 Jan, 2022 3 commits
-
-
* add a virtual _onlyRole(bytes32) modifier * _onlyRole(role) → _checkRole(role) * update doc
Hadrien Croubois authored -
* Make royaltyInfo(uint256 _tokenId, uint256 _salePrice) virtual Should be cherrypicked in release 4.5 * fix lint
Hadrien Croubois authored -
Change `ERC2891` > `ERC2981`.
GitHubPang authored
-
- 25 Jan, 2022 1 commit
-
-
* Update ERC777.sol * Update ERC777.sol * Update ERC777.sol * Update ERC777.sol * fix revert reasons Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Kevin Upton authored
-
- 24 Jan, 2022 2 commits
-
-
Hadrien Croubois authored
-
Francisco Giordano authored
-
- 23 Jan, 2022 2 commits
-
-
Francisco Giordano authored
-
Muhammad Anas Baig authored
-
- 21 Jan, 2022 1 commit
-
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
JulissaDantes authored
-
- 18 Jan, 2022 1 commit
-
-
Hadrien Croubois authored
-
- 16 Jan, 2022 1 commit
-
-
Co-authored-by: Han Lin Yap <codler@users.noreply.github.com>
Hadrien Croubois authored
-
- 14 Jan, 2022 1 commit
-
-
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Hadrien Croubois authored
-
- 13 Jan, 2022 2 commits
-
-
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 2 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
-