You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous tests only unit-tested the catchup and downloadDB methods. This test
runs it in a more production-like environment with transactions being processed
as the node catches up. A couple of problems got fixed:
* it uses the new SendProtobufParallel to simplify sending of messages
* downloadDB now stores the new blocks
* byzcoin.verifySkipblock checks if it needs to catchup
Depends on dedis/onet#559Closesdedis#1980
ineiti
added a commit
to c4dt/cothority
that referenced
this issue
Jul 9, 2019
The previous tests only unit-tested the catchup and downloadDB methods. This test
runs it in a more production-like environment with transactions being processed
as the node catches up. A couple of problems got fixed:
* it uses the new SendProtobufParallel to simplify sending of messages
* downloadDB now stores the new blocks
* byzcoin.verifySkipblock checks if it needs to catchup
Depends on dedis/onet#559Closesdedis#1980
Ineiti writes: This happened when I deleted the
.db
ongasser.blue
and then tried to get the chain loaded from the roster again.Proposed changes:
The text was updated successfully, but these errors were encountered: