Eugene Kabanov

Results 98 comments of Eugene Kabanov

@oskarth list of supported MultiAddress types is here https://github.com/status-im/nim-libp2p/blob/master/libp2p/multiaddress.nim#L313-L398 And unsupported protocol `ws` means that it do not supported - e.g. not implemented in MultiAddress.

@abijahm could you please share your `example.nim` code?

Sorry, but currently i dont have access to MacOS.

Could you please explain more precisely? I'm not sure i can understand what are you trying to achieve...

Are you are talking about this limitation? ```nim import asyncdispatch, asyncpg, strutils proc multipleStatements(conn: apgConnection) {.async.} = # Execute multiple SELECT operations # Only text SQL queries are supported, you...

This is problemmatic, just because i'm using `libpq` postgresql native library api functions which has such limitations: > The primary advantage of PQexecParams over PQexec is that parameter values can...

To implement it by myself i need to have SQL parser with support of all PostgreSQL extensions, and this is pretty tough work.

It is better to consider only `outgoing` peers, not `incoming` peers.

This PR is just not enough to fully support IPv6 and IPv4. We don't need a branch, we need to bind to both IPv6 and IPv6 ports (if IPv6 is...

# Beacon node's roles ## Sentry nodes (validator client de-anonimization problem) https://github.com/prysmaticlabs/prysm/issues/11048 > Currently there is a tightly coupled relationship between the validator and a singular beacon node. This means...