Anton Nashatyrev
Anton Nashatyrev
We need correctly handle situation when `Attestation`s from 'future' slots (relative to local clock) received from the wire. Relates to this fix: https://github.com/harmony-dev/beacon-chain-java/pull/84/commits/28e9fecc32a89c11abe2010afa3d8797820c3484
When creating a block proposer needs a list of deposit inputs to include. It is requested from the `DepositContract` which in turn scans blocks for the contract events. This may...
Just wondering why Daemon interface operates with byte representation of multiaddress? The interface appears pretty highlevel and the string representation would look more appropriate
## PR Description This is PoC on how the Google Dagger compile time Dependency Injection library could be used to build up the Teku components together. This PR demonstrates the...
Creating this issue just to discuss the following idea: currently the backing tree structure is not static due to `List` and `Union` types. E.g. when an element is appended to...
**Describe the issue** Followup to #3435 When running a Java process and calling `java.net.NetworkInterface.networkInterfaces()` it causes `java.net.SocketException: Invalid argument (ioctl(SIOCGIFCONF) failed)` Shadow writes the following WARN: ``` [shadow_rs::host::descriptor::socket::inet::udp] (LOG_ONCE) We...
**Describe the issue** I was adopting Ethereum Java client [Teku](https://github.com/Consensys/teku) inside Shadow (specifically with [Ethshadow](https://github.com/ethereum/ethshadow)). In this issue I would like to record the problems and challenges I have faced...
I've managed to run Ethereum Java client [Teku](https://github.com/Consensys/teku) inside Shadow (specifically with [Ethshadow](https://github.com/ethereum/ethshadow)). However I had to add the following stubs to make it working finally: - UDP `SO_BROADCAST`: [Netty...
It's worth to implement the ['batch publishing' approach](https://ethresear.ch/t/improving-das-performance-with-gossipsub-batch-publishing/21713) for block/blobs/columns (and maybe attestations) considering the significant dissemination latency gain provided in the writeup.