omni / poa-bridge

POA <-> Ethereum bridge for self transfers of POA native token to POA20 (ERC20 representation). Not supported. Use TokenBridge instead
https://github.com/poanetwork/token-bridge
GNU General Public License v3.0
80 stars 38 forks source link

(Feature) Implement Owners of contracts #8

Closed rstormsf closed 6 years ago

rstormsf commented 6 years ago

We have to think about who can upgrade contracts and who can deploy them Those authorities should not be validators.

akolotov commented 6 years ago

@rstormsf we agreed to have a multisig wallet implemented to manage the bridge contract. So far I see only Ownable contract and there is no procedure which describes how to manage bridge contracts by the mutlisig wallet. Could we have this issue opened till the process will be completly understood/described/implemented?

rstormsf commented 6 years ago

@akolotov

  1. You can make an owner a multisig contract
akolotov commented 6 years ago

Good. And what is the next? How can I invoke, for example, setGasLimitWithdrawRelay() on Home bridge side?