Giulio rebuffo
Giulio rebuffo
Copypasted from the go-libp2p issue Hello, I am from the Erigon team, one of the Ethereum clients, I am trying to build a consensus client and I am having issues...
Hi, I am on Mac OS and apparently the library can't find the xdelta3.h file, I see the the submodule is included in the repository, any fix?
Actually look for peers of needed subnet for better performance on holesky and mainnet
## Description We need to add a new endpoint to the Beacon API that allows for fetching validator balances given a specific state ID. This will be a POST request...
This PR introduces changesets for InvertedIndex, on top of that it simplifies the encoding to `gob`. Future task: Move `cbor` to `erigon-lib` and use `cbor` instead of `gob` for better...
# PR: Remove `keysTable` from Domain This PR removes the use of `keysTable` from Domain. Below is how this was achieved. ## Modifications to `ValsTable` Now, `ValsTable` in domains are...
Implements https://github.com/ethereum/EIPs/pull/8933