Results 58 issues of PM

If you accidentally the group file, but maintain DB state, the node entirely fails to start. On one hand, this catches inconsistencies immediately. On the other hand, it could deny...

bug
devguild

In some previous testing (and our failed v2 testnet ceremony) we identified some gossiped packets were failing signature verification. After diving into the code, we identified some pointer aliasing issues...

bug
devguild

The sync manager has been a source of anguish for a long time. At a high level, the sync manager connects to randomly selected nodes in the group file and...

devguild

Since v2, DKG state is stored in a boltDB store at the root of the drand folder For each beaconID, binary blobs representing a TOML model of type `DBStateToml` are...

refactoring
v2.0
devguild

Hi there, I am trying to run the sample found at https://docs.corda.net/docs/corda-os/4.7/tutorial-cordapp.html I have successfully cloned the repo and generated the nodes with `./gradlew deployNodes` When attempting to `java -jar...

Upon running a DKG without TLS, the following is observed when trying to aggregate the first beacon: ``` error sending partial {"round": 1, "err": "rpc error: code = Unimplemented desc...

bug

Upon creating a new network, the 0th round is missing a round number: ``` $ curl localhost:9082/54f133e185407d19d3a289437abb5875e6bc717c556eb73dae5dbd03453ec890/public/0 {"signature":"c763072dae15e7cc67bdea792489dcb22410fce0ebce6cde3068114a7cb8ba46","randomness":"2a78424040389ff7292c7e93b663ce42df391db6700d0db0a76435ba9b81c499"}% ```

devguild