-
`unstable` branch, running on Prater for about a day under gdb:
```
/home/user/nimbus-eth2/vendor/nim-json-rpc/json_rpc/client.nim(320) main
/home/user/nimbus-eth2/vendor/nim-json-rpc/json_rpc/clie…
-
For all binaries I use for staking there's some way to verify the binary's integrity, e.g. a `.asc` signature file or a sha256 checksum.
I think Nimbus should also provide a way for file verificati…
-
ETH 2 standard API endpoints such as https://ethereum.github.io/eth2.0-APIs/#/Beacon/getStateValidators have an array query parameter. There is no standard for passing arrays in URLs, however there a…
mcdee updated
3 years ago
-
We bought a dedicated server from Hetzner (ax41-nvme) which we want to use for running validator nodes (see https://github.com/status-im/infra-nimbus/issues/45 for the research).
To do this we need…
-
This node will participate in the first testnet aiming to experiment with the upcoming Eth1+Eth2 merge functionality. The node needs to be provisioned with the following roles:
* infra-role-beacon-…
-
### Background
This issue defines a first step towards https://github.com/status-im/nim-waku/issues/452
Currently the only way for a Waku v2 node to "know" about other peers, is for those peers …
-
Add additional documentation to show how to use 3rd party ETH1 clients like infura
-
I've tried to configure my RocketPool node with a free Infura account. In less than an hour, the node performed over 100K request which depleted my request quota. The bulk of the requests were `eth_ca…
-
**Describe the bug**
My validator crashed with the log.
**To Reproduce**
Steps to reproduce the behavior:
1. Platform details (OS, architecture):
Ubuntu, intel NUC, I run my own geth on the s…
-
Mentioned in the code in a couple places, we have currently quadratic complexity when handling attestations in a couple of places:
https://github.com/status-im/nim-beacon-chain/blob/621c2e38a6f073c…