Zilliqa / zilliqa-developer

GNU General Public License v3.0
2 stars 5 forks source link

Make UCCB part of the ZQ2 validator client #701

Closed DrZoltanFazekas closed 3 months ago

DrZoltanFazekas commented 4 months ago

Integrate https://github.com/Zilliqa/zilliqa-developer/tree/main/products/bridge/bridge-validators into https://github.com/Zilliqa/zq2/tree/main/zilliqa so that every validator node runs a UCCB process.

Currently, only one address is registered with the UCCB contract on the target chain(s) as validator. To see this integration working, we'll change this registered address to one of the ZQ2 validators, replacing the current standalone node. Although all validators will be submitting UCCB transactions to the target chain, only the transactions submitted by the registered validator will be accepted, the others will be reverted. #702 and #703 will fix this later on.

DrZoltanFazekas commented 3 months ago

replaced by https://github.com/Zilliqa/zq2/issues/1015