-
### Describe the bug
version: beacon-chain:v5.0.4
was checking tcpdump as we had some issues and found following
````
(GET /eth/v1/beacon/blob_sidecars/10252744?indices=0&indices=1&indices=2&i…
-
#### System information
Erigon version:
./build/bin/erigon --version
**erigon version 2.60.5-ea49defc**
OS & Version: Windows/Linux/OSX
> lsb_release -a
Description: Ubuntu 22.04.2 LTS
R…
-
When querying op-node, attached to op-erigon, we get an error:
Query:
```json
{"method": "optimism_outputAtBlock", "params": ["0x1153a46"], "id": 1, "jsonrpc": "2.0"}
```
Response:
```…
-
Seems @wmitsuda found that we can greatly optimize .ef files size - if handle this case.
-
**Erigon version:** `erigon version 2.59.3-088fd8ef`
**OS & Version:** Ubuntu 20.04.6 LTS, CPU E5-2695 v4, 36 cores, 192 Gb RAM
**Disk:** NVMe HPE MT006400KWHAE 6.4 Tb
**Erigon Command (with flags…
-
I had erigon running using the main-latest fix described here: https://github.com/eth-educators/eth-docker/issues/1929#issuecomment-2355413761 Following `./ethd update` the config below no longer work…
-
#### blockscout can't index create smartcontract transaction from op-erigon rpc
[https://github.com/blockscout/blockscout/issues/10298](https://github.com/blockscout/blockscout/issues/10298)
```
…
dome updated
5 months ago
-
**Describe the bug**
I'm trying to get the total memory allocated to my docker container, from inside the container. gopsutil tries to read `/sys/fs/cgroup/memory/`, which does not exist on my system…
fafrd updated
5 months ago
-
Hi @allada! Thanks for maintaining erigon snapshots for BSC! Your scripts and data have been highly useful to us in setting up our own BSC nodes
Unfortunately, as per [this article](https://erigon.…
-
Currently our RLP code is a mess. There're the following disparate libraries & approaches:
- rlpgen inhereted from geth (see #11116)
- low-level functions in `rlp`
- low-level functions in `erigo…