aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts/2.0.0/IWallet.json
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-07-11 05:01:13 +0800
committerGitHub <noreply@github.com>2018-07-11 05:01:13 +0800
commitb9627e14d0b30eb50e9169fb7002f942fa089347 (patch)
treef2dcd41f80deaddfcb7341e959cc94c10389f34b /packages/migrations/artifacts/2.0.0/IWallet.json
parent56a96d36a1f994f36c9331931a9b9cb201891678 (diff)
parente60630fa73b7c1aa93fa87161a1c959d41ca7b33 (diff)
downloaddexon-sol-tools-b9627e14d0b30eb50e9169fb7002f942fa089347.tar
dexon-sol-tools-b9627e14d0b30eb50e9169fb7002f942fa089347.tar.gz
dexon-sol-tools-b9627e14d0b30eb50e9169fb7002f942fa089347.tar.bz2
dexon-sol-tools-b9627e14d0b30eb50e9169fb7002f942fa089347.tar.lz
dexon-sol-tools-b9627e14d0b30eb50e9169fb7002f942fa089347.tar.xz
dexon-sol-tools-b9627e14d0b30eb50e9169fb7002f942fa089347.tar.zst
dexon-sol-tools-b9627e14d0b30eb50e9169fb7002f942fa089347.zip
Merge pull request #848 from 0xProject/feature/contracts/safeMath
Add revert reasons and optimization to safeMath
Diffstat (limited to 'packages/migrations/artifacts/2.0.0/IWallet.json')
-rw-r--r--packages/migrations/artifacts/2.0.0/IWallet.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/migrations/artifacts/2.0.0/IWallet.json b/packages/migrations/artifacts/2.0.0/IWallet.json
index b66f3f19f..56ac59331 100644
--- a/packages/migrations/artifacts/2.0.0/IWallet.json
+++ b/packages/migrations/artifacts/2.0.0/IWallet.json
@@ -43,14 +43,14 @@
}
},
"sources": {
- "current/protocol/Exchange/interfaces/IWallet.sol": {
+ "2.0.0/protocol/Exchange/interfaces/IWallet.sol": {
"id": 0
}
},
"sourceCodes": {
- "current/protocol/Exchange/interfaces/IWallet.sol": "/*\n\n Copyright 2018 ZeroEx Intl.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n*/\n\npragma solidity ^0.4.24;\n\ncontract IWallet {\n\n /// @dev Verifies that a signature is valid.\n /// @param hash Message hash that is signed.\n /// @param signature Proof of signing.\n /// @return Validity of order signature.\n function isValidSignature(\n bytes32 hash,\n bytes signature\n )\n external\n view\n returns (bool isValid);\n}\n"
+ "2.0.0/protocol/Exchange/interfaces/IWallet.sol": "/*\n\n Copyright 2018 ZeroEx Intl.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n*/\n\npragma solidity 0.4.24;\n\n\ncontract IWallet {\n\n /// @dev Verifies that a signature is valid.\n /// @param hash Message hash that is signed.\n /// @param signature Proof of signing.\n /// @return Validity of order signature.\n function isValidSignature(\n bytes32 hash,\n bytes signature\n )\n external\n view\n returns (bool isValid);\n}\n"
},
- "sourceTreeHashHex": "0x86b701eae05b54e6e83ae81e518db9b84b28a8d6c33c8b5ae8a89ff78c61f732",
+ "sourceTreeHashHex": "0x70b7d3c15ab87e6b4b1011d194282163232dfd88486038e4120d6bf245d58e44",
"compiler": {
"name": "solc",
"version": "soljson-v0.4.24+commit.e67f0147.js",