GSN compatibility (#1880)
* switch to using Context internally * add context import * Add smoke test to make sure enabling GSN support works * Update test/GSN/ERC721GSNRecipientMock.test.js Co-Authored-By: Francisco Giordano <frangio.1@gmail.com> * Upgrade truffle * add missing awaits * Revert "Upgrade truffle" This reverts commit f9b0ba9019650fdbf8919a33e6fba834689e6b04.
Showing
contracts/mocks/ERC721GSNRecipientMock.sol
0 → 100644
| ... | ... | @@ -44,9 +44,8 @@ |
| "@openzeppelin/gsn-helpers": "^0.1.5", | ||
| "@openzeppelin/gsn-provider": "^0.1.5", | ||
| "@openzeppelin/upgrades": "2.5.0", | ||
| "chai": "^4.1.2", | ||
| "chai": "^4.2.0", | ||
| "chai-bn": "^0.1.1", | ||
| "coveralls": "^3.0.1", | ||
| "eslint": "^4.19.1", | ||
| "eslint-config-standard": "^10.2.1", | ||
| "eslint-plugin-import": "^2.13.0", | ||
| ... | ... |
test/GSN/ERC721GSNRecipientMock.test.js
0 → 100644
Please
register
or
sign in
to comment