- Dec 14, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
params: stable version 1.5.5
-
Péter Szilágyi authored
-
Péter Szilágyi authored
miner: clean up unconfirmed mined block tracking
-
Péter Szilágyi authored
cmd/swarm: one command with subcommands
-
Péter Szilágyi authored
build: Ubuntu wily was officially deprecated, drop support
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core: init pending state in tx pool on creation
-
Péter Szilágyi authored
cmd/utils, eth: Add gzip support for chain dump and restore
-
Nick Johnson authored
-
Viktor Trón authored
-
- Dec 13, 2016
-
-
Péter Szilágyi authored
travis, appveyor: build with Go 1.7.4
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd/geth: drop legacy android code
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
Miner race fixes
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
cmd/swarm: subsume cmd/bzz* under cmd/swarm as subcommands
-
Bas van Kervel authored
-
- Dec 12, 2016
-
-
Felix Lange authored
les, p2p/discv5: implement server pool, improve peer selection, light fetcher and topic searching
-
Péter Szilágyi authored
netstats: time and block history
-
Péter Szilágyi authored
-
- Dec 11, 2016
-
-
Péter Szilágyi authored
-
- Dec 10, 2016
-
-
Bas van Kervel authored
NSIS has a default MAX_STR_LEN of 1024. If $ENV{PATH} is longer the returned string is truncated to an empty string. Its then not possible to distinguis between the variable not set or too long. As a result the variable is set with the location where geth and/or dev tools are installed. This may override any previous set values.
-
Bas van Kervel authored
The transaction pool keeps track of the current nonce in its local pendingState. When a new block comes in the pendingState is reset. During the reset it fetches multiple times the current state through the use of the currentState callback. When a second block comes in during the reset its possible that the state changes during the reset. If that block holds transactions that are currently in the pool the local pendingState that is used to determine nonces can get out of sync.
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-
- Dec 08, 2016
-
-
Zsolt Felföldi authored
-
Zsolt Felföldi authored
-