- 17 Feb, 2020 2 commits
-
-
Luca Daniel authored
-
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.3. **This update includes a security fix.** - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored
-
- 14 Feb, 2020 3 commits
-
-
Nicolás Venturo authored
-
Rename CREATE2 argument from bytecodeHash to bytecode and add new method for precomputed bytecode hash (#2087) * Rename CREATE2 argument from bytecodeHash to bytecode and add new method for precomputed bytecode hash * Remove only from test * Fix linter error
Anton Bukov authored -
* Initial migration to Solidity 0.6.x - v3.0 first steps (#2063) * Initial migration, missing GSN, 721, 777 and Crowdsales. * Add _beforeTokenOperation and _afterTokenOperation. * Add documentation for hooks. * Add hooks doc * Add missing drafts * Add back ERC721 with hooks * Bring back ERC777 * Notes on hooks * Bring back GSN * Make functions virtual * Make GSN overrides explicit * Fix ERC20Pausable tests * Remove virtual from some view functions * Update linter * Delete examples * Remove unnecessary virtual * Remove roles from Pausable * Remove roles * Remove users of roles * Adapt ERC20 tests * Fix ERC721 tests * Add all ERC721 hooks * Add ERC777 hooks * Fix remaining tests * Bump compiler version * Move 721BurnableMock into mocks directory * Remove _before hooks * Fix tests * Upgrade linter * Put modifiers last * Remove _beforeTokenApproval and _beforeOperatorApproval hooks
Nicolás Venturo authored
-
- 11 Feb, 2020 1 commit
-
-
Francisco Giordano authored
-
- 06 Feb, 2020 2 commits
-
-
Nicolás Venturo authored
-
* Add note about gas costs * Update wording
Nicolás Venturo authored
-
- 05 Feb, 2020 2 commits
-
-
Nicolás Venturo authored
-
This reverts commit e7bded65.
Nicolás Venturo authored
-
- 04 Feb, 2020 7 commits
-
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
* Remove newAddressSet * Add count and get functions. * Fix lint (cherry picked from commit 7988c044)
Nicolás Venturo authored -
* Remove newAddressSet * Add count and get functions. * Fix lint
Nicolás Venturo authored -
* Drafted Enumerable.sol. * Drafted test framework. * Tweaked the tests to follow oz structure. * Coded EnumerableSet. * Moved EnumerableSet to `utils`. * Fixed linting. * Improved comments. * Tweaked contract description. * Renamed struct to AddressSet. * Relaxed version pragma to 0.5.0 * Removed events. * Revert on useless operations. * Small comment. * Created AddressSet factory method. * Failed transactions return false. * Transactions now return false on failure. * Remove comments from mock * Rename mock functions * Adapt tests to code style, use test-helpers * Fix bug in remove, improve tests. * Add changelog entry * Add entry on Utils doc * Add optimization for removal of last slot * Update docs * Fix headings of utilities documentation * Simplified mock. * Fixed comment. * Revert "Fixed comment." This reverts commit 39627f9a6f90d48be20ca1449fe03e1699b48173. * Revert "Simplified mock." This reverts commit 67468e464b038736251f18e1dc2e368c9091a87a. * Simplified mock. Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com> (cherry picked from commit 8975289c)
Alberto Cuesta Cañada authored
-
- 30 Jan, 2020 2 commits
-
-
* Drafted Enumerable.sol. * Drafted test framework. * Tweaked the tests to follow oz structure. * Coded EnumerableSet. * Moved EnumerableSet to `utils`. * Fixed linting. * Improved comments. * Tweaked contract description. * Renamed struct to AddressSet. * Relaxed version pragma to 0.5.0 * Removed events. * Revert on useless operations. * Small comment. * Created AddressSet factory method. * Failed transactions return false. * Transactions now return false on failure. * Remove comments from mock * Rename mock functions * Adapt tests to code style, use test-helpers * Fix bug in remove, improve tests. * Add changelog entry * Add entry on Utils doc * Add optimization for removal of last slot * Update docs * Fix headings of utilities documentation * Simplified mock. * Fixed comment. * Revert "Fixed comment." This reverts commit 39627f9a6f90d48be20ca1449fe03e1699b48173. * Revert "Simplified mock." This reverts commit 67468e464b038736251f18e1dc2e368c9091a87a. * Simplified mock. Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
Alberto Cuesta Cañada authored -
Reported from Community Member via Intercom
Andrew B Coathup authored
-
- 27 Jan, 2020 3 commits
-
-
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.3. **This update includes security fixes.** - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored -
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.2. **This update includes a security fix.** - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored -
Bumps [mocha](https://github.com/mochajs/mocha) from 7.0.0 to 7.0.1. - [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.0.0...v7.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored
-
- 24 Jan, 2020 4 commits
-
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
* Drafted Enumerable.sol. * Drafted test framework. * Tweaked the tests to follow oz structure. * Coded EnumerableSet. * Moved EnumerableSet to `utils`. * Fixed linting. * Improved comments. * Tweaked contract description. * Renamed struct to AddressSet. * Relaxed version pragma to 0.5.0 * Removed events. * Revert on useless operations. * Small comment. * Created AddressSet factory method. * Failed transactions return false. * Transactions now return false on failure. * Remove comments from mock * Rename mock functions * Adapt tests to code style, use test-helpers * Fix bug in remove, improve tests. * Add changelog entry * Add entry on Utils doc * Add optimization for removal of last slot * Update docs * Fix headings of utilities documentation Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
Alberto Cuesta Cañada authored
-
- 23 Jan, 2020 5 commits
-
-
* Made private methods internal to allow for overriding * Revert package.lock changes. * Make _move private again * Expose the ERC1820 registry address * Add changelog entry Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
Mick de Graaf authored -
* adding mock contacts, test code * adding changes to ERC721.sol per @frangio's comments on original PR #1943 * fix solhint warnings * Update contracts/token/ERC721/ERC721.sol Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> * same revert wording per @frangio's review suggestion * per @frangio's feedback, changing the inline assembly to accomplish: we want to ignore the first 4 bytes of content, so we should read the length and decrease it by 4, then take the memory location and add 4 to it, then store the new length at the new memory location, then that is the new byte array that we want. * change revert msg assembly per PR comment by @frangio * unify revert msg in test code * fix some failed tests, wording change * Update contracts/token/ERC721/ERC721.sol Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> * Update contracts/token/ERC721/ERC721.sol Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> * fix test case, revert without reason * fix 'ERC721ReceiverRevertsMock: Transaction rejected by receiver' * style change per review by @frangio * fix revert reason forwarding * remove duplicate contracts/mocks/ERC721ReceiverRevertsMock.sol per review https://github.com/OpenZeppelin/openzeppelin-contracts/pull/2018\#issuecomment-574381034 * Add changelog entry * Fix tests * Make tests more clear Co-authored-by: Francisco Giordano <frangio.1@gmail.com> Co-authored-by: Nicolás Venturo <nicolas.venturo@gmail.com>
Hao (Alan) Tang authored -
Nicolás Venturo authored
-
* Add Create2 library (#1744) * feat(contracts): Add Create2 library to use create2 evm opcode * Upgrade sol-coverage * Add changelog entry * Update comments and code style * Remove create2 helper * Fix linter error * Fix truffle dependency * Fix linter error * refactor(Create2): Remove _deploy internal function * test(Create2): test Create2 with inline assembly code * fix(Create2): Check address returned form create2 instead of codesize of created contract * refactor(Create2):Add revert reason when Create2 deploy fails (#2062) * fix merge with master * fix test Co-authored-by: Augusto Lemble <me@augustol.com>
Francisco Giordano authored -
* Copy docsite landing to readme * Fix code sample * Apply suggestions from code review Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> * Update code sample Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Nicolás Venturo authored
-
- 20 Jan, 2020 2 commits
-
-
Nicolás Venturo authored
-
Francisco Giordano authored
-
- 16 Jan, 2020 1 commit
-
-
* Update README to use releases-stability URL Change https://docs.openzeppelin.com/contracts/api-stability to https://docs.openzeppelin.com/contracts/releases-stability (even though it redirects) * Update README to include CLI as dev env Add OpenZeppelin CLI to list of development environments * Update README to use releases-stability URL Change https://docs.openzeppelin.com/contracts/api-stability to https://docs.openzeppelin.com/contracts/releases-stability (even though it redirects)
Andrew B Coathup authored
-
- 15 Jan, 2020 1 commit
-
-
* Fix link to GSN overview * Update contracts/GSN/README.adoc Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Nicolás Venturo authored
-
- 14 Jan, 2020 4 commits
-
-
* issue#1980 * fix public to external
Peter authored -
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.20.0. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.20.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored -
Bumps [@openzeppelin/gsn-helpers](https://github.com/OpenZeppelin/openzeppelin-gsn-helpers) from 0.2.1 to 0.2.3. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-gsn-helpers/releases) - [Commits](https://github.com/OpenZeppelin/openzeppelin-gsn-helpers/compare/v0.2.1...v0.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored -
Bumps [openzeppelin-docs-utils](https://github.com/OpenZeppelin/docs-utils) from `dc7ce30` to `f6b5291`. - [Release notes](https://github.com/OpenZeppelin/docs-utils/releases) - [Commits](https://github.com/OpenZeppelin/docs-utils/compare/dc7ce3006b6065cc4edebe53896644da5bd7dbec...f6b5291a2e289186376c23d08598cf9e99ed39b4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored
-
- 13 Jan, 2020 1 commit
-
-
Francisco Giordano authored
-