Merge pull request #39 from vbaranov/core

Update KeysManager contract ABI
This commit is contained in:
Victor 2017-12-15 17:57:46 -08:00 committed by GitHub
commit fb23764364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 75 deletions

View File

@ -386,14 +386,6 @@
{ {
"name": "_initialKey", "name": "_initialKey",
"type": "address" "type": "address"
},
{
"name": "_votingKey",
"type": "address"
},
{
"name": "_payoutKey",
"type": "address"
} }
], ],
"name": "getInitialKey", "name": "getInitialKey",
@ -424,28 +416,14 @@
} }
], ],
"name": "createKeys", "name": "createKeys",
"outputs": [ "outputs": [],
{
"name": "",
"type": "uint256"
}
],
"payable": false, "payable": false,
"stateMutability": "nonpayable", "stateMutability": "nonpayable",
"type": "function" "type": "function"
}, },
{ {
"constant": true, "constant": true,
"inputs": [ "inputs": [],
{
"name": "_key",
"type": "address"
},
{
"name": "_miningKey",
"type": "address"
}
],
"name": "initialKeysCount", "name": "initialKeysCount",
"outputs": [ "outputs": [
{ {
@ -488,12 +466,7 @@
} }
], ],
"name": "swapMiningKey", "name": "swapMiningKey",
"outputs": [ "outputs": [],
{
"name": "",
"type": "uint256"
}
],
"payable": false, "payable": false,
"stateMutability": "nonpayable", "stateMutability": "nonpayable",
"type": "function" "type": "function"
@ -532,54 +505,28 @@
"type": "function" "type": "function"
}, },
{ {
"inputs": [
{
"name": "_proxyStorage",
"type": "address"
},
{
"name": "_poaConsensus",
"type": "address"
},
{
"name": "_masterOfCeremony",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"constant": true, "constant": true,
"inputs": [],
"name": "masterOfCeremony", "name": "masterOfCeremony",
"outputs": [ "outputs": [
{ {
"name": "", "name": "",
"type": "address" "type": "address"
} }
] ],
"payable": false,
"stateMutability": "view",
"type": "function"
}, },
{ {
"anonymous": false, "constant": true,
"inputs": [ "inputs": [
{ {
"indexed": false,
"name": "_miningKey", "name": "_miningKey",
"type": "address" "type": "address"
},
{
"indexed": true,
"name": "miningKey",
"type": "address"
},
{
"indexed": false,
"name": "action",
"type": "string"
} }
], ],
"name": "isPayoutActive", "name": "isPayoutActive",
"type": "function",
"constant": true,
"outputs": [ "outputs": [
{ {
"name": "", "name": "",
@ -587,31 +534,27 @@
} }
], ],
"payable": false, "payable": false,
"stateMutability": "view" "stateMutability": "view",
"type": "function"
}, },
{ {
"anonymous": false,
"inputs": [ "inputs": [
{ {
"indexed": false,
"name": "_proxyStorage", "name": "_proxyStorage",
"type": "address" "type": "address"
}, },
{ {
"indexed": true,
"name": "_poaConsensus", "name": "_poaConsensus",
"type": "address" "type": "address"
}, },
{ {
"indexed": false,
"name": "_masterOfCeremony", "name": "_masterOfCeremony",
"type": "address" "type": "address"
} }
], ],
"name": "VotingKeyChanged",
"type": "constructor",
"payable": false, "payable": false,
"stateMutability": "nonpayable" "stateMutability": "nonpayable",
"type": "constructor"
}, },
{ {
"anonymous": false, "anonymous": false,
@ -669,11 +612,6 @@
"indexed": false, "indexed": false,
"name": "action", "name": "action",
"type": "string" "type": "string"
},
{
"indexed": false,
"name": "initialKeysCount",
"type": "uint256"
} }
], ],
"name": "MiningKeyChanged", "name": "MiningKeyChanged",