Mikhail Kalinin

Results 35 issues of Mikhail Kalinin

### Specification `GET /eth/v1/checkpoint/finalized_state` * Returns `BeaconState` object for a *finalized checkpoint* state from the WS period `GET /eth/v1/checkpoint/finalized_blocks/{slot}/root` * Returns 404 if a block at a `slot` is either...

Extends `fork_choice` tests format with `payload_info`, discussion in https://github.com/ethereum/consensus-spec-tests/issues/28

Original discussion happened in Discord: https://discord.com/channels/595666850260713488/692062809701482577/910086648346329099 Related to https://github.com/ethereum/consensus-specs/issues/2643 The essence of the discussion -- TTD should be known in advance and should be the only trigger of consensus upgrade...

Bellatrix

## Issue [Lookahead](https://github.com/ethereum/eth2.0-specs/blob/v0.9.3/specs/validator/0_beacon-chain-validator.md#lookahead) section of Honest Validator spec states: > `get_committee_assignment` should be called at the start of each epoch to get the assignment for the next epoch (`current_epoch +...

scope:networking
phase0

### Description First take could use beacon chain consensus in order to justify peer reliability. Very basic implementation could forever ban peers which send blocks and attestations that are invalid...

discovery

### Description Feel `graffitti` field with proposed debug info: https://notes.ethereum.org/VpUNqtrgRvqogY38bmKWpA

validator

### Description Block pool accumulates blocks received via gossip channel, verifies them and inserts into beacon chain. If received block is a part of unknown chain segment it needs to...

chain

### To Do Implement integration with Deposit contract that is a Mainnet contract for Beacon chain registration deposits. ### Proposal Built one of implementations on top of Web3j. Hence, any...

deposit contract

Starting this issue to collect installation prerequisites required by 3rd party libs in order to not miss anything out. - RocksDB Java on Windows: - Requires _Microsoft Visual C++ 2015...

documentation