aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ethapi
Commit message (Expand)AuthorAgeFilesLines
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-1/+1
* 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, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-1/+1
* core, eth, miner: only retain 1 tx/nonce, remove bad onesPéter Szilágyi2016-09-022-37/+25
* internal/ethapi: add missing output fieldsFelix Lange2016-08-041-24/+33
* internal/ethapi: Fix bug in opCodeWrapper usageNick Johnson2016-08-242-6/+23
* internal/ethapi: Improve tracer error reporting and serializationNick Johnson2016-08-242-11/+26
* core/vm, eth: Add support for javascript trace functionsNick Johnson2016-08-232-0/+486
* 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-183-73/+90
|\
| * common/compiler: simplify solc wrapperFelix Lange2016-08-173-73/+90
* | 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-162-0/+1661