-
Notifications
You must be signed in to change notification settings - Fork 279
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
Wait for all peers to commit genesis block by querying /status
#1643
Labels
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Optimization
Something isn't working as well as it should
Comments
e-ivkov
changed the title
Wait for all peers for genesis block submission
Wait for all peers to have committed genesis block by querying Nov 30, 2021
/status
e-ivkov
changed the title
Wait for all peers to have committed genesis block by querying
Wait for all peers to commit genesis block by querying Nov 30, 2021
/status
/status
e-ivkov
added a commit
to e-ivkov/iroha
that referenced
this issue
Dec 1, 2021
… tests Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
e-ivkov
added a commit
to e-ivkov/iroha
that referenced
this issue
Dec 1, 2021
… tests Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
appetrosyan
added
Bug
Something isn't working
Optimization
Something isn't working as well as it should
labels
Dec 2, 2021
e-ivkov
added a commit
to e-ivkov/iroha
that referenced
this issue
Dec 2, 2021
… tests Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
e-ivkov
added a commit
to e-ivkov/iroha
that referenced
this issue
Dec 3, 2021
… tests Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
e-ivkov
added a commit
to e-ivkov/iroha
that referenced
this issue
Dec 3, 2021
… tests Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
e-ivkov
added a commit
to e-ivkov/iroha
that referenced
this issue
Dec 3, 2021
… tests Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
e-ivkov
added a commit
to e-ivkov/iroha
that referenced
this issue
Dec 3, 2021
… tests Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
e-ivkov
added a commit
to e-ivkov/iroha
that referenced
this issue
Dec 3, 2021
… tests Signed-off-by: Egor Ivkov <e.o.ivkov@gmail.com>
e-ivkov
added a commit
that referenced
this issue
Dec 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Optimization
Something isn't working as well as it should
Egor Ivkov, [30 Nov 2021 19:03:23]
Actually now that we have status endpoint we can just wait in all tests until each peer has genesis by querying this endpoint and checking the number of blocks.
Egor Ivkov, [30 Nov 2021 19:03:38]
It should be simple to add this to test_network crate.
Egor Ivkov, [30 Nov 2021 19:04:01]
And we will no longer care about waiting for a specific fixed time
Aleksandr Petrosyan, [30 Nov 2021 19:05:23]
[In reply to Egor Ivkov]
This could scale to public networks too.
Egor Ivkov, [30 Nov 2021 19:06:04]
[In reply to Aleksandr Petrosyan]
That's what our DevOps wanted to do on deployment
The text was updated successfully, but these errors were encountered: