Eric

Results 29 issues of Eric

When working inside of chronos async procs, the `?` control flow doesn't seem to work as it does with normal synchronous procs. The end result is that when inside of...

Fixes: #667. Add switch.listenError callback that is called when a transport fails to start. This is a pessimistic approach meaning that it will fail on the first address that fails...

In `gossipsub` and `floodsub` `rpcHandler` procs, descore peers for which `ValidationResult.Reject` is returned. See https://github.com/status-im/nim-libp2p/pull/688#discussion_r794334077 for more info.

gossipsub

From https://github.com/status-im/nim-libp2p/pull/688#discussion_r794334077 Turn `ValidationResult` into `ValidationError` without accept, because `err(ValidationResult.Accept)` is not really meaningful. Regarding backwards compat, that can actually be done quite easily @Menduist - the enrolling function that...

Add a tutorial that shows how to create a streaming protocol. In the second tutorial, the connection was being terminated too quickly in `main`, before the server had a chance...

Add a `listenError` callback to switch that is called when a transport fails to start. See https://github.com/status-im/nim-libp2p/pull/662 for more information.

Is there any way to gather a unique ID for a light client? Let's say I wanted to identify in my node middleware which light client sent a transaction using...

# Problem When advertising a device with the `sendPairInstallation` RPC call, the signal that is received on both device 1 and device 2 always shows a `timestamp` of `0`. #...

stale

Any plans to add support for whisper (ie with a `--shh` CLI option)?

question
feedback
research

#### System information ``` Lightchain version: Version: 1.1.0-beta MainNet (but running off fork https://github.com/0x13a/lightchain/tree/fix/upgrade-geth) OS & version: OSX Mojave 10.14.4 / Kernel Version 18.5.0 Go version: go version go1.12.5 darwin/amd64...

feature