- Feb 09, 2016
-
-
Péter Szilágyi authored
-
- Feb 05, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
cmd, common, node, rpc: move IPC into the node itself
-
Péter Szilágyi authored
rpc: add jsonrpc version to module request, use json types
-
- Feb 04, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 03, 2016
-
-
Jeffrey Wilcke authored
rpc: allow RPC requests on GET too
-
Péter Szilágyi authored
core/state, trie: don't leak database writes before commit
-
Péter Szilágyi authored
cmd, eth, rpc: fix some RPC issues with pending blocks
-
Péter Szilágyi authored
-
Péter Szilágyi authored
core/vm, rpc/api: added debug_replayTransaction RPC call
-
Péter Szilágyi authored
account/abi: implements event parsing
-
Péter Szilágyi authored
CONTRIBUTING: Added a feature section
-
- Feb 02, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
miner: register newly created remote agent in the API
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Implementation of basic event parsing and its input types. This separates methods and events and fixes an issue with go type parsing and validation.
-
Peter Pratscher authored
Integrated code review suggestions Integrated last review comments
-
Jeffrey Wilcke authored
core, eth, rpc/api: rpc method to inspect the txpool queue
-
- Feb 01, 2016
-
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
p2p/discover: fix Windows-specific issue for larger-than-buffer packets
-
- Jan 31, 2016
-
-
Péter Szilágyi authored
containers/docker/master-alpine: add the legacy gmp lib back for now
-
Péter Szilágyi authored
-
Péter Szilágyi authored
containers: regroup and add Alpine images (31 MB)
-
- Jan 30, 2016
-
-
Péter Szilágyi authored
-
- Jan 28, 2016
-
-
Jeffrey Wilcke authored
internal/debug: APIs for profiling and tracing
-
Jeffrey Wilcke authored
core, core/types, miner: fix transaction nonce-price combo sort
-
Felix Lange authored
The debug package provides an RPC wrapper for glog settings and the debugging facilities of the Go runtime. They can be triggered through both command line flags and the IPC listener.
-
- Jan 26, 2016
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
The "result" field of JSON-RPC 2.0 responses was omitted if the result was nil, causing exceptions in web3.js.
-
Jeffrey Wilcke authored
Rpc2 console
-
Bas van Kervel authored
-
- Jan 25, 2016
-
-
Felix Lange authored
logger/glog: improve vmodule
-
- Jan 22, 2016
-
-
Felix Lange authored
On Windows, UDPConn.ReadFrom returns an error for packets larger than the receive buffer. The error is not marked temporary, causing our loop to exit when the first oversized packet arrived. The fix is to treat this particular error as temporary. Fixes: #1579, #2087 Updates: #2082
-
Felix Lange authored
separate and optimize Dockerfile for master and develop
-
Péter Szilágyi authored
-
Vincent G authored
-