- Aug 26, 2015
-
-
Bas van Kervel authored
-
- Aug 24, 2015
-
-
Bas van Kervel authored
-
- Aug 19, 2015
-
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
This reverts commit 5c949d3b.
-
- Aug 17, 2015
-
-
Jeffrey Wilcke authored
-
Péter Szilágyi authored
-
- Aug 16, 2015
-
-
Maran Hidskes authored
-
- Aug 12, 2015
-
-
Bas van Kervel authored
-
- Aug 07, 2015
-
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
- Aug 06, 2015
-
-
Jeffrey Wilcke authored
-
- 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 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
-
- Jul 31, 2015
-
-
Péter Szilágyi authored
-
- Jul 29, 2015
-
-
Jeffrey Wilcke authored
-
- Jul 28, 2015
-
-
Bas van Kervel authored
bugfix, pending transaction was resend with new gas price/limit but not removed from transaction pool
-
- Jul 26, 2015
-
-
Jeffrey Wilcke authored
-
- Jul 23, 2015
-
-
Felix Lange authored
I forgot to update one instance of "go-ethereum" in commit 3f047be5.
-
- Jul 22, 2015
-
-
Felix Lange authored
All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
-
- Jul 08, 2015
-
-
Bas van Kervel authored
-
- Jul 07, 2015
-
-
Felix Lange authored
-
Felix Lange authored
-
Viktor Trón authored
registry initialisers now return the txhash which caller can use to retrieve receipt
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Bas van Kervel authored
-
Jeffrey Wilcke authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
* resolver -> common/registrar * global registrar name registry interface * add Call to resolver backend interface * the hashReg and UrlHing contracts now initialised from global registry * initialization of contracts uniform * improve errors and more econsistent method names * common/registrar/ethreg: versioned registrar * integrate new naming and registrar in natspec * js console api: setGlobalRegistrar, setHashReg, setUrlHint * js test TestContract uses mining - tests fixed all pass * eth/backend: allow PoW test mode (small ethash DAG) * console jsre refers to resolver.abi/addr, * cmd/geth/contracts.go moved to common/registrar
-
Viktor Trón authored
* resolver -> common/registrar * global registrar name registry interface * add Call to resolver backend interface * the hashReg and UrlHing contracts now initialised from global registry * initialization of contracts uniform * improve errors and more econsistent method names * common/registrar/ethreg: versioned registrar * integrate new naming and registrar in natspec * js console api: setGlobalRegistrar, setHashReg, setUrlHint * js test TestContract uses mining - tests fixed all pass * eth/backend: allow PoW test mode (small ethash DAG) * console jsre refers to resolver.abi/addr, * cmd/geth/contracts.go moved to common/registrar
-
Jeffrey Wilcke authored
-
- Jul 06, 2015
-
-
Jeffrey Wilcke authored
Added some additional backward compatibility code for old receipts
-
Jeffrey Wilcke authored
-
- Jul 05, 2015
-
-
Taylor Gerring authored
-
- Jul 04, 2015
-
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-