- 22 May, 2017 4 commits
- 
- 
Nicolas Guillaume authored
- 
Lewis Marshall authoredSigned-off-by:Lewis Marshall <lewis@lmars.net> 
- 
Lewis Marshall authoredFixes #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 authoredMore 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 authoredexecQueue 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 authoredPreviously, 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 authoredCentOS 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 authoredmobile: add toString & rlp/json encoding for protocol types 
- 
Péter Szilágyi authored
 
- 
- 10 May, 2017 2 commits
- 
- 
Péter Szilágyi authoredcmd, 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 authoredcore: fix processing regression during receipt import 
- 
Péter Szilágyi authoredcommon/bitutil: added data compression algorithm 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredtravis: 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 authoredcommon/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 authoredcmd, 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 authoredMigrate remaining flags/command to new style 
- 
Péter Szilágyi authoredcmd/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 4 commits
- 
- 
Péter Szilágyi authoredbuild: wnode added to the build configuration 
- 
Vlad authored
- 
Bas van Kervel authored
- 
Bas van Kervel authored
 
-