AnomalRoil
AnomalRoil
Specifically: - [ ] Remove dependency on network for most tests, and make sure the ones requiring networking capability are not run by `go test -short` - [ ] Add...
We could have a `-m` flag that would read the header of a ciphertext and pull the data from the drand endpoint to display metadata such as round, corresponding date...
### Summary When using `gopass show -n entry` I expect my entry to be displayed exactly as is, i.e. raw bytes. Instead it seems it's being parsed. ### Steps To...
- Always expose the `ErrUnsupported` error, so that Go programs can compare errors with it. - It seems gen2gbrain/shm does not support `s390x` and `ppc64le` architecture, so let's add them...
``` ./drand util status --all drand: can't get the list of running beacon ids on the daemon ... rpc error: code = Unimplemented desc = unknown service drand.Public ```
We're changing the node's id in the logger during resharing: https://github.com/drand/drand/blob/47fc7abf063eee475036fb07f0666e24ff4d7706/core/drand_beacon_control.go#L204 (we're actually changing it a bit too early, since we change it prior to transition... but that's not the...
We might want to add an option to specify a given time for the genesis when creating a new network, so that we can be "compatible" with the existing drand...
In order to have a minimal surface for the daemon binary.
Currently we are processing partials from nodes not in our group file for too long since they fail with BLS invalid signatures instead of failing early.
Ensure that the GenesisTime is always a multiple of 10 so that it is nicer for round to time computations. If we have a period of 5, and a genesis...