The Wayback Machine - https://web.archive.org/web/20220104143138/https://github.com/topics/eth2
Skip to content
#

eth2

Here are 59 public repositories matching this topic...

lighthouse
ethmerge.com-content
jshufro
jshufro commented Nov 25, 2021

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

s1na
s1na commented Dec 9, 2019

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 "

Improve this page

Add a description, image, and links to the eth2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eth2 topic, visit your repo's landing page and select "manage topics."

Learn more