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
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -44,7 +44,7 @@ |
| }, | ||
| "homepage": "https://github.com/OpenZeppelin/openzeppelin-contracts", | ||
| "devDependencies": { | ||
| "@openzeppelin/gsn-helpers": "^0.1.4", | ||
| "@openzeppelin/gsn-helpers": "^0.1.5", | ||
| "@openzeppelin/gsn-provider": "^0.1.4", | ||
| "chai": "^4.2.0", | ||
| "concurrently": "^4.1.0", | ||
| ... | ... |
test/GSN/ERC721GSNRecipientMock.test.js
0 → 100644
Please
register
or
sign in
to comment