- 23 May, 2017 1 commit
-
-
Nicolas Guillaume authored
-
- 22 May, 2017 4 commits
-
-
Nicolas Guillaume authored
-
Lewis Marshall authored
Signed-off-by:
Lewis Marshall <lewis@lmars.net>
-
Lewis Marshall authored
Fixes #14474. Signed-off-by:
Lewis Marshall <lewis@lmars.net>
-
Dave Conroy authored
-
- 20 May, 2017 1 commit
-
-
Ali Hajimirza authored
-
- 19 May, 2017 1 commit
-
-
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.
-
- 16 May, 2017 2 commits
-
-
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.
-
- 13 May, 2017 3 commits
-
-
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
-
- 12 May, 2017 1 commit
-
-
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
-
- 11 May, 2017 2 commits
-
-
Péter Szilágyi authored
mobile: add toString & rlp/json encoding for protocol types
-
Péter Szilágyi authored
-
- 10 May, 2017 2 commits
-
-
Péter Szilágyi authored
cmd, node: support different bootnodes, fix default light port
-
Péter Szilágyi authored
-
- 09 May, 2017 1 commit
-
-
bas-vk authored
-
- 08 May, 2017 6 commits
-
-
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
-
- 06 May, 2017 1 commit
-
-
Péter Szilágyi authored
-
- 05 May, 2017 3 commits
-
-
Zsolt Felfoldi authored
-
Péter Szilágyi authored
common/bitutil, consensus/ethash: reusable bitutil package
-
Péter Szilágyi authored
-
- 04 May, 2017 9 commits
-
-
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
-
- 03 May, 2017 3 commits
-
-
Péter Szilágyi authored
build: wnode added to the build configuration
-
Vlad authored
-
Bas van Kervel authored
-