Bas van Kervel
c89fa789b7
[release/1.4.7] cmd/geth: codegansta/cli package renamed to urfave/cli
...
(cherry picked from commit 861add3d72
)
9 years ago
Felix Lange
c046126c87
[release/1.4.6] internal/jsre: ensure Stop can be called more than once
...
This makes "geth js file.js" terminate again.
(cherry picked from commit fdba0cb03c
)
9 years ago
Péter Szilágyi
7c90a2e42e
[release/1.4.6] console, internal/jsre: colorize JavaScript exceptions too
...
(cherry picked from commit 14ae5708d6
)
9 years ago
Péter Szilágyi
c39de61a0a
[release/1.4.6] cmd, console: split off the console into a reusable package
...
(cherry picked from commit ffaf58f0a9
)
9 years ago
Péter Szilágyi
e3b3c298df
[release/1.4.6] cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix miner
...
(cherry picked from commit bc6fdad786
)
9 years ago
Bas van Kervel
b950a2977c
[release/1.4.5] eth: add new RPC method (personal.) SignAndSendTransaction
...
(cherry picked from commit 64a6c2c1b6
)
Conflicts:
cmd/geth/js.go
internal/web3ext/web3ext.go
9 years ago
Felix Lange
ae9ed5c420
internal/debug: also rename debug_startTrace to debug_startGoTrace
...
This was missing from the previous change.
9 years ago
Felix Lange
844e911129
internal/debug: rename debug_trace to debug_goTrace
...
Reduces confusion with EVM execution tracing methods.
9 years ago
Ales Katona
572da73d4d
eth: add personal_importRawKey for runtime private key import
9 years ago
Felix Lange
e728aaca72
rpc: move web3.js extensions to internal/web3ext
9 years ago
Felix Lange
bea56d84e5
internal/debug: add memStats and gcStats to API
9 years ago
Felix Lange
c1343c8872
cmd/utils, internal/debug: show all stacks for 10x Ctrl-C induced panic
...
Go 1.6 only prints stacks for the current goroutine by default,
but for this panic we want to see all of them.
9 years ago
Felix Lange
cafdd5931e
internal/debug: don't disable heap profile collection by default
...
Setting runtime.MemProfileRate to 0 through the flag default
value makes it impossible to get an 'in-use' profile.
9 years ago
Felix Lange
3750d835a1
internal/debug: APIs for profiling and tracing
...
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.
9 years ago