Dmitrii Shmatko

Results 40 issues of Dmitrii Shmatko

We need some handy test runner as an alternative to current `./gradlew test`. What we don't like with gradle: - awkward output. We want to see: every passed or failed...

tests

Union type is added after v0.6.1, so it will be likely released in v0.6.2. Full SSZ documentation: https://github.com/ethereum/eth2.0-specs/blob/dev/specs/simple-serialize.md

SSZ

We use Gradle 4 and it's a bit outdated, so we need to migrate to the newer version. Bump of Gradle version will probably raise several issues with custom gradle...

In some cases we should use `api` instead of `implementation` to pass underlying dependencies. Currently most modules cannot be used independently without adding dependency to their dependencies. So all modules...

## PR Description Based on #7981 Work in progress. ## Fixed Issue(s) ## Documentation - [ ] I thought about documentation and added the `doc-change-required` label to this PR if...

DO NOT MERGE

### Description We use `safelyProcess` in `AbstractBlockProcessor` but in fork processors its usage varies not covering all separate operation processing. Should be consistent to my mind.

### Description [publishBlockV2](https://github.com/ethereum/beacon-APIs/blob/master/apis/beacon/blocks/blocks.v2.yaml) is mature enough API and we could consider switching to it on our VC if we don't need to keep V1 fallback. Otherwise we will get a...

HI! I've made another research, this one dedicated to efficiency, comparing ENR attribute and topic advertisement, and want to make a proposal which is going to dramatically improve search speed...

### Description Just a meta issue. PeerDAS(EIP-7594) prototype based on Teku. Specs (in progress): https://github.com/ethereum/consensus-specs/tree/dev/specs/_features/eip7594 Branch: https://github.com/Nashatyrev/teku/tree/das TODO: a lot, in progress

Epic

### Description We constantly add new features to the Teku. Some features are designed for testing only, another spend some time in beta-testing until they are uncovered. We usually mark...