- Jun 07, 2016
-
-
Zsolt Felföldi authored
-
- Jun 06, 2016
-
-
Zsolt Felföldi authored
-
Péter Szilágyi authored
eth: don't accept transactions until we sync up with the network
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/downloader: adaptive quality of service tuning
-
Péter Szilágyi authored
-
Péter Szilágyi authored
eth/downloader: make fast sync resilient to critical section fails
-
- Jun 03, 2016
-
-
Péter Szilágyi authored
core: add missing lock in TxPool.GetTransaction
-
Felix Lange authored
Fixes #2650
-
Felix Lange authored
cmd/geth: make console tests more robust
-
Felix Lange authored
* use --port 0 to avoid p2p port conflicts * use --maxpeers 0 so it doesn't connect to bootstrap nodes * use geth.expectExit() to wait for termination
-
Felix Lange authored
-
- Jun 02, 2016
-
-
Felix Lange authored
This makes "geth js file.js" terminate again.
-
Péter Szilágyi authored
-
- May 31, 2016
-
-
Péter Szilágyi authored
eth/downloader: ensure cancel channel is closed post sync
-
Péter Szilágyi authored
eth/downloader, trie: pull head state concurrently with chain
-
Péter Szilágyi authored
cmd, console: split off the console into a reusable package
-
Péter Szilágyi authored
-
- May 30, 2016
-
-
Jeffrey Wilcke authored
core, core/state, trie: enterprise hand-tuned multi-level caching
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- May 27, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core/state: return the starting nonce for non-existent accs (testnet)
-
Péter Szilágyi authored
-
- May 26, 2016
-
-
Péter Szilágyi authored
-
- May 25, 2016
-
-
Jeffrey Wilcke authored
eth: enable bad block reports
-
Jeffrey Wilcke authored
misc: fix spelling mistake
-
Jeffrey Wilcke authored
eth/api: fixed GetCompilers when there is no error creating Solc
-
Jeffrey Wilcke authored
common/compiler: support relative path to solc
-
Obulapathi N Challa authored
-
Felix Lange authored
We used to have reporting of bad blocks, but it was disabled before the Frontier release. We need it back because users are usually unable to provide the full RLP data of a bad block when it occurs. A shortcoming of this particular implementation is that the origin peer is not tracked for blocks received during eth/63 sync. No origin peer info is still better than no report at all though.
-
- May 24, 2016
- May 23, 2016
-
-
Felix Lange authored
README: make it clear how to build all executables
-
Gianfranco Cecconi authored
-
Jeffrey Wilcke authored
eth: add new RPC method (personal.) SignAndSendTransaction
-
Jeffrey Wilcke authored
core: Simplify bloom9 tests
-
Jeffrey Wilcke authored
eth/filter: bugfix which can cause a nil pointer crash when parsing f…
-
- May 22, 2016
-
-
Fabio Berger authored
-