synechron-finlabs/quorum-maker

Block structure is not preserved after dev network is revived

dogayuksel opened this issue · 3 comments

  • I clone quorum-maker repository (syneblock/quorum-maker:2.2.1_2.6.2)

  • I run the following commands
    ./setup.sh dev -p testchain -n 3 -e
    cd testchain
    docker-compose up -d

  • I check the quorum-maker dashboard, all looks good.
    screenshot-1

  • then I stop the network with the following command
    docker-compose down

  • when I bring the network up with docker-compose up -d, I see all transactions concatenated into one block on the dashboard.
    screenshot - 2

I tried to docker commit each node's container to an image and docker compose up from those but the result is the same.

Do you have any idea how to review the network properly?

We are actively looking into this problem. Will get back to you soon.

We found a solution and seems to be working. The fixes are pushed to same branch. Can you try again?

Works great, thank you very much.