Nicolás Venturo
3274d9db00
Upgrade to @openzeppelin/test-helpers@0.5.1 ( #1942 )
5 years ago
Francisco Giordano
c866522833
fix gsn api links
5 years ago
iczc
4edd0ee799
doc:fix unit test directory name ( #1939 )
5 years ago
dependabot-preview[bot]
45befe6e95
Bump solhint from 2.1.0 to 2.3.0 ( #1936 )
...
* 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
5 years ago
dependabot-preview[bot]
40647ad04a
Bump eslint-config-standard from 10.2.1 to 11.0.0 ( #1935 )
...
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>
5 years ago
dependabot-preview[bot]
38502031ae
Bump concurrently from 4.1.2 to 5.0.0 ( #1934 )
...
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>
5 years ago
dependabot-preview[bot]
445d8987f3
Bump @openzeppelin/gsn-helpers from 0.1.9 to 0.2.0 ( #1933 )
...
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>
5 years ago
dependabot-preview[bot]
fa1cbc435f
Bump eslint-plugin-promise from 3.8.0 to 4.2.1 ( #1932 )
...
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>
5 years ago
Francisco Giordano
111cde942f
Update dependencies + configure Dependabot ( #1931 )
...
* update dependencies with npm update
* add dependabt config
* change dependabot schedule to weekly
* configure dependabot to increase package.json versions
5 years ago
Francisco Giordano
b8ccf8e0f1
Fix the GSNBouncerERC20Fee token decimals to 18 ( #1929 )
...
* 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
5 years ago
Francisco Giordano
fba77596ce
delete extraneous file
5 years ago
Dennison Bertram
f9a94788fb
GSNSignatureBouncer fix ( #1920 )
...
* 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
5 years ago
Andrew B Coathup
18473d0100
abcoathup GSN Bouncers review ( #1916 )
...
* 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
5 years ago
Dmitry
54182bf31c
Remove extra parenthesis ( #1919 )
5 years ago
Yohann Pereira
5ab6b99607
refactor(ERC165Checker) replaced assembly code with staticcall() ( #1829 )
...
* refactor(ERC165Checker) replaced assembly code with function
* returned false if result.length==0
* trigger ci
* updated ERC165Checker to return false if result.length < 32
5 years ago
Ajitesh Mishra
b33b906b6e
Update Counter.sol ( #1917 )
...
* Update Counter.sol
Added a comment in increment to make this more visible to not use SafeMath here.
* Update Counters.sol
5 years ago
Nicolás Venturo
19a41980a1
Fix bouncer signature tests ( #1915 )
...
* Fix bouncer signature tests
* Update GSNBouncerSignature.test.js
5 years ago
Igor Sobolev
6f8e672f3f
Gas optimizations in Ownable and Secondary contracts #1905 ( #1910 )
5 years ago
Nicolás Venturo
52dc14c368
Make _msgSender() payable ( #1913 )
5 years ago
Nicolás Venturo
6148abb1b1
Make ERC1820 address constant ( #1912 )
5 years ago
Nicolás Venturo
a2ffe21aa2
Revert to working truffle version
5 years ago
Nicolás Venturo
c876254457
Remove SignatureBouncer contract
5 years ago
Nicolás Venturo
681db1d330
Upgrade Solidity compiler version
5 years ago
Nicolás Venturo
d9accb63fc
Update circle base image
5 years ago
Nicolás Venturo
72ccec4e6c
Update dependencies
5 years ago
~Luiserebii~
54ee1c7ff5
Fixing really minor typo ( #1911 )
5 years ago
Nicolás Venturo
e855ca450a
Improve IRelayRecipient no-impl note
6 years ago
Nicolás Venturo
1efa9f6281
Merge GSNContext into GSNRecipient ( #1906 )
...
* Merge GSNContext into GSNRecipient
* Update GSNRecipient.test.js
* Update GSNRecipient.sol
* Make GSNRecipient inherit from Context
6 years ago
Nicolás Venturo
d864228624
Improve GSN documentation ( #1900 )
...
* 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>
6 years ago
Francisco Giordano
5274b3d84c
fix strikethrough style in docs
6 years ago
Paul Razvan Berg
9c733a7bf8
Replace confirmRelayedCall with approveRelayedCall ( #1904 )
...
* Replace confirmRelayedCall with approveRelayedCall
* Update gsn-bouncers.adoc
* Update deprecated enums
6 years ago
dependabot[bot]
52c30edab8
Bump mixin-deep from 1.3.1 to 1.3.2 ( #1901 )
...
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>
6 years ago
Jatin Kathuria
ba0fd11f52
Renamed symbols as as a part of Issue#1148 ( #1891 )
6 years ago
Jatin Kathuria
635a381460
Fix Part 1 : added tests for getApproved ( #1820 )
...
* added tests for getApproved
* added tests for getApproved
* added to changelog
* Corrected some linting issues
* Removed unneccrary tests as pointed out here: b49c2de086 (r307927816)
* Correct Changelog character
* Update ERC721.behavior.js
6 years ago
Nicolás Venturo
4e527a20a5
Bump required compiler version for Address ( #1898 )
6 years ago
dependabot[bot]
92b2e2800a
Bump eslint-utils from 1.3.1 to 1.4.2 ( #1899 )
...
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>
6 years ago
Mitar
5d183d0efe
Syncing naming of value and amount. ( #1895 )
6 years ago
~Luiserebii~
188a5fd700
Minor refactoring of the .circleci config.yaml ( #1885 )
...
* 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.
6 years ago
Ross Campbell
2836b066c9
Update Context.sol ( #1892 )
...
Fix typos in instructions
6 years ago
Nicolás Venturo
d8a25d17aa
Fix links to bouncers guide
6 years ago
Nicolás Venturo
5ec7204948
Fix link to basic guide
6 years ago
Francisco Giordano
1e42749847
fix link
6 years ago
Francisco Giordano
c77181c976
2.4.0-beta.2
6 years ago
Francisco Giordano
f9a306bbdf
remove release date
6 years ago
Francisco Giordano
c0042cd9d0
Merge branch 'master' into release-v2.4.0
6 years ago
Francisco Giordano
49eae91441
change double quotes for single quotes
6 years ago
Francisco Giordano
6a01da193e
add release push command
6 years ago
Francisco Giordano
3e33066dde
2.4.0-beta.1
6 years ago
Francisco Giordano
5bcaf7a2d8
remove release date that was wrong
6 years ago
Francisco Giordano
0fa5270f7e
fix changelog editing script
6 years ago