- May 09, 2016
-
-
Jeffrey Wilcke authored
eth: fixed tracing functions using the current header instead of parent
-
Jeffrey Wilcke authored
Fixes #2525
-
Péter Szilágyi authored
Makefile: go build instead of install (solves cross compile issues)
-
- May 08, 2016
-
-
Péter Szilágyi authored
node: start RPC/WS interface on localhost by default
-
- May 06, 2016
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
internal/debug: also rename debug_startTrace to debug_startGoTrace
-
Bas van Kervel authored
-
Felix Lange authored
Also reduce log messages a little bit.
-
Felix Lange authored
This was missing from the previous change.
-
Jeffrey Wilcke authored
internal/debug: rename debug_trace to debug_goTrace
-
Felix Lange authored
Reduces confusion with EVM execution tracing methods.
-
- May 03, 2016
-
-
Jeffrey Wilcke authored
cmd/geth: fixed to use proper version string for output
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
p2p/discover: prevent bonding self
-
Jeffrey Wilcke authored
Make the README suck less :P
-
Péter Szilágyi authored
-
Jeffrey Wilcke authored
Geth release oracle
-
- May 02, 2016
-
-
Felix Lange authored
-
Felix Lange authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Gustav Simonsson authored
-
- Apr 29, 2016
-
-
Felix Lange authored
eth: add personal_importRawKey
-
Péter Szilágyi authored
Provide a public accessor for ChainConfig
-
Nick Johnson authored
This is necessary for external users of the go-ethereum code who want to, for instance, build a custom node that plays back transactions, as core.ApplyTransaction requires a ChainConfig as a parameter.
-
Péter Szilágyi authored
cmd: add a `--fakepow` flag to help benchmarking database changes
-
- Apr 28, 2016
-
-
Ales Katona authored
-
Péter Szilágyi authored
accounts/abi: refactored ABI package
-
Jeffrey Wilcke authored
eth/filters: ignore logs that don't match filter criteria on chain reorg
-
Jeffrey Wilcke authored
core, eth: added json tag field for proper unmarshalling
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Bas van Kervel authored
-
- Apr 27, 2016
-
-
Péter Szilágyi authored
accounts/abi/bind, eth: add contract non-existent error
-
Péter Szilágyi authored
-
- Apr 26, 2016
-
-
Péter Szilágyi authored
accounts: disable file system watch on linux/arm64
-
Péter Szilágyi authored
Improve Address test coverage
-
Paulo L F Casaretto authored
-