Peter Nose

Results 17 comments of Peter Nose

> Can we have a consistent peer output (e.g. reuse the multiaddr string format as is used for committee peers)? First answer would be no, as I don't see Tendermint...

> No, I mean for the libp2p peers, Tendermint peers can stay as they are. Currently it seems like libp2p peers are represented as a dict in some places (seed...

Addressed the comments: - Made discovery async. As peer channel is returned before seed responds, I had to move logic for detecting malicious seeds to the client. Same goes for...

Fixed in https://github.com/oasisprotocol/oasis-core/commit/c9f52fa. Closing.

Based on the error message, it seems that decoding the `Status` response from the `GetStatus` gRPC function failed because your node is running on version `23.0.7-git510099930`. Recently, we did a...

This will probably not solve the problem, but you should change file permissions on `/data/identity.pem` from 700 to 600.

Agree, adding `add` functionality will be needed in the future once we support changing the threshold. The current version doesn't do that, so I would postpone this to later.

> callers can decrease the degree of a polynomial True. This was intentional. The reason for this is that we want to have constant time operations on polynomials. Therefore, the...

> Since there is no trimming, adding two polynomials together can result in a zero polynomial that is represented by a vector of zero coefficients the length of which is...

> size does not return one more than the degree of the polynomial. True. Size returns the size of the underlying vector, which is the same as the number of...