Skip to content

Commit

Permalink
build: updated chaosnet deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
0x31 committed Oct 31, 2019
1 parent b6c3d07 commit 4a06f16
Show file tree
Hide file tree
Showing 17 changed files with 3,632 additions and 2,112 deletions.
499 changes: 322 additions & 177 deletions build/chaosnet/BCHShifter.json

Large diffs are not rendered by default.

479 changes: 298 additions & 181 deletions build/chaosnet/BTCShifter.json

Large diffs are not rendered by default.

721 changes: 426 additions & 295 deletions build/chaosnet/DarknodePayment.json

Large diffs are not rendered by default.

232 changes: 70 additions & 162 deletions build/chaosnet/DarknodePaymentStore.json

Large diffs are not rendered by default.

778 changes: 544 additions & 234 deletions build/chaosnet/DarknodeRegistry.json

Large diffs are not rendered by default.

152 changes: 101 additions & 51 deletions build/chaosnet/DarknodeRegistryStore.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,60 @@
"contractName": "DarknodeRegistryStore",
"abi": [
{
"constant": false,
"inputs": [],
"name": "claimOwnership",
"outputs": [],
"inputs": [
{
"internalType": "string",
"name": "_VERSION",
"type": "string"
},
{
"internalType": "contract RenToken",
"name": "_ren",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
},
{
"constant": true,
"inputs": [],
"name": "VERSION",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "renounceOwnership",
"name": "claimOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
Expand All @@ -22,11 +64,12 @@
{
"constant": true,
"inputs": [],
"name": "ren",
"name": "isOwner",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "address"
"type": "bool"
}
],
"payable": false,
Expand All @@ -39,6 +82,7 @@
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
Expand All @@ -50,11 +94,12 @@
{
"constant": true,
"inputs": [],
"name": "isOwner",
"name": "ren",
"outputs": [
{
"internalType": "contract RenToken",
"name": "",
"type": "bool"
"type": "address"
}
],
"payable": false,
Expand All @@ -63,88 +108,73 @@
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"inputs": [],
"name": "renounceOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "VERSION",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_VERSION",
"type": "string"
},
{
"name": "_ren",
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
"type": "function"
},
{
"anonymous": false,
"constant": false,
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"internalType": "address",
"name": "_token",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "event"
"name": "recoverTokens",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_darknodeID",
"type": "address"
},
{
"internalType": "address payable",
"name": "_darknodeOwner",
"type": "address"
},
{
"internalType": "uint256",
"name": "_bond",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "_publicKey",
"type": "bytes"
},
{
"internalType": "uint256",
"name": "_registeredAt",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_deregisteredAt",
"type": "uint256"
}
Expand All @@ -161,6 +191,7 @@
"name": "begin",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
Expand All @@ -173,13 +204,15 @@
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "darknodeID",
"type": "address"
}
],
"name": "next",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
Expand All @@ -192,6 +225,7 @@
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "darknodeID",
"type": "address"
}
Expand All @@ -206,10 +240,12 @@
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "darknodeID",
"type": "address"
},
{
"internalType": "uint256",
"name": "decreasedBond",
"type": "uint256"
}
Expand All @@ -224,10 +260,12 @@
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "darknodeID",
"type": "address"
},
{
"internalType": "uint256",
"name": "deregisteredAt",
"type": "uint256"
}
Expand All @@ -242,13 +280,15 @@
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "darknodeID",
"type": "address"
}
],
"name": "darknodeOwner",
"outputs": [
{
"internalType": "address payable",
"name": "",
"type": "address"
}
Expand All @@ -261,13 +301,15 @@
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "darknodeID",
"type": "address"
}
],
"name": "darknodeBond",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
Expand All @@ -280,13 +322,15 @@
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "darknodeID",
"type": "address"
}
],
"name": "darknodeRegisteredAt",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
Expand All @@ -299,13 +343,15 @@
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "darknodeID",
"type": "address"
}
],
"name": "darknodeDeregisteredAt",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
Expand All @@ -318,13 +364,15 @@
"constant": true,
"inputs": [
{
"internalType": "address",
"name": "darknodeID",
"type": "address"
}
],
"name": "darknodePublicKey",
"outputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
Expand All @@ -337,7 +385,7 @@
"sourcePath": "/home/noah/github/renproject/darknode-sol/contracts/DarknodeRegistry/DarknodeRegistryStore.sol",
"compiler": {
"name": "solc",
"version": "0.5.8+commit.23d335f2.Emscripten.clang"
"version": "0.5.12+commit.7709ece9.Emscripten.clang"
},
"networks": {
"1": {
Expand All @@ -348,12 +396,14 @@
{
"indexed": true,
"name": "previousOwner",
"type": "address"
"type": "address",
"internalType": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
"type": "address",
"internalType": "address"
}
],
"name": "OwnershipTransferred",
Expand All @@ -362,9 +412,9 @@
}
},
"links": {},
"address": "0x14Add4Ca443E7445A3418bB572D6079bFC98897a",
"address": "0xE8d0C5D4ca958C8619Ab1B98cA901d65340C48B1",
"transactionHash": "0xe01fb109de8724dcc84e42ad8470dc40234dab708303fb64dce781e0becf824e"
}
},
"schemaVersion": "3.0.11"
"schemaVersion": "3.0.16"
}
Loading

0 comments on commit 4a06f16

Please sign in to comment.