- May 22, 2017
-
-
Dave Conroy authored
-
- May 20, 2017
-
-
Ali Hajimirza authored
-
- May 19, 2017
-
-
Martin Holst Swende authored
More context in the bug This solves the problems of transactions being submitted simultaneously, and getting the same nonce, due to the gap (due to signing) between nonce-issuance and nonce-update. With this PR, a lock will need to be acquired whenever a nonce is used, and released when the transaction is submitted or errors out.
-
- May 16, 2017
-
-
Péter Szilágyi authored
-
Felix Lange authored
execQueue used an atomic counter to track whether the queue had been closed, but the checking the counter didn't happen because the queue was blocked on its channel. Fix it by using a condition variable instead of sync/atomic. I tried an implementation based on channels first, but it was hard to make it reliable. quit now waits for the queue loop to exit.
-
- May 13, 2017
-
-
Péter Szilágyi authored
-
Lewis Marshall authored
Previously, resolve errors were being swallowed and the returned error was a generic "not a content hash" which isn't helpful. This updates the Resolve function to fail fast rather than only returning an error at the end, and also adds test coverage.
-
Péter Szilágyi authored
-
- May 12, 2017
-
-
Koustubh Sinkar authored
CentOS has been added as a multi-machine option to the Vagrant script. Ubuntu is still the default option. For starting the CentOS machine, use: vagrant up centos
-
- May 11, 2017
-
-
Péter Szilágyi authored
mobile: add toString & rlp/json encoding for protocol types
-
Péter Szilágyi authored
-
- May 10, 2017
-
-
Péter Szilágyi authored
cmd, node: support different bootnodes, fix default light port
-
Péter Szilágyi authored
-
- May 09, 2017
-
-
Bas van Kervel authored
-
- May 08, 2017
-
-
Péter Szilágyi authored
core: fix processing regression during receipt import
-
Péter Szilágyi authored
common/bitutil: added data compression algorithm
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
travis: adapt build script to new travis VM settings
-
Péter Szilágyi authored
-
- May 06, 2017
-
-
Péter Szilágyi authored
-
- May 05, 2017
-
-
Zsolt Felföldi authored
-
Péter Szilágyi authored
common/bitutil, consensus/ethash: reusable bitutil package
-
Péter Szilágyi authored
-
- May 04, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd, core, params: add --rinkeby flag for fast connectivity
-
Martin Holst Swende authored
* core: Fix for consensus test gasLimit > 2^63-1 https://github.com/ethereum/tests/blob/develop/BlockchainTests/bcInvalidHeaderTest.json#L238 * core: fix testcase for uncle gasUsage > gasLimit : https://github.com/ethereum/tests/blob/develop/BlockchainTests/EIP150/bcUncleHeaderValiditiy.json#L986 * math/big: rename TTM63m1 -> MaxBig63, + go fmt * core: documentation
-
Péter Szilágyi authored
Migrate remaining flags/command to new style
-
Péter Szilágyi authored
cmd/faucet, cmd/puppeth: support multi-tiered faucet
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- May 03, 2017
-
-
Péter Szilágyi authored
build: wnode added to the build configuration
-
Vlad authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-