Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
Flatten RecoverableMultiSig inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Stefanski committed Dec 9, 2017
1 parent e9b9b1f commit e3af2c4
Show file tree
Hide file tree
Showing 11 changed files with 502 additions and 397 deletions.
10 changes: 5 additions & 5 deletions build/contracts/AddressSet.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1489,
"referencedDeclaration": 1501,
"type": "function (bool) pure",
"value": "require"
},
Expand Down Expand Up @@ -1390,7 +1390,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1489,
"referencedDeclaration": 1501,
"type": "function (bool) pure",
"value": "require"
},
Expand Down Expand Up @@ -4149,7 +4149,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1477,
"referencedDeclaration": 1489,
"type": "function (bool) pure",
"value": "assert"
},
Expand Down Expand Up @@ -4443,7 +4443,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1477,
"referencedDeclaration": 1489,
"type": "function (bool) pure",
"value": "assert"
},
Expand Down Expand Up @@ -4610,5 +4610,5 @@
},
"networks": {},
"schemaVersion": "1.0.1",
"updatedAt": "2017-12-09T20:36:12.560Z"
"updatedAt": "2017-12-09T21:56:17.705Z"
}
6 changes: 3 additions & 3 deletions build/contracts/Migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1486,
"referencedDeclaration": 1498,
"type": "msg",
"value": "msg"
},
Expand Down Expand Up @@ -363,7 +363,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1486,
"referencedDeclaration": 1498,
"type": "msg",
"value": "msg"
},
Expand Down Expand Up @@ -823,5 +823,5 @@
},
"networks": {},
"schemaVersion": "1.0.1",
"updatedAt": "2017-12-09T20:36:12.561Z"
"updatedAt": "2017-12-09T21:56:17.706Z"
}
24 changes: 12 additions & 12 deletions build/contracts/MultiSig.json
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1489,
"referencedDeclaration": 1501,
"type": "function (bool) pure",
"value": "require"
},
Expand Down Expand Up @@ -1211,7 +1211,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1480,
"referencedDeclaration": 1492,
"type": "function () pure returns (bytes32)",
"value": "keccak256"
},
Expand Down Expand Up @@ -1450,7 +1450,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1489,
"referencedDeclaration": 1501,
"type": "function (bool) pure",
"value": "require"
},
Expand Down Expand Up @@ -1511,7 +1511,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1479,
"referencedDeclaration": 1491,
"type": "function (bytes32,uint8,bytes32,bytes32) pure returns (address)",
"value": "ecrecover"
},
Expand Down Expand Up @@ -1884,7 +1884,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1489,
"referencedDeclaration": 1501,
"type": "function (bool) pure",
"value": "require"
},
Expand Down Expand Up @@ -2063,7 +2063,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1486,
"referencedDeclaration": 1498,
"type": "msg",
"value": "msg"
},
Expand Down Expand Up @@ -2158,7 +2158,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1486,
"referencedDeclaration": 1498,
"type": "msg",
"value": "msg"
},
Expand Down Expand Up @@ -2189,7 +2189,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1486,
"referencedDeclaration": 1498,
"type": "msg",
"value": "msg"
},
Expand Down Expand Up @@ -2667,7 +2667,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1480,
"referencedDeclaration": 1492,
"type": "function () pure returns (bytes32)",
"value": "keccak256"
},
Expand Down Expand Up @@ -2793,7 +2793,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1501,
"referencedDeclaration": 1513,
"type": "contract MultiSig",
"value": "this"
},
Expand Down Expand Up @@ -3011,7 +3011,7 @@
"overloadedDeclarations": [
null
],
"referencedDeclaration": 1489,
"referencedDeclaration": 1501,
"type": "function (bool) pure",
"value": "require"
},
Expand Down Expand Up @@ -3181,5 +3181,5 @@
},
"networks": {},
"schemaVersion": "1.0.1",
"updatedAt": "2017-12-09T20:36:12.561Z"
"updatedAt": "2017-12-09T21:56:17.707Z"
}
Loading

0 comments on commit e3af2c4

Please sign in to comment.