Commit Graph

15 Commits

Author SHA1 Message Date
20048ca3b9 Changes suggested in the PR discussions 2023-07-13 11:00:11 +02:00
2558c8fac8 change _increaseBalance type to uint128 2023-07-12 10:16:55 +02:00
16f2f15673 remove _isApproedOrOwner in favor of _isApproved + refactor _checkOnERC721Received 2023-07-12 10:01:30 +02:00
7e9d024d08 Apply suggestions from code review
Co-authored-by: Ernesto García <ernestognw@gmail.com>
2023-07-12 09:31:18 +02:00
1a9552009b replace constraints with a simple operator check 2023-07-11 21:47:23 +02:00
bd0c52e34a refactor constraint into an optionalChecks bitmap 2023-07-11 18:06:29 +02:00
562ddf566a implement hybrid _update 2023-07-05 18:45:42 +02:00
c7303ec2ae fix lint 2023-07-03 09:37:53 +02:00
78c280b537 Merge branch 'master' into refactor/erc721-update-fnPointer 2023-06-30 18:40:55 +02:00
874c2d3c02 Use explicit imports (#4399)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: ernestognw <ernestognw@gmail.com>
2023-06-29 20:12:26 +00:00
e2fdbacd63 fix lint 2023-06-21 22:09:57 +02:00
1ed8f9ef2c use __unsafe_increaseBalance to react to batch minting 2023-06-21 17:56:00 +02:00
a3526acdf2 Rebase ERC721._update on top of next-v5 2023-06-21 17:45:35 +02:00
7bb5592ad5 Bump minimum pragma version to 0.8.19 (#4288) 2023-05-29 21:37:37 +02:00
c1d9da4052 Use hardhat-exposed to reduce the need for mocks (#3666)
Co-authored-by: Francisco <fg@frang.io>
2023-01-03 14:38:13 +00:00