Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block structure is not preserved after dev network is revived #87

Closed
dogayuksel opened this issue Feb 19, 2019 · 3 comments
Closed

Block structure is not preserved after dev network is revived #87

dogayuksel opened this issue Feb 19, 2019 · 3 comments
Labels

Comments

@dogayuksel
Copy link

  • 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?

@dhyansraj
Copy link
Collaborator

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

@dhyansraj dhyansraj added the bug label Feb 21, 2019
@dhyansraj
Copy link
Collaborator

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

@dogayuksel
Copy link
Author

Works great, thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants