| Commit message (Expand) | Author | Age | Files | Lines |
* | core/vm: Refactor tracing to make Tracer the main interface | Nick Johnson | 2016-08-22 | 1 | -54/+0 |
* | Merge pull request #2909 from fjl/account-manager-cleanup | Felix Lange | 2016-08-18 | 3 | -73/+90 |
|\ |
|
| * | common/compiler: simplify solc wrapper | Felix Lange | 2016-08-17 | 3 | -73/+90 |
* | | rpc: refactor subscriptions and filters | Bas van Kervel | 2016-08-17 | 1 | -122/+4 |
|/ |
|
* | Merge pull request #2740 from Firescar96/removepeer | Felix Lange | 2016-07-29 | 1 | -0/+5 |
|\ |
|
| * | node, p2p, internal: Add ability to remove peers via admin interface | Firescar96 | 2016-07-15 | 1 | -0/+5 |
* | | rpc: add new client, use it everywhere | Felix Lange | 2016-07-23 | 1 | -1/+1 |
* | | eth/api: rename signAndSendTransaction to sendTransaction | Bas van Kervel | 2016-07-22 | 2 | -4/+10 |
* | | core: added CheckNonce() to Message interface | zsfelfoldi | 2016-07-11 | 1 | -2/+2 |
* | | Merge pull request #2159 from zsfelfoldi/light-backend | Péter Szilágyi | 2016-06-30 | 2 | -0/+1661 |
|\ \
| |/
|/| |
|
| * | eth: separate common and full node-specific API and backend service | zsfelfoldi | 2016-06-16 | 2 | -0/+1661 |
* | | web3ext: Remove old natspec Admin_JS stubs | Justin Clark-Casey | 2016-06-24 | 1 | -15/+0 |
* | | build: add ci.go, use it everywhere | Felix Lange | 2016-06-22 | 2 | -0/+299 |
|/ |
|
* | cmd/geth: codegansta/cli package renamed to urfave/cli | Bas van Kervel | 2016-06-09 | 1 | -1/+1 |
* | internal/jsre: ensure Stop can be called more than once | Felix Lange | 2016-06-03 | 1 | -7/+9 |
* | console, internal/jsre: colorize JavaScript exceptions too | Péter Szilágyi | 2016-05-30 | 2 | -2/+20 |
* | cmd, console: split off the console into a reusable package | Péter Szilágyi | 2016-05-30 | 7 | -0/+16874 |
* | eth: add new RPC method (personal.) SignAndSendTransaction | Bas van Kervel | 2016-05-20 | 1 | -0/+6 |
* | cmd/geth, internal/web3ext, rpc: surface rpc module, fix shh, fix miner | Péter Szilágyi | 2016-05-11 | 1 | -116/+131 |
* | internal/debug: also rename debug_startTrace to debug_startGoTrace | Felix Lange | 2016-05-06 | 5 | -14/+14 |
* | internal/debug: rename debug_trace to debug_goTrace | Felix Lange | 2016-05-06 | 2 | -4/+4 |
* | 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 |
* | internal/debug: add memStats and gcStats to API | Felix Lange | 2016-04-13 | 1 | -0/+15 |
* | cmd/utils, internal/debug: show all stacks for 10x Ctrl-C induced panic | Felix Lange | 2016-03-12 | 2 | -0/+51 |
* | internal/debug: don't disable heap profile collection by default | Felix Lange | 2016-03-12 | 1 | -0/+1 |
* | internal/debug: APIs for profiling and tracing | Felix Lange | 2016-01-28 | 4 | -0/+404 |