- Aug 04, 2015
-
-
Felix Lange authored
Package fdtrack logs statistics about open file descriptors. This should help identify the source of #1549.
-
- Aug 03, 2015
-
-
Felix Lange authored
The disk stats file was not closed after reading.
-
Felix Lange authored
The JSON-RPC server wraps TCP connections in order to be able to shut down them down when RPC is stopped. This is rather scary code. Go 1.3 introduced the http.Server.ConnState hook for such purposes. We can use this facility now that we depend on Go 1.4. There are multiple reasons for the switch apart from making the code less scary: * the TCP listener no longer ticks every second to check a channel * pending requests are allowed to finish after stopping the server * we can time out idle keep-alive connections
-
Jeffrey Wilcke authored
Update ethtest default path for BlockTests
-
Jeffrey Wilcke authored
accounts: bump timeout in TestSignRace
-
Jeffrey Wilcke authored
core: added a running flag to prevent panics in the chainmanager
-
Jeffrey Wilcke authored
core: added default genesis block
-
- Aug 01, 2015
-
-
Jeffrey Wilcke authored
When a user runs a freshly setup geth w/o a database initialised the default genesis block is decoded and inserted in to the database.
-
Jeffrey Wilcke authored
Old transaction after resend was not removed from pool
-
Felix Lange authored
This should fix the flakeyness.
-
Jeffrey Wilcke authored
Improved error handling for NewTransactionFromBytes
-
Jeffrey Wilcke authored
The running flag will determine whether the chain manager is still running or not. This will prevent the quit channel from being closed twice resulting in a panic. This PR should fix this issue. Closes #1559
-
- Jul 31, 2015
-
-
Jeffrey Wilcke authored
core/state: Set log index. Closes #1226
-
Jeffrey Wilcke authored
rpc/api: add missing autocomplete commands
-
Péter Szilágyi authored
-
- Jul 30, 2015
-
-
Jeffrey Wilcke authored
remove elliptic.P224 usage
-
Pavol Rusnak authored
Fedora/RedHat distros comply with US patent law and remove this curve, which makes it impossible to run ethereum with distro provided Golang. File crypto/ecies/README claims it is unsupported anyway.
-
Jeffrey Wilcke authored
rpc: to in eth_call no longer required. Fixed eth_estimateGas
-
- Jul 29, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
eth, eth/downloader: don't report stall if fetcher filled the block
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
tests: updated
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
-
Bas van Kervel authored
integrated review comments
-
- Jul 28, 2015
-
-
Jeffrey Wilcke authored
FreeBSD support
-
Enrique Fynn authored
-
Jeffrey Wilcke authored
Etherbase defaults to first account even if it is created during the session
-
Jeffrey Wilcke authored
all: fix license headers one more time
-
Bas van Kervel authored
bugfix, pending transaction was resend with new gas price/limit but not removed from transaction pool
-
- Jul 27, 2015
-
-
Felix Lange authored
crypto: fix build with Go 1.5
-
Felix Lange authored
-
Viktor Trón authored
-
- Jul 26, 2015
-
-
Jeffrey Wilcke authored
core: genesis extra data field fix
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
params: reduce extra data to 32 bytes & target block time
-
Jeffrey Wilcke authored
-
- Jul 25, 2015
-
-
Jeffrey Wilcke authored
core: fixed genesis write out to write only canon number
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
eth: set default miner extra to client name
-