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)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
2 years ago |
Balaji Shetty Pachai
|
cbc6145f5f
|
Removes zero address check from balanceOf in ERC1155 (#4263)
Co-authored-by: bpachai <bpachai@v2soft.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2 years ago |
Francisco Giordano
|
eedca5d873
|
Merge release-v4.8 branch
|
2 years ago |
Francisco Giordano
|
2d05db171a
|
Add note about supply limit in ERC1155Supply
|
2 years ago |
Ernesto García
|
1684c57922
|
Add `ERC*Pausable` warning for public pausing mechanism (#4007)
Co-authored-by: Francisco <fg@frang.io>
|
2 years ago |
JulissaDantes
|
e919d96ff2
|
Add ERC1155.totalSupply that returns overall supply count (#3962)
|
2 years ago |
JulissaDantes
|
c5d040beb9
|
Remove Address.isContract (#3945)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco Giordano <fg@frang.io>
|
2 years ago |
JulissaDantes
|
97bba5adaa
|
Remove ERC1155 hooks (#3876)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Francisco <frangio.1@gmail.com>
|
2 years ago |
Francisco Giordano
|
4147005b0c
|
Update Prettier Solidity (#3898)
|
2 years ago |
Francisco
|
b709eae01d
|
Update Prettier Solidity (#3898)
|
2 years ago |
Hadrien Croubois
|
4a9db80cb9
|
Remove presets (#3637)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: JulissaDantes <julissadcj@gmail.com>
|
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 |
Aleksei Magusev
|
fbf235661e
|
Improve grammar in transfer error messages (#3542)
|
3 years ago |
Aleksei Magusev
|
6ab8d6a67e
|
Improve spelling in ERC1155 revert reasons (#3433)
|
3 years ago |
Hadrien Croubois
|
3dac7bbed7
|
Merge v4.7 back into master (#3516)
|
3 years ago |
Kata
|
488dd562fb
|
Improve error messages for ERC721 and 1155 (#3254)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
harold-nft
|
ee4d8380d3
|
Fix minor typo in IERC1155 and IERC721 docs (#3419)
|
3 years ago |
GitHubPang
|
e633ee9ed3
|
Fix spelling and grammar in comments (#3408)
|
3 years ago |
Hadrien Croubois
|
07b1b472c0
|
Improve wording consistency in code/doc (#3365)
|
3 years ago |
Hadrien Croubois
|
a035b235b4
|
Release v4.6 (#3358)
* 4.6.0-rc.0
* Fix release script to only release @openzeppelin/contracts
(cherry picked from commit 2bd75a44bb )
* make ERC2981:royaltyInfo public (#3305)
(cherry picked from commit d2832ca7a9 )
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* add transpilation guards to the crosschain mocks (#3306)
(cherry picked from commit 9af5af8fff )
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Fix tests on upgradeable contracts after transpilation
(cherry picked from commit 0762479dd5 )
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Remove unused constructor argument
(cherry picked from commit 69c3781043 )
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* Bump minimum Solidity version for Initializable.sol to 0.8.2 (#3328)
(cherry picked from commit cb14ea3c5c )
* Fix update-comment script to ignore invalid tags
(cherry picked from commit 848fef5b6c )
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
* 4.6.0
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Amin Bashiri
|
742e85be7c
|
Change zero address revert message in the balanceOf function of ERC721 and ERC1155 (#3314)
|
3 years ago |
S E R A Y A
|
02fcc75bb7
|
Add ERC1155URIStorage (#3210)
* Add ERC721URIStorage-like extension for ERC1155
* Add tests for ERC1155URIStorage extension
* add changelog entry for ERC721URIStorage
* Fix linting errors
* Emit URI event in ERC1155URIStorage
* Remove exists check and ERC1155Supply dependency
* Fix lint error
* Overwrite ERC1155 uri method
* Update ERC1155URIStorage specs
* Fix ERC1155URIStorageMock
* Rename _setTokenURI => _setURI in ERC1155URIStorage
* Add baseURI to ERC1155URIStorage
* Move super.uri call in ERC1155URIStorage
* Clearify ERC1155URIStorage description in change log
* reorder changelog & add documentation
* improve documentation
* fix typo
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
3 years ago |
Hadrien Croubois
|
f6b614a7c5
|
Perform ERC1155.afterTokenTransfer hooks before acceptance check (#3215)
|
3 years ago |
Hadrien Croubois
|
3dfc0a44f8
|
ERC1155 after token transfer hook (#3166)
* add Hooks _afterTokenTransfer
* avoid duplicate call to _asSingleton
* add changelog entry
* update changelog link to PR
* Update CHANGELOG.md
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Co-authored-by: CryptoV8 <91189073+CryptoV8@users.noreply.github.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Francisco Giordano
|
afb20119b3
|
Release v4.5
|
3 years ago |
Hadrien Croubois
|
574f3b89e1
|
Add proper revert message on overflow of totalSupply during burn (#3144)
|
3 years ago |
Francisco Giordano
|
6bd6b76d11
|
4.4.1
|
3 years ago |
Francisco Giordano
|
4961a51cc7
|
4.4.0
|
3 years ago |
Francisco Giordano
|
2f2604d673
|
Deprecate presets in favor of Wizard (#2986)
|
3 years ago |
Francisco Giordano
|
65ef662a2b
|
4.4.0-rc.1
|
3 years ago |
Hadrien Croubois
|
70138680cf
|
Fix ERC1155 supply tracking (#2956)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
(cherry picked from commit 4088540aef )
|
3 years ago |
Hadrien Croubois
|
4088540aef
|
Fix ERC1155 supply tracking (#2956)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Francisco Giordano
|
fbfe19d6db
|
Improve documentation around ERC1155
|
3 years ago |
Francisco Giordano
|
0a87a4e75b
|
4.4.0-rc.0
|
3 years ago |
soulofmischief
|
9e13852135
|
Fix typo (#2919)
|
3 years ago |
Francisco Giordano
|
c9bdb1f0ae
|
Add a comment documenting the package version being used (#2918)
|
3 years ago |
Hadrien Croubois
|
caba6b93ef
|
Add an internal _setApprovalForAll function (721 & 1155) (#2834)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
3 years ago |
Hadrien Croubois
|
e2fa301bfb
|
Improve parameters naming and remove unecessary returns (#2891)
|
3 years ago |
Anton Bukov
|
4e2641a915
|
Simplify selector access (#2766)
|
4 years ago |
Hadrien Croubois
|
b0cf6fbb7a
|
Add Prettier for linting and fix Solhint config (#2697)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Hadrien Croubois
|
406c83649b
|
Introduce ERC1155 totalSupply() and exists() functions (#2593)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
|
4 years ago |
Vladislav
|
5f7eda1f98
|
Tokens: wrap safe substractions in uchecked block (#2669)
* Tokens: wrap definitely safe subs in unchecked
* Add change in changelog
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
|
4 years ago |
Francisco Giordano
|
cfd6e7eab9
|
Fix documentation typos
(cherry picked from commit a98814b930 )
|
4 years ago |
Francisco Giordano
|
a98814b930
|
Fix documentation typos
|
4 years ago |
Hadrien Croubois
|
440b65bf77
|
Refactor ERC1155 transfers to use internal functions (#2636)
* Refactor ERC1155 transfers to use internal functions #2622
* apply length check to all internal calls
Co-authored-by: Robert Kaiser <kairo@kairo.at>
|
4 years ago |
Hadrien Croubois
|
27fc833550
|
Make ERC1155.uri public (#2576)
(cherry picked from commit 5dbbda5435 )
|
4 years ago |