mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Merge pull request #112 from oceanprotocol/fix/nodes_same_net
Fix Secret Store acl_contract -> Parity nodes in the same network
This commit is contained in:
commit
64885a9356
@ -13,6 +13,7 @@ services:
|
||||
--jsonrpc-hosts all
|
||||
--jsonrpc-apis all
|
||||
--unsafe-expose
|
||||
--node-key 0xb3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
|
||||
volumes:
|
||||
- ../networks/kovan/keys:/home/parity/.local/share/io.parity.ethereum/keys/kovan
|
||||
ports:
|
||||
|
@ -9,19 +9,20 @@ services:
|
||||
--base-path /home/parity/base
|
||||
--engine-signer 0x00bd138abd70e2f00903268f3db08f2d25677c9e
|
||||
--ws-interface all
|
||||
--light
|
||||
--jsonrpc-cors all
|
||||
--jsonrpc-interface all
|
||||
--jsonrpc-hosts all
|
||||
--jsonrpc-apis all
|
||||
--unsafe-expose
|
||||
--unlock 0x00bd138abd70e2f00903268f3db08f2d25677c9e
|
||||
--node-key 0xb3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
|
||||
volumes:
|
||||
- ../networks/nile/config:/home/parity/parity/config
|
||||
- keeper-node:/home/parity/.local/share/io.parity.ethereum/
|
||||
- ../networks/nile/keys:/home/parity/.local/share/io.parity.ethereum/keys
|
||||
- ../networks/nile/authorities/validator0.json:/home/parity/.local/share/io.parity.ethereum/keys/nile/validator.json
|
||||
- ../networks/nile/keys:/home/parity/.local/share/io.parity.ethereum/keys/nile
|
||||
- ../networks/nile/authorities/validator0.pwd:/home/parity/parity/validator.pwd
|
||||
- ../networks/nile/node0.network.key:/home/parity/.local/share/io.parity.ethereum/network/key
|
||||
ports:
|
||||
- 8545:8545
|
||||
networks:
|
||||
|
@ -13,13 +13,14 @@ services:
|
||||
--jsonrpc-hosts all
|
||||
--jsonrpc-apis all
|
||||
--unsafe-expose
|
||||
--no-warp
|
||||
--unlock 0x00bd138abd70e2f00903268f3db08f2d25677c9e
|
||||
--node-key 0xb3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
|
||||
volumes:
|
||||
- ../networks/spree/config:/home/parity/config
|
||||
- ../networks/spree/authorities/validator0.json:/home/parity/.local/keys/spree/validator.json
|
||||
- ../networks/spree/keys:/home/parity/.local/keys/spree
|
||||
- ../networks/spree/authorities/validator0.pwd:/home/parity/validator.pwd:ro
|
||||
- ../networks/spree/node0.network.key:/home/parity/.local/share/io.parity.ethereum/network/key:ro
|
||||
ports:
|
||||
- 8545:8545
|
||||
networks:
|
||||
|
@ -8,16 +8,20 @@ services:
|
||||
ACL_CONTRACT_ADDRESS: "${ACL_CONTRACT_ADDRESS}"
|
||||
NETWORK: "${KEEPER_NETWORK_NAME}"
|
||||
command:
|
||||
--chain /etc/parity/secretstore/chain_${KEEPER_NETWORK_NAME}.json
|
||||
--config /etc/parity/secretstore/config.toml
|
||||
--jsonrpc-cors all
|
||||
--jsonrpc-interface all
|
||||
--jsonrpc-hosts all
|
||||
--jsonrpc-apis all
|
||||
--base-path /secret-store/
|
||||
--no-warp
|
||||
--node-key 0x32313aee5977ca63184b696e4cf7b7bfc2745f727dbef82d7a1f6314ad58dcf5
|
||||
--reserved-peers /etc/parity/secretstore/peers_${KEEPER_NETWORK_NAME}.txt
|
||||
-l secretstore_net,secretstore=trace
|
||||
volumes:
|
||||
- ../networks/secret-store/config/:/etc/parity/secretstore/
|
||||
- secret-store:/secret-store/
|
||||
- ../networks/secret-store/keys/:/secret-store/keys/secretstore/
|
||||
- ../networks/secret-store/keys:/parity_data/keys
|
||||
- ${KEEPER_ARTIFACTS_FOLDER}:/contracts
|
||||
ports:
|
||||
- 12000:12000
|
||||
@ -42,16 +46,20 @@ services:
|
||||
secret-store-signing-node:
|
||||
image: parity/parity:stable
|
||||
command:
|
||||
--chain dev
|
||||
--chain /etc/parity/secretstore/chain_${KEEPER_NETWORK_NAME}.json
|
||||
--light
|
||||
--jsonrpc-interface all
|
||||
--jsonrpc-apis secretstore
|
||||
--jsonrpc-cors all
|
||||
--no-warp
|
||||
--keys-path /home/parity/.local/keys
|
||||
--node-key 0x27881af7f75724e25a9818f6c8e719895c8c9d3512003fc8ad0f47d762a07a79
|
||||
--reserved-peers /etc/parity/secretstore/peers_${KEEPER_NETWORK_NAME}.txt
|
||||
ports:
|
||||
- 9545:8545
|
||||
volumes:
|
||||
- ../networks/secret-store/keys:/home/parity/.local/keys/DevelopmentChain:ro
|
||||
- ../networks/secret-store/keys:/home/parity/.local/keys
|
||||
- ../networks/secret-store/config/:/etc/parity/secretstore/
|
||||
networks:
|
||||
backend:
|
||||
ipv4_address: 172.15.0.18
|
||||
|
0
networks/nile/keys/nile/Accept:
Normal file
0
networks/nile/keys/nile/Accept:
Normal file
0
networks/nile/keys/nile/Finished
Normal file
0
networks/nile/keys/nile/Finished
Normal file
0
networks/nile/keys/nile/Host:
Normal file
0
networks/nile/keys/nile/Host:
Normal file
0
networks/nile/keys/nile/POST
Normal file
0
networks/nile/keys/nile/POST
Normal file
0
networks/nile/keys/nile/Package
Normal file
0
networks/nile/keys/nile/Package
Normal file
0
networks/nile/keys/nile/Running
Normal file
0
networks/nile/keys/nile/Running
Normal file
0
networks/nile/keys/nile/User-Agent:
Normal file
0
networks/nile/keys/nile/User-Agent:
Normal file
0
networks/nile/keys/nile/quit
Normal file
0
networks/nile/keys/nile/quit
Normal file
@ -1 +0,0 @@
|
||||
b3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
|
@ -1 +0,0 @@
|
||||
c07b4807e704dfff975d82fc807a3da7947838379007b49c51f6a04faf4cdea8
|
@ -1 +0,0 @@
|
||||
d8bf44e2b69604bde8c84c4b403114f4410dc4f57d80e026b24b8f1af70d5633
|
@ -1,106 +0,0 @@
|
||||
{
|
||||
"name": "secretstore",
|
||||
"engine": {
|
||||
"authorityRound": {
|
||||
"params": {
|
||||
"stepDuration": "1",
|
||||
"validators": {
|
||||
"list": [
|
||||
"0x00Bd138aBD70e2F00903268F3Db08f2D25677C9e",
|
||||
"0x00Aa39d30F0D20FF03a22cCfc30B7EfbFca597C2",
|
||||
"0x002e28950558fbede1a9675cb113f0bd20912019"
|
||||
]
|
||||
},
|
||||
"validateScoreTransition": 1000000000,
|
||||
"validateStepTransition": 1500000000,
|
||||
"maximumUncleCount": 1000000000
|
||||
}
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
"maximumExtraDataSize": "0x20",
|
||||
"minGasLimit": "0x1388",
|
||||
"networkID": "0x2325",
|
||||
"gasLimitBoundDivisor": "0x400",
|
||||
"eip140Transition": 0,
|
||||
"eip211Transition": 0,
|
||||
"eip214Transition": 0,
|
||||
"eip658Transition": 0
|
||||
|
||||
},
|
||||
"genesis": {
|
||||
"seal": {
|
||||
"authorityRound": {
|
||||
"step": "0x0",
|
||||
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
||||
}
|
||||
},
|
||||
"difficulty": "0x20000",
|
||||
"gasLimit": "0x165A0BC00"
|
||||
},
|
||||
"accounts": {
|
||||
"0x0000000000000000000000000000000000000001": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "ecrecover",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 3000,
|
||||
"word": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000002": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "sha256",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 60,
|
||||
"word": 12
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000003": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "ripemd160",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 600,
|
||||
"word": 120
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000004": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "identity",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 15,
|
||||
"word": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x6B0c56d1Ad5144b4d37fa6e27DC9afd5C2435c3B": {
|
||||
"balance": "0x200000000000000000000000000000000000000000000000"
|
||||
},
|
||||
"0x0011598De1016A350ad719D23586273804076774": {
|
||||
"balance": "0x200000000000000000000000000000000000000000000000"
|
||||
},
|
||||
"0x068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0": {
|
||||
"balance": "0x200000000000000000000000000000000000000000000000"
|
||||
},
|
||||
"0xa99d43d86a0758d5632313b8fa3972b6088a21bb": {
|
||||
"balance": "0x200000000000000000000000000000000000000000000000"
|
||||
},
|
||||
"0x00Bd138aBD70e2F00903268F3Db08f2D25677C9e": {
|
||||
"balance": "0x200000000000000000000000000000000000000000000000"
|
||||
}
|
||||
}
|
||||
}
|
5022
networks/secret-store/config/chain_kovan.json
Normal file
5022
networks/secret-store/config/chain_kovan.json
Normal file
File diff suppressed because it is too large
Load Diff
150
networks/secret-store/config/chain_nile.json
Normal file
150
networks/secret-store/config/chain_nile.json
Normal file
@ -0,0 +1,150 @@
|
||||
{
|
||||
"name": "nile",
|
||||
"engine": {
|
||||
"authorityRound": {
|
||||
"params": {
|
||||
"stepDuration": "5",
|
||||
"validators": {
|
||||
"list": [
|
||||
"0xa1345ed0b2d1e193aead673e33dac56515af128a",
|
||||
"0xf4a2dbd5d67ef3019a7e4b188b92128c86d76bf9",
|
||||
"0xcdbe5f61fac89e2cfcfa3727805d5cb8bc4f9afd"
|
||||
]
|
||||
},
|
||||
"validateScoreTransition": 1000000000,
|
||||
"validateStepTransition": 1500000000,
|
||||
"maximumUncleCount": 1000000000
|
||||
}
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
"maximumExtraDataSize": "0x20",
|
||||
"minGasLimit": "0x1388",
|
||||
"networkID": "0x2323",
|
||||
"gasLimitBoundDivisor": "0x400",
|
||||
"eip140Transition": 0,
|
||||
"eip211Transition": 0,
|
||||
"eip214Transition": 0,
|
||||
"eip658Transition": 0
|
||||
},
|
||||
"genesis": {
|
||||
"seal": {
|
||||
"authorityRound": {
|
||||
"step": "0x0",
|
||||
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
||||
}
|
||||
},
|
||||
"difficulty": "0x20000",
|
||||
"gasLimit": "0x165A0BC00"
|
||||
},
|
||||
"accounts": {
|
||||
"0x0000000000000000000000000000000000000001": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "ecrecover",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 3000,
|
||||
"word": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000002": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "sha256",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 60,
|
||||
"word": 12
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000003": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "ripemd160",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 600,
|
||||
"word": 120
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000004": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "identity",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 15,
|
||||
"word": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0xf5d60efcad44babc8d85eb8df57d9e3a5101eb93": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x61f9546cd2bd5e46bdb915ab9c69210c6ee043d2": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x8d968b9bc8fe3b1d233ae6238c771544dd7c8fb2": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x63132a33765fe352187c93e45fac1b9162399e5c": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x95a165da81359c11aafb4490fe6afeb6ee4f7c2e": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x9224dff492427471092d13b36866875d7e0f2dd6": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x9aa9bfa819800a44803dcacc514bb443a2baade6": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x85ef014983c1bad421cc00941c18122066da5860": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0xc6fffcb664a60c019a335902112584829a91c0a0": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0xdbb63fb51453714f5efed3c2846160018fb3f43c": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x23be64786fe4467635e65aea49f9dd7a0b05d7b5": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x3c80c7163c1e6730f2ba80df707178dcdee44475": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0xe49c5f9c8a78884c8ba2aa161b8c41bf21b96751": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0xf7f2673e854e7b33a62beec796dec5d61ac9c40a": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0xe739ed3643970d106c4b1c51de91b7992400e50c": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x85a7273ff4f4ffce0c708f47ab45249867679bcf": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x4156e7abdfe6e08c16ef2b241661276af57f9ead": {
|
||||
"balance": "0x2000000000000000000"
|
||||
},
|
||||
"0x480b0e0a641ae45521377d4984d085a003934561": {
|
||||
"balance": "0x200000000000000000000000"
|
||||
},
|
||||
"0xb08eb95236499f072b2ae3c91a8f911d6c853b4d": {
|
||||
"balance": "0x200000000000000000000000"
|
||||
},
|
||||
"0x4899f06b5e60140f1885599bf3a562cb25775adc": {
|
||||
"balance": "0x200000000000000000000000"
|
||||
}
|
||||
}
|
||||
}
|
188
networks/secret-store/config/chain_spree.json
Normal file
188
networks/secret-store/config/chain_spree.json
Normal file
@ -0,0 +1,188 @@
|
||||
{
|
||||
"name": "spree",
|
||||
"engine": {
|
||||
"authorityRound": {
|
||||
"params": {
|
||||
"stepDuration": "1",
|
||||
"validators": {
|
||||
"list": [
|
||||
"0x00bd138abd70e2f00903268f3db08f2d25677c9e",
|
||||
"0xf4a2dbd5d67ef3019a7e4b188b92128c86d76bf9",
|
||||
"0xcdbe5f61fac89e2cfcfa3727805d5cb8bc4f9afd"
|
||||
]
|
||||
},
|
||||
"validateScoreTransition": 1000000000,
|
||||
"validateStepTransition": 1500000000,
|
||||
"maximumUncleCount": 1000000000
|
||||
}
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
"gasLimitBoundDivisor": "0x0400",
|
||||
"accountStartNonce": "0x0",
|
||||
"maximumExtraDataSize": "0x20",
|
||||
"minGasLimit": "0x1388",
|
||||
"networkID": "0x2324",
|
||||
"eip140Transition": "0x0",
|
||||
"eip211Transition": "0x0",
|
||||
"eip214Transition": "0x0",
|
||||
"eip658Transition": "0x0",
|
||||
"wasmActivationTransition": "0x0",
|
||||
"eip145Transition": "0x0",
|
||||
"eip1014Transition": "0x0",
|
||||
"eip1052Transition": "0x0",
|
||||
"eip1283Transition": "0x0",
|
||||
"kip4Transition": "0x0",
|
||||
"kip6Transition": "0x0"
|
||||
},
|
||||
"genesis": {
|
||||
"seal": {
|
||||
"authorityRound": {
|
||||
"step": "0x0",
|
||||
"signature": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
||||
}
|
||||
},
|
||||
"difficulty": "0x20000",
|
||||
"gasLimit": "0x165A0BC00"
|
||||
},
|
||||
"accounts": {
|
||||
"0x0000000000000000000000000000000000000001": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "ecrecover",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 3000,
|
||||
"word": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000002": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "sha256",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 60,
|
||||
"word": 12
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000003": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "ripemd160",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 600,
|
||||
"word": 120
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000004": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "identity",
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 15,
|
||||
"word": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000005": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "modexp",
|
||||
"activate_at": 0,
|
||||
"pricing": {
|
||||
"modexp": {
|
||||
"divisor": 20
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000006": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "alt_bn128_add",
|
||||
"activate_at": 0,
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 500,
|
||||
"word": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000007": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "alt_bn128_mul",
|
||||
"activate_at": 0,
|
||||
"pricing": {
|
||||
"linear": {
|
||||
"base": 40000,
|
||||
"word": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x0000000000000000000000000000000000000008": {
|
||||
"balance": "1",
|
||||
"builtin": {
|
||||
"name": "alt_bn128_pairing",
|
||||
"activate_at": 0,
|
||||
"pricing": {
|
||||
"alt_bn128_pairing": {
|
||||
"base": 100000,
|
||||
"pair": 80000
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"0x00Bd138aBD70e2F00903268F3Db08f2D25677C9e": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0x068Ed00cF0441e4829D9784fCBe7b9e26D4BD8d0": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0xA99D43d86A0758d5632313b8fA3972B6088A21BB": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0xe2DD09d719Da89e5a3D0F2549c7E24566e947260": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0xBE5449a6A97aD46c8558A3356267Ee5D2731ab5e": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0xA78deb2Fa79463945C247991075E2a0e98Ba7A09": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0x02354A1F160A3fd7ac8b02ee91F04104440B28E7": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0xe17D2A07EFD5b112F4d675ea2d122ddb145d117B": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0xA32C84D2B44C041F3a56afC07a33f8AC5BF1A071": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0xFF3fE9eb218EAe9ae1eF9cC6C4db238B770B65CC": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0x529043886F21D9bc1AE0feDb751e34265a246e47": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0xe08A1dAe983BC701D05E492DB80e0144f8f4b909": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
},
|
||||
"0xbcE5A3468386C64507D30136685A99cFD5603135": {
|
||||
"balance": "0x33B2E3C9FD0803CE8000000"
|
||||
}
|
||||
}
|
||||
}
|
@ -19,17 +19,14 @@ disable = true
|
||||
[websockets]
|
||||
disable = true
|
||||
|
||||
[mining]
|
||||
engine_signer = "0xa1345ed0b2d1e193aead673e33dac56515af128a"
|
||||
reseal_on_txs = "none"
|
||||
usd_per_tx = "0"
|
||||
#[mining]
|
||||
#engine_signer = "0xa1345ed0b2d1e193aead673e33dac56515af128a"
|
||||
#reseal_on_txs = "none"
|
||||
#usd_per_tx = "0"
|
||||
|
||||
[network]
|
||||
port = 30303
|
||||
bootnodes = [
|
||||
"enode://16bddd0215f9bb8a9328671b7b1554a7811cf310065fde04248ce4cea92fe2831412894c912e6b9e45019d5011631452055a5c1873f2d6760baa95f51c449787@172.15.0.13:30303",
|
||||
"enode://bd97feab0fdd069c3fe1f260285053f6a6fa6eaa840bfd6730a1ce6b0b9eccef616bfca7b498fb04c02f5fb9ecd8c40617c32acbdd4b55d306a3f4468b6885f2@172.15.0.12:30303"
|
||||
]
|
||||
discovery = true
|
||||
|
||||
[ipfs]
|
||||
enable = false
|
||||
@ -43,7 +40,7 @@ disable = false
|
||||
disable_http = false # This node will expose a Secret Store HTTP API
|
||||
http_interface = "all" # The HTTP API is available locally only
|
||||
http_port = 12001 # The Secret Store HTTP API is available at this port
|
||||
acl_contract = "none" # Insecure, will be changed later on
|
||||
acl_contract = "none"
|
||||
server_set_contract = "none"
|
||||
nodes = [
|
||||
"7cb22f9a17e8880f8009b519b3506fa9d52fe0ff315f68d0dc0be9576f116818be5f3843c3e4e57aecea40bdd14c8539f5714a51d3254c2955d8a9f1ea9723dc@172.15.0.13:12000"
|
||||
|
8
networks/secret-store/config/peers_kovan.txt
Normal file
8
networks/secret-store/config/peers_kovan.txt
Normal file
@ -0,0 +1,8 @@
|
||||
enode://65f9c708cd96fb4c1cfb80451ca8c304ca99660b92445b1da6323c5965332f37d4cf2c17d68ee9b413de6ce87c47c1e0a66e8d05ebe634e7ba559c67d0ec8853@172.15.0.12:30303
|
||||
enode://030ba626855043909feec09dfa03b9b186512156ea1dc6225801f014ba49b6b8ca1579287043da69645b8fb40a8685a05bcf35949b7363749bad89611eeebeea@172.15.0.13:30303
|
||||
enode://9495e2c34639ae6a8dbabfe7cb038d17be5e65879736b1fb56d0bfeaa01aa25f3802f45e774aae5ef7887bced5ed87a6490da75a1d894f6c7b09e6d6de62970d@172.15.0.18:30303
|
||||
enode://56abaf065581a5985b8c5f4f88bd202526482761ba10be9bfdcd14846dd01f652ec33fde0f8c0fd1db19b59a4c04465681fcef50e11380ca88d25996191c52de@40.71.221.215:30303
|
||||
enode://d07827483dc47b368eaf88454fb04b41b7452cf454e194e2bd4c14f98a3278fed5d819dbecd0d010407fc7688d941ee1e58d4f9c6354d3da3be92f55c17d7ce3@52.166.117.77:30303
|
||||
enode://8fa162563a8e5a05eef3e1cd5abc5828c71344f7277bb788a395cce4a0e30baf2b34b92fe0b2dbbba2313ee40236bae2aab3c9811941b9f5a7e8e90aaa27ecba@52.165.239.18:30303
|
||||
enode://7e2e7f00784f516939f94e22bdc6cf96153603ca2b5df1c7cc0f90a38e7a2f218ffb1c05b156835e8b49086d11fdd1b3e2965be16baa55204167aa9bf536a4d9@52.243.47.56:30303
|
||||
enode://0518a3d35d4a7b3e8c433e7ffd2355d84a1304ceb5ef349787b556197f0c87fad09daed760635b97d52179d645d3e6d16a37d2cc0a9945c2ddf585684beb39ac@40.68.248.100:30303
|
6
networks/secret-store/config/peers_nile.txt
Normal file
6
networks/secret-store/config/peers_nile.txt
Normal file
@ -0,0 +1,6 @@
|
||||
enode://e90d77ad3065d0767abe08cdd47746c29fae578e8d1c06aacc30da720dd7fd8c8aa0e1e2ca2bb20c4739edff82e5e7405a382cf17af6a4366e2540f72e46e829@18.210.120.241:30303
|
||||
enode://204b11794d16f382bab24a7cdde5ec1273b8c6c2b23e64560d7ef1707708158a45300e920607aa413633e45c5eea472c17f474866ce5901515249abfbe9c4e1c@35.171.30.2:30303
|
||||
enode://6881fbbf8f2400c05c61b696af7bb2be04ab22ce64d5221906b9c1c67f2bf976b71cd1d98be7743dfc139a7b590fe230212195714e71f2204252caf68f6f94c0@54.163.9.188:30303
|
||||
enode://65f9c708cd96fb4c1cfb80451ca8c304ca99660b92445b1da6323c5965332f37d4cf2c17d68ee9b413de6ce87c47c1e0a66e8d05ebe634e7ba559c67d0ec8853@172.15.0.12:30303
|
||||
enode://030ba626855043909feec09dfa03b9b186512156ea1dc6225801f014ba49b6b8ca1579287043da69645b8fb40a8685a05bcf35949b7363749bad89611eeebeea@172.15.0.13:30303
|
||||
enode://9495e2c34639ae6a8dbabfe7cb038d17be5e65879736b1fb56d0bfeaa01aa25f3802f45e774aae5ef7887bced5ed87a6490da75a1d894f6c7b09e6d6de62970d@172.15.0.18:30303
|
3
networks/secret-store/config/peers_spree.txt
Normal file
3
networks/secret-store/config/peers_spree.txt
Normal file
@ -0,0 +1,3 @@
|
||||
enode://65f9c708cd96fb4c1cfb80451ca8c304ca99660b92445b1da6323c5965332f37d4cf2c17d68ee9b413de6ce87c47c1e0a66e8d05ebe634e7ba559c67d0ec8853@172.15.0.12:30303
|
||||
enode://030ba626855043909feec09dfa03b9b186512156ea1dc6225801f014ba49b6b8ca1579287043da69645b8fb40a8685a05bcf35949b7363749bad89611eeebeea@172.15.0.13:30303
|
||||
enode://9495e2c34639ae6a8dbabfe7cb038d17be5e65879736b1fb56d0bfeaa01aa25f3802f45e774aae5ef7887bced5ed87a6490da75a1d894f6c7b09e6d6de62970d@172.15.0.18:30303
|
22
networks/secret-store/keys/nile/account1.json
Normal file
22
networks/secret-store/keys/nile/account1.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
|
||||
"version": 3,
|
||||
"crypto": {
|
||||
"cipher": "aes-128-ctr",
|
||||
"cipherparams": {
|
||||
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
|
||||
},
|
||||
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
|
||||
"kdf": "pbkdf2",
|
||||
"kdfparams": {
|
||||
"c": 10240,
|
||||
"dklen": 32,
|
||||
"prf": "hmac-sha256",
|
||||
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
|
||||
},
|
||||
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
|
||||
},
|
||||
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
|
||||
"name": "",
|
||||
"meta": "{}"
|
||||
}
|
22
networks/secret-store/keys/nile/account2.json
Normal file
22
networks/secret-store/keys/nile/account2.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "ce455fdd-11fd-5a71-0a31-9d0bec6a605d",
|
||||
"version": 3,
|
||||
"crypto": {
|
||||
"cipher": "aes-128-ctr",
|
||||
"cipherparams": {
|
||||
"iv": "56b27c187d45aab59377869042b948aa"
|
||||
},
|
||||
"ciphertext": "c774b879793e2e54b85071d929cc7fbb11b47f6bab6e590edf3997fe4373eaf8",
|
||||
"kdf": "pbkdf2",
|
||||
"kdfparams": {
|
||||
"c": 10240,
|
||||
"dklen": 32,
|
||||
"prf": "hmac-sha256",
|
||||
"salt": "33b3b99e4c6f7f6d7d804555d40c08e4a2acba20e1e46aca712c82c3b9bab749"
|
||||
},
|
||||
"mac": "10ee295ce6b1553887413f0e717ccedc1bddb62572bb9208ec3bd091085990db"
|
||||
},
|
||||
"address": "a99d43d86a0758d5632313b8fa3972b6088a21bb",
|
||||
"name": "",
|
||||
"meta": "{}"
|
||||
}
|
1
networks/secret-store/keys/nile/address_book.json
Normal file
1
networks/secret-store/keys/nile/address_book.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
23
networks/secret-store/keys/nile/ss1.json
Normal file
23
networks/secret-store/keys/nile/ss1.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "cb4f3330-9f0f-cd4d-d554-5aa6442b10be",
|
||||
"version": 3,
|
||||
"crypto": {
|
||||
"cipher": "aes-128-ctr",
|
||||
"cipherparams": {
|
||||
"iv": "937c23da18782823c3a44b33a48f5422"
|
||||
},
|
||||
"ciphertext": "10573d6899aee16f08ad747d70ffdd3df46a515b1a346f1456fe9ecf4e0771e5",
|
||||
"kdf": "pbkdf2",
|
||||
"kdfparams": {
|
||||
"c": 10240,
|
||||
"dklen": 32,
|
||||
"prf": "hmac-sha256",
|
||||
"salt": "838feb11a3e307cf9e5677e061e3fbd322dcb202e96a824d14c9b10d3147d1f1"
|
||||
},
|
||||
"mac": "15ff1a017d21dca4dd2d10064665ea14f9ccab91fd4337c7b00a564bb333fffe"
|
||||
},
|
||||
"address": "a1345ed0b2d1e193aead673e33dac56515af128a",
|
||||
"name": "",
|
||||
"meta": "{}"
|
||||
}
|
||||
|
22
networks/secret-store/keys/spree/account1.json
Normal file
22
networks/secret-store/keys/spree/account1.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "50aa801a-8d66-1402-1fa4-d8987868c2ce",
|
||||
"version": 3,
|
||||
"crypto": {
|
||||
"cipher": "aes-128-ctr",
|
||||
"cipherparams": {
|
||||
"iv": "a874e6fe50a5bb088826c45560dc1b7e"
|
||||
},
|
||||
"ciphertext": "2383c6aa50c744b6558e77b5dcec6137f647c81f10f71f22a87321fd1306056c",
|
||||
"kdf": "pbkdf2",
|
||||
"kdfparams": {
|
||||
"c": 10240,
|
||||
"dklen": 32,
|
||||
"prf": "hmac-sha256",
|
||||
"salt": "eca6ccc9fbb0bdc3a516c7576808ba5031669e6878f3bb95624ddb46449e119c"
|
||||
},
|
||||
"mac": "14e9a33a45ae32f88a0bd5aac14521c1fcf14f56fd55c1a1c080b2f81ddb8d44"
|
||||
},
|
||||
"address": "068ed00cf0441e4829d9784fcbe7b9e26d4bd8d0",
|
||||
"name": "",
|
||||
"meta": "{}"
|
||||
}
|
22
networks/secret-store/keys/spree/account2.json
Normal file
22
networks/secret-store/keys/spree/account2.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "ce455fdd-11fd-5a71-0a31-9d0bec6a605d",
|
||||
"version": 3,
|
||||
"crypto": {
|
||||
"cipher": "aes-128-ctr",
|
||||
"cipherparams": {
|
||||
"iv": "56b27c187d45aab59377869042b948aa"
|
||||
},
|
||||
"ciphertext": "c774b879793e2e54b85071d929cc7fbb11b47f6bab6e590edf3997fe4373eaf8",
|
||||
"kdf": "pbkdf2",
|
||||
"kdfparams": {
|
||||
"c": 10240,
|
||||
"dklen": 32,
|
||||
"prf": "hmac-sha256",
|
||||
"salt": "33b3b99e4c6f7f6d7d804555d40c08e4a2acba20e1e46aca712c82c3b9bab749"
|
||||
},
|
||||
"mac": "10ee295ce6b1553887413f0e717ccedc1bddb62572bb9208ec3bd091085990db"
|
||||
},
|
||||
"address": "a99d43d86a0758d5632313b8fa3972b6088a21bb",
|
||||
"name": "",
|
||||
"meta": "{}"
|
||||
}
|
1
networks/secret-store/keys/spree/address_book.json
Normal file
1
networks/secret-store/keys/spree/address_book.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
23
networks/secret-store/keys/spree/ss1.json
Normal file
23
networks/secret-store/keys/spree/ss1.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "cb4f3330-9f0f-cd4d-d554-5aa6442b10be",
|
||||
"version": 3,
|
||||
"crypto": {
|
||||
"cipher": "aes-128-ctr",
|
||||
"cipherparams": {
|
||||
"iv": "937c23da18782823c3a44b33a48f5422"
|
||||
},
|
||||
"ciphertext": "10573d6899aee16f08ad747d70ffdd3df46a515b1a346f1456fe9ecf4e0771e5",
|
||||
"kdf": "pbkdf2",
|
||||
"kdfparams": {
|
||||
"c": 10240,
|
||||
"dklen": 32,
|
||||
"prf": "hmac-sha256",
|
||||
"salt": "838feb11a3e307cf9e5677e061e3fbd322dcb202e96a824d14c9b10d3147d1f1"
|
||||
},
|
||||
"mac": "15ff1a017d21dca4dd2d10064665ea14f9ccab91fd4337c7b00a564bb333fffe"
|
||||
},
|
||||
"address": "a1345ed0b2d1e193aead673e33dac56515af128a",
|
||||
"name": "",
|
||||
"meta": "{}"
|
||||
}
|
||||
|
@ -7,8 +7,8 @@
|
||||
"validators": {
|
||||
"list": [
|
||||
"0x00bd138abd70e2f00903268f3db08f2d25677c9e",
|
||||
"0xf4a2dbd5d67ef3019a7e4b188b92128c86d76bf9",
|
||||
"0xcdbe5f61fac89e2cfcfa3727805d5cb8bc4f9afd"
|
||||
"0x002e28950558fbede1a9675cb113f0bd20912019",
|
||||
"0x00aa39d30f0d20ff03a22ccfc30b7efbfca597c2"
|
||||
]
|
||||
},
|
||||
"validateScoreTransition": 1000000000,
|
||||
|
@ -15,3 +15,12 @@ engine_signer = "0x00bd138abd70e2f00903268f3db08f2d25677c9e"
|
||||
reseal_on_txs = "none"
|
||||
force_sealing = true
|
||||
reseal_min_period = 500
|
||||
|
||||
[network]
|
||||
port = 30303
|
||||
discovery = true
|
||||
bootnodes = [
|
||||
"enode://65f9c708cd96fb4c1cfb80451ca8c304ca99660b92445b1da6323c5965332f37d4cf2c17d68ee9b413de6ce87c47c1e0a66e8d05ebe634e7ba559c67d0ec8853@172.15.0.12:30303",
|
||||
"enode://030ba626855043909feec09dfa03b9b186512156ea1dc6225801f014ba49b6b8ca1579287043da69645b8fb40a8685a05bcf35949b7363749bad89611eeebeea@172.15.0.13:30303",
|
||||
"enode://9495e2c34639ae6a8dbabfe7cb038d17be5e65879736b1fb56d0bfeaa01aa25f3802f45e774aae5ef7887bced5ed87a6490da75a1d894f6c7b09e6d6de62970d@172.15.0.18:30303"
|
||||
]
|
@ -1 +0,0 @@
|
||||
b3244c104fb56d28d3979f6cd14a8b5cf5b109171d293f4454c97c173a9f9374
|
@ -1 +0,0 @@
|
||||
c07b4807e704dfff975d82fc807a3da7947838379007b49c51f6a04faf4cdea8
|
@ -1 +0,0 @@
|
||||
d8bf44e2b69604bde8c84c4b403114f4410dc4f57d80e026b24b8f1af70d5633
|
Loading…
x
Reference in New Issue
Block a user