- 15 Oct, 2019 1 commit
-
-
Bumps [truffle](https://github.com/trufflesuite/truffle) from 5.0.39 to 5.0.40. - [Release notes](https://github.com/trufflesuite/truffle/releases) - [Commits](https://github.com/trufflesuite/truffle/compare/truffle@5.0.39...truffle@5.0.40) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored
-
- 11 Oct, 2019 1 commit
-
-
Xiao Liang authored
-
- 10 Oct, 2019 1 commit
-
-
Nicolás Venturo authored
-
- 09 Oct, 2019 2 commits
-
-
Francisco Giordano authored
-
iczc authored
-
- 08 Oct, 2019 1 commit
-
-
* Bump solhint from 2.1.0 to 2.3.0 Bumps [solhint](https://github.com/protofire/solhint) from 2.1.0 to 2.3.0. - [Release notes](https://github.com/protofire/solhint/releases) - [Changelog](https://github.com/protofire/solhint/blob/master/CHANGELOG.md) - [Commits](https://github.com/protofire/solhint/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix linter
dependabot-preview[bot] authored
-
- 07 Oct, 2019 6 commits
-
-
Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 10.2.1 to 11.0.0. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v10.2.1...v11.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored -
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 4.1.2 to 5.0.0. - [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases) - [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v4.1.2...v5.0.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.1.9 to 0.2.0. - [Release notes](https://github.com/OpenZeppelin/openzeppelin-gsn-helpers/releases) - [Commits](https://github.com/OpenZeppelin/openzeppelin-gsn-helpers/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored -
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 3.8.0 to 4.2.1. - [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases) - [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/master/CHANGELOG.md) - [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] authored -
* update dependencies with npm update * add dependabt config * change dependabot schedule to weekly * configure dependabot to increase package.json versions
Francisco Giordano authored -
* fix erc20 fee token decimals to 18 * lint * Update contracts/GSN/bouncers/GSNBouncerERC20Fee.sol Co-Authored-By: Nicolás Venturo <nicolas.venturo@gmail.com> * change location of hardcoded decimals for clarity * remove mention of decimals from docs * remove trailing whitespace from guide
Francisco Giordano authored
-
- 04 Oct, 2019 2 commits
-
-
Francisco Giordano authored
-
* GSNSignatureBoucer does not accept zero address * Linting code. * Update contracts/GSN/bouncers/GSNBouncerSignature.sol Makes sense! Co-Authored-By: Nicolás Venturo <nicolas.venturo@gmail.com> * Update test/GSN/GSNBouncerSignature.test.js ok! Co-Authored-By: Nicolás Venturo <nicolas.venturo@gmail.com> * Add zero address constant from OZ test Helpers * revert prettier formatting
Dennison Bertram authored
-
- 25 Sep, 2019 1 commit
-
-
* Fix typo * Replace pseudo code contracts with sample code * Update GSN Bouncers text * More text changes * Update with latest code and remove reference to allowance * Capitalize Custom Bouncer * Update docs/modules/ROOT/pages/gsn-bouncers.adoc Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> * Update gsn-bouncers.adoc with Antora cross reference Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> * Revert to handling msg.sender msg.data differently * Change by default to simplest implementation * Change signing to include signature for GSNBouncerSignature * Reword summary of what is in the guide * Remove "The" from before `GSNBouncer...` * Fix code snippet markdown * Change to API references to xref:api * Remove code from How it works sections * Explain 1:1 exchange rate * Change transaction request to relayed call * Minor fixes * Add info to Custom Bouncers * Typo * Minor fixes * reorder sentence based on review gsn-bouncers.adoc Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> * Improve wording of signing of relayed call parameters by trusted signer
Andrew B Coathup authored
-
- 17 Sep, 2019 1 commit
-
-
Dmitry authored
-
- 11 Sep, 2019 3 commits
-
-
* refactor(ERC165Checker) replaced assembly code with function * returned false if result.length==0 * trigger ci * updated ERC165Checker to return false if result.length < 32
Yohann Pereira authored -
* Update Counter.sol Added a comment in increment to make this more visible to not use SafeMath here. * Update Counters.sol
Ajitesh Mishra authored -
* Fix bouncer signature tests * Update GSNBouncerSignature.test.js
Nicolás Venturo authored
-
- 09 Sep, 2019 2 commits
-
-
Igor Sobolev authored
-
Nicolás Venturo authored
-
- 06 Sep, 2019 6 commits
-
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
- 04 Sep, 2019 1 commit
-
-
~Luiserebii~ authored
-
- 30 Aug, 2019 2 commits
-
-
Nicolás Venturo authored
-
* Merge GSNContext into GSNRecipient * Update GSNRecipient.test.js * Update GSNRecipient.sol * Make GSNRecipient inherit from Context
Nicolás Venturo authored
-
- 29 Aug, 2019 3 commits
-
-
* Improve IRelayRecipient docs * Fix link * Update IRelayHub docs to the docsite format * Update IRelayRecipient docs to the dociste format * Fix typo * Improve GSN readme * Fix link * Update GSNRecipient docs * Apply suggestions from code review Co-Authored-By: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Nicolás Venturo authored -
Francisco Giordano authored
-
* Replace confirmRelayedCall with approveRelayedCall * Update gsn-bouncers.adoc * Update deprecated enums
Paul Razvan Berg authored
-
- 28 Aug, 2019 1 commit
-
-
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored
-
- 27 Aug, 2019 1 commit
-
-
Jatin Kathuria authored
-
- 26 Aug, 2019 4 commits
-
-
* added tests for getApproved * added tests for getApproved * added to changelog * Corrected some linting issues * Removed unneccrary tests as pointed out here: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/1820/commits/b49c2de086621745955be83a34a06de65e95c76c#r307927816 * Correct Changelog character * Update ERC721.behavior.js
Jatin Kathuria authored -
Nicolás Venturo authored
-
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2) Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored -
Mitar authored
-
- 23 Aug, 2019 1 commit
-
-
* Adding in "<<: *defaults" under "coverage" * Refactoring by capturing similar setup commands into single alias * Reverting changes, I am not certain exactly how to refactor these setup steps, but at least the &default refactor can be made.
~Luiserebii~ authored
-