aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-02 04:11:18 +0800
committerFabio Berger <me@fabioberger.com>2018-06-02 04:11:18 +0800
commitaefb922a05b231e95ec58a931cfeeaa4d75ac529 (patch)
tree940ca08dd39d68ad2686880b4a3332611e0eabfc /packages/migrations
parenta22434fd73fa7c7c02791e5339ab8904294e682f (diff)
downloaddexon-sol-tools-aefb922a05b231e95ec58a931cfeeaa4d75ac529.tar
dexon-sol-tools-aefb922a05b231e95ec58a931cfeeaa4d75ac529.tar.gz
dexon-sol-tools-aefb922a05b231e95ec58a931cfeeaa4d75ac529.tar.bz2
dexon-sol-tools-aefb922a05b231e95ec58a931cfeeaa4d75ac529.tar.lz
dexon-sol-tools-aefb922a05b231e95ec58a931cfeeaa4d75ac529.tar.xz
dexon-sol-tools-aefb922a05b231e95ec58a931cfeeaa4d75ac529.tar.zst
dexon-sol-tools-aefb922a05b231e95ec58a931cfeeaa4d75ac529.zip
Remove ISigner artifact
Diffstat (limited to 'packages/migrations')
-rw-r--r--packages/migrations/artifacts/2.0.0/ISigner.json76
1 files changed, 0 insertions, 76 deletions
diff --git a/packages/migrations/artifacts/2.0.0/ISigner.json b/packages/migrations/artifacts/2.0.0/ISigner.json
deleted file mode 100644
index 8a0a8e06a..000000000
--- a/packages/migrations/artifacts/2.0.0/ISigner.json
+++ /dev/null
@@ -1,76 +0,0 @@
-{
- "schemaVersion": "2.0.0",
- "contractName": "ISigner",
- "compilerOutput": {
- "abi": [
- {
- "constant": true,
- "inputs": [
- {
- "name": "hash",
- "type": "bytes32"
- },
- {
- "name": "signature",
- "type": "bytes"
- }
- ],
- "name": "isValidSignature",
- "outputs": [
- {
- "name": "isValid",
- "type": "bool"
- }
- ],
- "payable": false,
- "stateMutability": "view",
- "type": "function"
- }
- ],
- "evm": {
- "bytecode": {
- "linkReferences": {},
- "object": "0x",
- "opcodes": "",
- "sourceMap": ""
- },
- "deployedBytecode": {
- "linkReferences": {},
- "object": "0x",
- "opcodes": "",
- "sourceMap": ""
- }
- }
- },
- "sources": {
- "current/protocol/Exchange/interfaces/ISigner.sol": {
- "id": 0
- }
- },
- "sourceCodes": {
- "current/protocol/Exchange/interfaces/ISigner.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 ISigner {\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 external\n view\n returns (bool isValid);\n}\n"
- },
- "sourceTreeHashHex": "0x14f56e10a8ab94bb23561e6d2118d4ea6f68154b66e0833ebd915c0911073267",
- "compiler": {
- "name": "solc",
- "version": "soljson-v0.4.24+commit.e67f0147.js",
- "settings": {
- "optimizer": {
- "enabled": true,
- "runs": 0
- },
- "outputSelection": {
- "*": {
- "*": [
- "abi",
- "evm.bytecode.object",
- "evm.bytecode.sourceMap",
- "evm.deployedBytecode.object",
- "evm.deployedBytecode.sourceMap"
- ]
- }
- }
- }
- },
- "networks": {}
-} \ No newline at end of file