oraclesorg / oracles-contract

New version of POA Network consensus contracts is here: https://github.com/poanetwork/poa-network-consensus-contracts
MIT License
24 stars 8 forks source link

Why owner is hardcoded into Ownable.sol? #59

Closed rstormsf closed 6 years ago

rstormsf commented 6 years ago

https://github.com/oraclesorg/oracles-contract/blob/master/src/Owned.sol#L8

I'd like to understand why is that? If so, How can I test it? Current public keys from testrpc config:

Available Accounts
==================
(0) 0x8031ccbc4c80b840e2d542413a4d9e54d3f0da58
(1) 0x5d4355f5a4204786e4bdcca9f454fc3201dd93ad
(2) 0x38c0fc6f24013ed3f7887c05f95d17a8883be4ba
(3) 0x855ec610d672d30e6a70cf92fe0658074a09a5ae
(4) 0x48950165fec800caf43afe9d1a36d2af7e51f47b
(5) 0x5b03dd2e99c3de62d3f2db2848d7e93179e1c143
(6) 0x338a7867a35367d120011b2da1d8e2a8a60b9bc0
rstormsf commented 6 years ago

Ok. I figured it out. I didn't realize the all proxy contracts are used only for testing