aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ethapi/api.go
Commit message (Expand)AuthorAgeFilesLines
* core, eth, trie: reuse trie journals in all our codePéter Szilágyi2016-09-281-0/+2
* core/state: track all accounts in canon stateFelix Lange2016-09-261-2/+2
* ethereum, ethclient: add SyncProgress API endpointPéter Szilágyi2016-09-061-7/+7
* core, eth, miner: only retain 1 tx/nonce, remove bad onesPéter Szilágyi2016-09-021-36/+24
* internal/ethapi: add missing output fieldsFelix Lange2016-08-041-24/+33
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-54/+0
* Merge pull request #2909 from fjl/account-manager-cleanupFelix Lange2016-08-181-65/+3
|\
| * common/compiler: simplify solc wrapperFelix Lange2016-08-171-65/+3
* | rpc: refactor subscriptions and filtersBas van Kervel2016-08-171-122/+4
|/
* eth/api: rename signAndSendTransaction to sendTransactionBas van Kervel2016-07-221-2/+8
* core: added CheckNonce() to Message interfacezsfelfoldi2016-07-111-2/+2
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-0/+1542