Skip to content

Commit

Permalink
Migrate GSN to solidity 0.6.2 (#367)
Browse files Browse the repository at this point in the history
* Migrate GSN to solidity 0.6.2

Note: 0x LibBytes was checked-in here

* Run 'truffle compile' before 'extract abi'

* Import as json
  • Loading branch information
forshtat authored May 8, 2020
1 parent ea62c3d commit ea669c6
Show file tree
Hide file tree
Showing 50 changed files with 867 additions and 269 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ cache
/RelayClient.ts
/RelayProvider.ts
/GSNConfigurator.ts
/GsnTestEnvironment.ts
2 changes: 1 addition & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "solhint:recommended",
"rules": {
"compiler-version": ["error","^0.5.16"],
"compiler-version": ["error","^0.6.2"],
"mark-callable-contracts": ["off"]
}
}
1 change: 1 addition & 0 deletions .solhintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
contracts/0x
Loading

0 comments on commit ea669c6

Please sign in to comment.