- 02 Dec, 2019 2 commits
-
-
* migrate to openzeppelin-docs-preview script * update netlify configuration * update docs-preview-script dependency * remove old docs directory from gitignore * update oz-docs script for live reload * update oz-docs scripts to latest * replace child_process.execFileSync with spawnSync * update oz-docs-preview
Francisco Giordano authored -
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
-
- 28 Nov, 2019 1 commit
-
-
* Sketch * Migrate all tests to test-env * Finish migration to test-env * Add config * Work on GSN tests * Migrate to newer test-env version and loader syntax * Add GSN setup * Finish test-env migration * Setup coverage using test-env * Migrate to npm package * Fix package.json * Add compile step to CI * Add comment on coverage setup * Remove dependency on @truffle/contract * Fix package-lock merge * Fix linter errors * Upgrade test-environment, depend locally on ganche-coverage * Improve coverage script * Improve sign.js API * Move accounts destructuring to describe block * Switch to prebuilt ethereumjs-vm package * Upgrade test-enviroment version * use workspace in circleci config * remove unnecessary npx
Nicolás Venturo authored
-
- 27 Nov, 2019 1 commit
-
-
* Changes ERC777 external functions to public for allowing overrides #1994 * Changes ERC777 external functions to public for allowing overrides (#1994)
Arindam Ghosh authored
-
- 25 Nov, 2019 1 commit
-
-
Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.4 to 2.0.1. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v1.19.4...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored
-
- 23 Nov, 2019 1 commit
-
-
* Improve gas efficiency of reentrancyGuard * Add changelog entry * Fix ReentrancyGuard test
Nicolás Venturo authored
-
- 20 Nov, 2019 1 commit
-
-
Bumps [@openzeppelin/test-helpers](https://github.com/OpenZeppelin/openzeppelin-test-helpers) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-test-helpers/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-test-helpers/blob/master/CHANGELOG.md) - [Commits](https://github.com/OpenZeppelin/openzeppelin-test-helpers/compare/v0.5.3...v0.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored
-
- 19 Nov, 2019 2 commits
-
-
William Entriken authored
-
* Bump solidity-docgen from 0.3.11 to 0.3.13 Bumps solidity-docgen from 0.3.11 to 0.3.13. Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * fix broken crossreference links
Francisco Giordano authored
-
- 15 Nov, 2019 2 commits
-
-
* feat: add baseTokenURI * fix: tests * chore: dev notation * chore: changelog * chore: typo * Remove extra getters, return empty URI by default * Update docs * Rename baseTokenURI to baseURI * Roll back visibility change of tokenURI * Update changelog entry * Version setBaseURI docs * Improve internal names and comments * Fix compilation errors * Add an external getter for baseURI
Ignacio Mazzara authored -
Francisco Giordano authored
-
- 13 Nov, 2019 1 commit
-
-
* Update ReentrancyGuard for Istanbul Hard Fork Changes: Added L37, `_guardCounter = 1;` Rationale: The planned _Istanbul Hard Fork_ will implement [EIP 2200](https://github.com/ethereum/EIPs/blob/e4d4ea348e06c54d0075c400dc7b72430d427ff1/EIPS/eip-2200.md), which implements "net gas metering" for `sstore` operations. If the final value of `_guardCounter` is unchanged relative to the original value of it, a gas refund will be applied and charges for changing the value of `_guardCounter` will effectively not exist. This ends up being cheaper than the current implementation ONLY AFTER Istanbul. Before Istanbul, the added line actually ends up costing more gas. Note that if `_guardCounter` is `0` initially, the initial cost and subsequent refund will both be larger than if `_guardCounter` is `1` initially. Although in both cases, the net gas cost (`gasCost - gasRefund`) are equal, it's better in terms of cost to have both the gas cost and refund smaller, as there is some limit to the percentage of a gas refund that can actually be realized. * Update CHANGELOG.md Added note for change to ReentrancyGuard.sol * Update ReentrancyGuard.sol * Update CHANGELOG.md
ericDeCourcy authored
-
- 12 Nov, 2019 1 commit
-
-
Francisco Giordano authored
-
- 11 Nov, 2019 4 commits
-
-
Francisco Giordano authored
-
Bumps [ethereumjs-util](https://github.com/ethereumjs/ethereumjs-util) from 6.1.0 to 6.2.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.1.0...v6.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored -
Bumps solidity-docgen from 0.3.9 to 0.3.11. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored -
Bumps [truffle](https://github.com/trufflesuite/truffle) from 5.0.42 to 5.0.44. - [Release notes](https://github.com/trufflesuite/truffle/releases) - [Commits](https://github.com/trufflesuite/truffle/compare/truffle@5.0.42...truffle@5.0.44) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored
-
- 08 Nov, 2019 2 commits
-
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
- 05 Nov, 2019 2 commits
-
-
"standard also bring" -> "standard also brings" "killer feature are" -> "killer feature is"
ericDeCourcy authored -
Francisco Giordano authored
-
- 01 Nov, 2019 2 commits
-
-
Francisco Giordano authored
-
* add how to upgrade from 2.4-beta * add how-to * Update CHANGELOG.md
Francisco Giordano authored
-
- 31 Oct, 2019 2 commits
-
-
Mick de Graaf authored
-
Francisco Giordano authored
-
- 30 Oct, 2019 2 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
- 29 Oct, 2019 13 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
(cherry picked from commit bddbbe99)
Francisco Giordano authored -
Francisco Giordano authored
-
Francisco Giordano authored
-
(cherry picked from commit 2d304153)
Francisco Giordano authored -
(cherry picked from commit 9113335c)
Francisco Giordano authored -
(cherry picked from commit 76a1d7a3)
Francisco Giordano authored -
* Add withdrawWithGas * Improve docs * Add changelog entry * Update contracts/payment/PullPayment.sol Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> * Remove repeated comment * Update changelog entry * Fix inline docs * Fix changelog formatting (cherry picked from commit d6e10ab7)
Nicolás Venturo authored -
(cherry picked from commit eaee98f2)
Francisco Giordano authored -
(cherry picked from commit fcd77a4a)
Micah Zoltu authored -
(cherry picked from commit 5702a844)
Francisco Giordano authored
-