Results 165 issues of Will

https://golang.org/pkg/encoding/json/#Marshal currently if a chain.info is naively marshal'ed it looses its public kyber key.

good first issue
bug
ux
hacktoberfest

if the relay has a clock skewed ahead of a group member, it may ask for new round randomness too early, and could lead to bad caching delay effects. we...

testing
refactoring

``` RUNNING: [drand show share --control 34405] EXPECTED: 0000000000000000000000000000000000000000000000000000000000000001 GOT: { "index": 2, "share": "0000000000000000000000000000000000000000000000000000000000000001" } -- EQUAL: false -------------_ RUNNING: [drand show public --control 34405] EXPECTED: addef9dd580009d76a68fa009c1dc5242a5876e36e2f45dfd3a7b7ccd4c84737af156c10233ff8f4a5d113af1fd3c089 GOT: {...

currently, the `--from` flag can only provide a single previous group to set info for. In reality, we care more about setting the public key, and the addresses from which...

Reports can be submitted with user-attached annotations. We should allow filtering on that attribute, so that we can get a sense of e.g. active lepidopters.

enhancement
priority/low
user feedback
triage

It would be useful to get an overview of reports by a specific probe. Especially as users begin to run lepidopter, such a view will be useful for monitoring the...

enhancement
ux
wishlist
priority/low
user feedback
triage
icebox

parse an ABI and export methods & events. support: ``` await mycontract.method(arg1, arg2); ``` ``` mycontract.addEventListener('event', myHandler); ```

p:2

there should be some way for the external context to know the key of a confidential service, so it can e.g. be passed back in when re-establishing the RPC, or...

p:2

should have basic infrastructure to support deployment strategies easily available for devs

The gateway should accept websocket connections from users for communication

p:3