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
|
2016-05-24 09:32:45 +02:00 |
Felix Lange
|
ae9ed5c420
|
internal/debug: also rename debug_startTrace to debug_startGoTrace
This was missing from the previous change.
|
2016-05-06 11:15:05 +02:00 |
Felix Lange
|
844e911129
|
internal/debug: rename debug_trace to debug_goTrace
Reduces confusion with EVM execution tracing methods.
|
2016-05-06 10:27:24 +02:00 |
Ales Katona
|
572da73d4d
|
eth: add personal_importRawKey for runtime private key import
|
2016-04-28 09:11:40 -06:00 |
Felix Lange
|
e728aaca72
|
rpc: move web3.js extensions to internal/web3ext
|
2016-04-15 17:36:01 +02:00 |