eth2
Here are 59 public repositories matching this topic...
-
Updated
Jan 4, 2022 - TypeScript
https://beaconcha.in/validator/None/stats causes an internal server error
The current blocksim benchmark is in time but what we are really interested in is not the time it takes to process a block (~latency) but how many blocks per second we can process (throughput).
-
Updated
Mar 1, 2021
-
Updated
Jan 1, 2022 - Assembly
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Jan 25, 2020 - Rust
-
Updated
Jul 31, 2019 - Swift
Describe the bug
Export this file in the root index https://github.com/ChainSafe/bls/blob/master/src/errors.ts
Expected behavior
Be able to import those errors from `import {CustomError} from "@chainsafe/bl
-
Updated
Aug 11, 2021 - Go
-
Updated
Nov 15, 2021 - Go
Is your feature request related to a problem? Please describe.
Although RocketPool has not yet been deployed to the Ethereum Mainnet, its final beta will close on 4/30/2021. The estimated release date for Mainnet is late May or early July. If you would like to simply stake ETH to earn interest without operating a node, and don't want to wait for the release of a decentralized service, you ca
The current token relayer generates random keypairs, creates accounts under the address derived from the pubkey and inserts them into the trie, and later on uses the private key to sign txes.
Because keypair generation is computationally intensive and how we handle memory is not optimal, simulating a large trie (e.g. mainnet height) is not feasible.
We could alternatively generate a lot of "
-
Updated
Jun 2, 2021 - Python
-
Updated
Nov 5, 2021
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Dec 22, 2020 - Go
-
Updated
Nov 3, 2021 - Go
-
Updated
Dec 17, 2020 - Solidity
-
Updated
Dec 21, 2021 - Go
-
Updated
Dec 15, 2021 - Kotlin
Improve this page
Add a description, image, and links to the eth2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eth2 topic, visit your repo's landing page and select "manage topics."


Description
There are regression tests for the CLI flags for the
beacon_node,validator_clientandaccount_managerbut none forboot_node. Theboot_nodeis mostly used internally, and for testnets, but it would still be nice to have its CLI interface protected from regression.Steps to resolve
The CLI regression tests are here https://github.com/sigp/lighthouse/tree/stable