close
The Wayback Machine - https://web.archive.org/web/20200715005436/https://github.com/topics/ethereum-client
Skip to content
#

ethereum-client

Here are 74 public repositories matching this topic...

jamesthesken
jamesthesken commented Oct 10, 2019

Had a hard time building both Aleth and Solidity, which were getting stuck on make.

Realized I should upgrade my GCC to a more current version, I had the initial configuration of:

  • Ubuntu 16.04
  • GCC/G++ 5.4.0
  • clang version 3.8.0
  • Boost 1.71

I then upgraded to G++ 6.5.0 and it is building successfully.

Ironically I wanted to contribute so I think this is a good starting po

aneequesafdar
aneequesafdar commented Mar 23, 2020

Problem

In consensus/tendermint/backend/api.go the API struct is defined as follow:

type API struct {
	chain      consensus.ChainReader
	tendermint tendermintCore.Backend

tendermintCore.Backend interface is imported from the core package, however, there is no need for this because API is defined in backend package, this also means that in tests a `tendermintCore.Mo

digitaldonkey
digitaldonkey commented Mar 13, 2018

The Server status page at admin/reports/ethereum currently works only for the default server.

With the refactored Server settings there should be a SELECT field on top, where you can switch the status page to any ACTIVE server.
Ideally we can reach every server config with admin/reports/ethereum/<id>

![image](https://user-images.githubusercontent.com/444718/37373072-4fbd01f8-2715-11

NicolasMassart
NicolasMassart commented Apr 20, 2020

Proof of Authority consensus protocols work when participants know...

S required on work

Four to five validators tolerates one unresponsive validator
Six to eight validators tolerates two unresponsive validators.

both tolerates should be tolerate

For Clique, the probability of a fork increases number as the of validators increases.

should be "For Clique, the probabili

Improve this page

Add a description, image, and links to the ethereum-client 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 ethereum-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.