Francisco Giordano
8a7b5be5f9
set up gsn provider for coverage too
6 years ago
Francisco Giordano
73798a8d1b
fix helper name
6 years ago
Francisco Giordano
dc3242264b
update relayhub singleton address
6 years ago
Francisco Giordano
3b9e5af4f4
update @openzeppelin/gsn-helpers
6 years ago
Francisco Giordano
b7d3c38f55
Merge branch 'master' into gsn-beta
6 years ago
Francisco Giordano
c771b2c8d5
add early failure to coverage script
6 years ago
Francisco Giordano
3812bd8e6f
fix indent_size in editorconfig
6 years ago
Francisco Giordano
9b52cdaa41
adapt to new IRelayHub.withdraw
6 years ago
Francisco Giordano
f18f937a09
update RelayHub interface
6 years ago
Francisco Giordano
9e25a2c724
initialize development provider only once
6 years ago
Francisco Giordano
83eb5251fb
change gsn txfee
6 years ago
Francisco Giordano
e69599e7f7
fix GSNBouncerSignature test
6 years ago
Dinslinger90
eeeb3a5be1
Typo in ERC20.sol ( #1873 )
...
Changed word from Destoys to Destroys in line number 220.
https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol#L220
Need review. Thanks 👍
6 years ago
Francisco Giordano
1bee3705bd
rename arguments in approveFunction
6 years ago
Francisco Giordano
00b2818452
remove relay server
6 years ago
Francisco Giordano
68de4a3de6
replace with gsn dev provider
6 years ago
Francisco Giordano
c493683432
update to latest @openzeppelin/gsn-provider
6 years ago
Francisco Giordano
11084260b8
use optimized gsn-provider
6 years ago
Francisco Giordano
98d422e6b8
Merge branch 'master' of github.com:OpenZeppelin/openzeppelin-contracts into gsn-beta
6 years ago
Francisco Giordano
e59ded9134
Manually specify commit hash to codecov
6 years ago
Nicolás Venturo
1c1fa5d968
Silence false positive warning on preValidatePurchase ( #1857 )
6 years ago
Andrew B Coathup
0da886c9c4
Update ReentrancyGuard.sol ( #1862 )
...
Fix typo
6 years ago
Francisco Giordano
339250ea92
Merge branch 'master' of github.com:OpenZeppelin/openzeppelin-contracts into gsn-beta
6 years ago
Francisco Giordano
3306cd1ece
Fix codecov badge
6 years ago
Francisco Giordano
08ce03f6c3
Add codecov badge
6 years ago
Francisco Giordano
2a29f697bf
Disable Travis in favor of Circle ( #1866 )
...
* replace readme badge
* remove travis config
* move to codecov
* add codecov config
* fix coverage running
6 years ago
Santiago Palladino
18b57ca043
Merge GSN branch into master ( #1867 )
...
* GSN basics guide (#1847 )
* Fix linter error
* Initial draft for basic GSN guide
* Add CustomerAcquisitonCost link
* Review 'gas costs' phrasing
* Rename relay to relayer
* Apply suggestions from code review
Co-Authored-By: Santiago Palladino <spalladino@gmail.com>
* Improve transition to contract usage explanation
* Improve payment section phrasing
* Apply suggestions from code review
Co-Authored-By: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
* Apply more review suggestions
* Add code
* Add unreleased warning
* GSN Docs Tweaks (#1860 )
* Adjusts links
* Adjustments
* Update gsn.adoc
Fix typo
* Adjusts copy and links for GSN guide (#1865 )
* Adjusts copy and links
* Formats links
* Adds website link
6 years ago
Francisco Giordano
0b7f1777ef
Add npm install step to every circle job
6 years ago
Francisco Giordano
25f3ed7ab7
Merge remote-tracking branch 'upstream/master' into gsn-beta
6 years ago
Francisco Giordano
0d1aec13ba
CircleCI configuration tweaks ( #1868 )
...
* remove attach_workspace
* leave default working_directory
* use npm ci for installing deps
* rename dependencies job
6 years ago
Francisco Giordano
bcb6b6d1ce
clear circle cache
6 years ago
Francisco Giordano
c57bbe6468
update package-lock.json
6 years ago
Andrew B Coathup
bd1f2ededd
Update Arrays.sol ( #1863 )
...
Fix typo
6 years ago
Francisco Giordano
0ba85035cc
Remove note from CircleCI config
6 years ago
Francisco Giordano
eebd131591
Merge branch 'master' of github.com:OpenZeppelin/openzeppelin-contracts into gsn-beta
6 years ago
xinbenlv
04ddadc48f
Add CircleCI configuration ( #1841 )
...
* Add circlci, remove .travis.yml. Fixes #1839 .
* Fix circleci config
* Add slack notification
* Add circleci status
* Fix config.yml, we don't need separate truffle image and instances.
* Matches oz-sdk node version
* Seems node:10.13 doesn't work for CircleCI either
* Remove npm update in circleci
* CircleCI use package-lock.json as cache key and install only the lock version
* Add back travis.yml
* Rename job build to test
* CircleCI requires that job to be called build instead of test or build_and_test
* Fix the way to run jobs
* Fix CircleCI
* Change back to npm install
* Add workflow and split into tasks
* Add workspace
* Restore cache
* update readme circleci instructions
* make step name more accurate
6 years ago
Santiago Palladino
af92387083
Run relayer with short sleep of 1s instead of 100ms
6 years ago
Santiago Palladino
de0d45871f
Use released gsn-provider
6 years ago
Santiago Palladino
e42d51f39a
Rename relay hub changed event
6 years ago
Santiago Palladino
d7d4ff1a2d
Rhub address slot reduced by 1
6 years ago
Santiago Palladino
0b3cf830a4
Fix gsn dependencies in package.json
6 years ago
Nicolás Venturo
e3034b03bc
Override transferFrom in __unstable__ERC20PrimaryAdmin
6 years ago
Nicolás Venturo
0ef0023606
Add missing GSNBouncerSignature test
6 years ago
Nicolás Venturo
d10109f9f8
Fix GSNBouncerERC20Fee, add tests
6 years ago
Nicolás Venturo
ca59d08cdf
Improve GSNBouncerBase, make pre and post sender-protected and optional
6 years ago
Nicolás Venturo
988b6f0043
Rename GSNBouncerUtils to GSNBouncerBase, make it IRelayRecipient
6 years ago
Nicolás Venturo
0302cf1943
Make _acceptRelayedCall and _declineRelayedCall easier to use
6 years ago
Nicolás Venturo
d5af7914b1
Add relayHub version to recipient
6 years ago
Nicolás Venturo
081ddc6832
Add _withdrawDeposits to GSNRecipient
6 years ago
Nicolás Venturo
dc9139a253
Add IRelayHub
6 years ago