ethereum-client
Here are 74 public repositories matching this topic...
-
Updated
May 25, 2020
The install instructions currently result in an old version (1.0.1) of the generator being installed which is inconsistent with the rest of the documentation.
We need to alter the docs or update the nuget.
https://github.com/Nethereum/Nethereum/tree/master/src/Nethereum.Generator.Console
-
Updated
Sep 17, 2019
-
Updated
Mar 14, 2020 - PHP
-
Updated
Dec 6, 2019 - JavaScript
-
Updated
Jul 3, 2020 - Elixir
-
Updated
Apr 7, 2018 - TypeScript
-
Updated
Sep 22, 2018 - Go
-
Updated
May 30, 2020 - C++
-
Updated
Nov 19, 2018 - PHP
-
Updated
May 2, 2019 - C#
-
Updated
Dec 11, 2017 - Go
-
Updated
Jul 12, 2020 - Swift
-
Updated
Feb 3, 2017 - JavaScript
-
Updated
Aug 15, 2018 - Go
-
Updated
Jul 6, 2020 - Kotlin
Problem
In consensus/tendermint/backend/api.go the API struct is defined as follow:
type API struct {
chain consensus.ChainReader
tendermint tendermintCore.BackendtendermintCore.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
-
Updated
Oct 10, 2018 - Java
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>


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:
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