Results 58 issues of PM

I'm trying to mock a simple interface in my Kotlin project, but receiving the following error: ``` Mockito cannot mock this class: interface MyInterface. Mockito can only mock non-private &...

Fixed a bug where empty input to select the default port during keygen would repeatedly prompt for input rather than select the default port (8080) Updated to the latest urfave...

When generating a new keypair and omitting the port the CLI prompts with: >No valid port given. Please, choose a port number (or ENTER for default port 8080) Pressing enter...

bug

An operator can currently stop an individual beacon by running `drand stop --id someBeaconId`. The only way to restart `someBeaconId` is to restart the node. The `drand start` command should...

good first issue
feature

For networks with a low frequency in seconds, the beacon history can grow large very fast. That history is also not strictly necessary for every use case: unchained schemes don't...

feature

dkgInfo was being set on the beacon process after the echobroadcast. This meant that isolated nodes were not actually informed of the DKG, and would get excluded in future rounds....

In order to support multiple chains, the client should be able to fetch the list of chains using, e.g. http://pl-us.testnet.drand.sh/chains which is currently supported in the go client. This allows...

enhancement

## Description The decryption time doesn't show the currently selected datetime, albeit selection of datetime and encryption with itstill works as expected ## Affected browser/version iOS safari

bug

Presently the testnet `NetworkInfo` (`ChainInfo` in go) is hardcoded as a config object in the project. Instead, this should be pulled from the `/info` endpoint. Additionally, the chain should be...