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

Where is private key for test deployment? #58

Closed rstormsf closed 6 years ago

rstormsf commented 6 years ago

Since the owner is hard coded into all proxy contracts: https://github.com/oraclesorg/oracles-contract/blob/master/src/util/BallotsManagerProxy.sol#L8 https://github.com/oraclesorg/oracles-contract/blob/master/src/util/BallotsStorageProxy.sol#L8 https://github.com/oraclesorg/oracles-contract/blob/master/test/util/deploy.js#L22-L26

I'd like to know how to run the tests without private key. Or do u expect a developer to make a change in all those contracts + tests

rstormsf commented 6 years ago

https://github.com/oraclesorg/oracles-contract/blob/master/Makefile#L21

found it