- 08 May, 2020 3 commits
-
-
* Initial ERC1155 implementation with some tests (#1803) * Initial ERC1155 implementation with some tests * Remove mocked isERC1155TokenReceiver * Revert reason edit nit * Remove parameters associated with isERC1155TokenReceiver call * Add tests for approvals and single transfers * Add tests for transferring to contracts * Add tests for batch transfers * Make expectEvent.inTransaction tests async * Renamed "owner" to "account" and "holder" * Document unspecified balanceOfBatch reversion on zero behavior * Ensure accounts can't set their own operator status * Specify descriptive messages for underflow errors * Bring SafeMath.add calls in line with OZ style * Explicitly prevent _burn on the zero account * Implement batch minting/burning * Refactored operator approval check into isApprovedForAll calls * Renamed ERC1155TokenReceiver to ERC1155Receiver * Added ERC1155Holder * Fix lint issues * Migrate tests to @openzeppelin/test-environment * Port ERC 1155 branch to Solidity 0.6 (and current master) (#2130) * port ERC1155 to Solidity 0.6 * make ERC1155 constructor more similar to ERC721 one * also migrate mock contracts to Solidity 0.6 * mark all non-view functions as virtual Co-authored-by: Alan Lu <alanlu1023@gmail.com> Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com> Co-authored-by: Robert Kaiser <kairo@kairo.at>
Francisco Giordano authored -
Francisco Giordano authored
-
Nicolás Venturo authored
-
- 06 May, 2020 2 commits
-
-
* Emit new event RoleAdminChanged * Adding new RoleAdminChanged event in Tests * Update suggested comments on new Event Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com> * Adding PreviousAdminRole to event * Update AccessControl.test.js * Update CHANGELOG.md Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
Julian M. Rodriguez authored -
* Making IERC721Receiver an interface * Update IERC721Receiver.sol Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
Julian M. Rodriguez authored
-
- 04 May, 2020 5 commits
-
-
* Bump solidity-docgen from 0.4.1 to 0.5.3 Bumps solidity-docgen from 0.4.1 to 0.5.3. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Update prepare-docs.sh Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
dependabot-preview[bot] authored -
Nicolás Venturo authored
-
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. **This update includes security fixes.** - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] authored -
* Bump ethereumjs-util from 6.2.0 to 7.0.0 Bumps [ethereumjs-util](https://github.com/ethereumjs/ethereumjs-util) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/ethereumjs/ethereumjs-util/releases) - [Changelog](https://github.com/ethereumjs/ethereumjs-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/ethereumjs/ethereumjs-util/compare/v6.2.0...v7.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * update use of ethereumjs-util * fix use of keccak hash function Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
dependabot-preview[bot] authored -
Franco Victorio authored
-
- 28 Apr, 2020 1 commit
-
-
Nicolás Venturo authored
-
- 27 Apr, 2020 3 commits
-
-
Nicolás Venturo authored
-
Merge v2.5.1 into v3.0.0
Nicolás Venturo authored -
Bumps [mocha](https://github.com/mochajs/mocha) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v7.1.1...v7.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] authored
-
- 24 Apr, 2020 7 commits
-
-
Francisco Giordano authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
* Restore _approve check for zero sender * Add non-zero operator check to _send
Nicolás Venturo authored
-
- 23 Apr, 2020 1 commit
-
-
Francisco Giordano authored
-
- 22 Apr, 2020 1 commit
-
-
* Add note about default admin security * Update contracts/access/AccessControl.sol Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Nicolás Venturo authored
-
- 21 Apr, 2020 4 commits
-
-
Nicolás Venturo authored
-
* Add documentation to the IERC721 contract * Add documentation to the IERC721Metadata contract * Add documentation to the IERC721Enumerable contract * Improves IERC721 documentation * Improves IERC721Metadata documentation * Improves IERC721Enumerable documentation * Fixes documentations issues in IERC721 * Improves ERC721 interfaces documentation
GuiCz authored -
Francisco Giordano authored
-
Francisco Giordano authored
-
- 20 Apr, 2020 11 commits
-
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
* remove ethpm.json * update releasing document * fix release documentation to be more realistic
Francisco Giordano authored -
* Add baseURI to ERC721MinterPauser constructor * Add tokenURI to mint * Remove tokenId and tokenURI from ERC721 deploy ready * Rename ERC721MinterPauser to ERC721MinterAutoID, remove Pausable mechanisms * Restore pausing to ERC721 * Rename deploy ready to presets * Rename ERC721 preset
Nicolás Venturo authored -
* Improve Hooks docs * Improve Utils docs * Apply suggestions from code review Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> * Add enumerable code samples * Remove import statement from example Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Nicolás Venturo authored -
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. **This update includes security fixes.** - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] authored -
Bumps [solhint](https://github.com/protofire/solhint) from 3.0.0-rc.7 to 3.0.0-rc.8. - [Release notes](https://github.com/protofire/solhint/releases) - [Changelog](https://github.com/protofire/solhint/blob/master/CHANGELOG.md) - [Commits](https://github.com/protofire/solhint/compare/v3.0.0-rc.7...v3.0.0-rc.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] authored -
Bumps [@openzeppelin/test-environment](https://github.com/OpenZeppelin/openzeppelin-test-environment) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-test-environment/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-test-environment/blob/master/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-test-environment/compare/v0.1.3...v0.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] authored -
Bumps [@openzeppelin/cli](https://github.com/OpenZeppelin/openzeppelin-sdk) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-sdk/releases) - [Commits](https://github.com/OpenZeppelin/openzeppelin-sdk/compare/v2.8.1...v2.8.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] authored
-
- 17 Apr, 2020 2 commits
-
-
* Remove isConstructor requirement from _setupRole * Remove isConstructor requirement from _setupDecimals * Update contracts/access/AccessControl.sol Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Nicolás Venturo authored -
Nicolás Venturo authored
-