Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [release/1.4.6] cmd/geth, internal/web3ext, rpc: surface rpc module, fix ↵ | Péter Szilágyi | 2016-06-06 | 1 | -88/+89 |
| | | | | | | shh, fix miner (cherry picked from commit bc6fdad786706019fc5aeb9605f1d23b3c5b7522) | ||||
* | [release/1.4.5] eth: add new RPC method (personal.) SignAndSendTransaction | Bas van Kervel | 2016-05-24 | 1 | -28/+48 |
| | | | | | | | | (cherry picked from commit 64a6c2c1b6c81fddccc7d3d728b7a05c5814124b) Conflicts: cmd/geth/js.go internal/web3ext/web3ext.go | ||||
* | internal/debug: also rename debug_startTrace to debug_startGoTrace | Felix Lange | 2016-05-06 | 1 | -4/+4 |
| | | | | This was missing from the previous change. | ||||
* | internal/debug: rename debug_trace to debug_goTrace | Felix Lange | 2016-05-06 | 1 | -2/+2 |
| | | | | Reduces confusion with EVM execution tracing methods. | ||||
* | eth: add personal_importRawKey for runtime private key import | Ales Katona | 2016-04-28 | 1 | -6/+21 |
| | |||||
* | rpc: move web3.js extensions to internal/web3ext | Felix Lange | 2016-04-15 | 1 | -0/+463 |