Eugene Kabanov

Results 41 issues of Eugene Kabanov

Very soon `lowercase` type names will be deprecated, all type names will be capitalized.

This is approach which i'm recommending to use to check if public API procedure properly supports cancellation. So the idea of this test is to split execution of `dial` into...

Currently `nim-libp2p` exposing addresses like `/ip4/0.0.0.0/tcp/9100` to the network, but this addresses has only meaning for local host, but not for remote peers.

bug
v1

Currently `nim-libp2p` do not have cancellation support, and this can be one more source of leaks for applications which is going to use it. All API calls which performs open(dial,...

enhancement
discuss
v1

### Cryptography - [x] NIST P-256/384/521 curves, required to perform DHE. - [x] NIST P-256/384/521 ECDSA required for peer identification. - [x] RSA required for peer identification - [x] ED25519...

Implement encodings in order of priority: - [x] base64 - [x] base64pad - [x] base64url - [x] base64urlpad - [ ] base16 - [ ] base16upper - [ ] base32z...

Implement secure hash algorithms in order of priority. - [ ] Murmur - [ ] Skein - [x] Sha-1

@zah now when more better stack traces available ``` DBG 2019-04-17 15:02:32+02:00 GossipSub message not delivered to Peer tid=23109 peer=Node[:9100] Error: unhandled exception: An attempt was made to complete a...

https://ethereum.github.io/beacon-APIs/#/Beacon/publishBlock implementation for SSZ encoded blocks.