quantadex / distributed_quanta_bridge

The distributed version of the quanta bridge
1 stars 0 forks source link

can't generate pooled addresses #49

Open quocble opened 5 years ago

quocble commented 5 years ago

steps to reproduce:

  1. run a 2 node network
  2. generate an ethereum address

result: crosschain table in node 1 is updated but not in node2 expect: both tables to update the value.

Notes: The addressconsensus is responsible for validating, and "persisting" on the database when this is agreed. not sure where is going wrong.

We should have assertion on these table changes to make sure this is working properly.