AnomalRoil

Results 116 issues of 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...

good first issue

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 ```

bug
devguild

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...

devguild

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...

devguild

In order to have a minimal surface for the daemon binary.

devguild

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.

good first issue
refactoring
hacktoberfest
improvement
devguild

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...

devguild