Eugene Kabanov

Results 98 comments of Eugene Kabanov

This issue fully fixed on Linux, BSD, MacOS but still present on Windows.

I do not like idea to put `nimVersion` in `Starting beacon node` log line. Also i do not like idea to keep only `nimVersion` because even right now specific nim...

No i dont think so. This PR legend is about different item and this change actually breaks proper behavior.

if `req.slot == safeSlot` we are in trouble. It means that we have broken logic or database in some broken state, or we have pretty bad peer which returns incorrect...

And what scenario should be used when only one `beacon_node` is used and no other `beacon_node` is available?

It looks like GCC crash because of out of memory?

This is not only VC problem, it is also problem of BN itself.

This time values was positive, looks like regression.

@kdeme we can workaround this issue with construction like this ```nim ... except CatchableError as exc: await xxx raise exc ``` You just need to find all the places where...

Sorry, but currently Blowfish modes are not supported, mostly because of Nim's generic bugs and limitations and because Blowfish do not has fixed key size. I need some time to...