Andrei Smirnov

Results 25 issues of Andrei Smirnov

Is anybody tried building this for Windows? Using mingw or VS c++. Appreciate any directions.

Closes https://app.shortcut.com/chainlinklabs/story/50270

This adds support to audio/ogg for voice messages. The idea is to migrate to this format, instead of currently adopted AAC.

Basically there's an issue reported by StyleCop/R#: when several attributes attached to a class/interface, the separation comma is not extended with a whitespace. E.g. [ExcludeFromCodeCoverage,ContractClassFor(...)] expected: [ExcludeFromCodeCoverage, ContractClassFor(...)]

I had to update babel-eslint to 4.1.7 to make `npm run lint` working.

I had to change the script as following `"test": "set NODE_ENV=test && mocha"`.

# 🎯 Problem to be solved Due to breaking changes introduced by v3 produceBlock endpoint, we had to disable `run_version_matrix_with_dkg` test because the new version is not backward-compatible. Currently, this...

test
protocol

For some chains like Gnosis, different field specs are defined ([example](https://github.com/ChainSafe/lodestar/blob/20c18ad85d6cb5e37d4980446d4f608ce9169c24/packages/params/src/presets/gnosis.ts#L21)). A notable example is ``` Withdrawals []*Withdrawal ssz-max:"16"` ``` which has `ssz-max=16` for Ethereum networks and `ssz-max=8` for Gnosis...

# 🎯 Problem to be solved To reduce code duplication and to simplify introducing new cluster definition versions, the hashing functions need to be entirely refactored using modern Golang practices....

enhancement
refactor
protocol

This work is a part of Consensus Abstraction epic. The goal is to get the consensus component code prepared for the new components.

protocol