aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ethapi/api.go
Commit message (Expand)AuthorAgeFilesLines
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-1/+2
* accounts: refactor API for generalized USB walletsPéter Szilágyi2017-08-091-4/+11
* accounts, console, internal: support trezor hardware walletPéter Szilágyi2017-08-091-0/+16
* internal: fix megacheck warnings (#14919)Egon Elbre2017-08-071-26/+3
* core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-151-146/+68
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-21/+12
* internal/ethapi: initialize account mutex in lock properlyMartin Holst Swende2017-06-011-2/+3
* Merge pull request #14516 from holiman/noncefixesPéter Szilágyi2017-05-301-34/+36
|\
| * internal/ethapi: add mutex around signing + nonce assignmentMartin Holst Swende2017-05-301-34/+36
* | internal/ethapi: fix tx nonces in pool inspect/contentPéter Szilágyi2017-05-291-8/+8
|/
* accounts/keystore, crypto: enforce 256 bit keys on importPéter Szilágyi2017-05-231-4/+2
* internal/ethapi: lock when auto-filling transaction nonce (#14483)Martin Holst Swende2017-05-191-0/+23
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-251-2/+2
* internal/ethapi: return empty arrays instead of null (#14374)bas-vk2017-04-241-3/+3
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-2/+2
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* core/vm: use uint64 instead of *big.Int in tracer (#3805)Yohann Leon2017-03-221-2/+2
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-6/+2
* all: update light logs (and a few others) to the new modelPéter Szilágyi2017-03-031-28/+26
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-4/+4
* internal/ethapi: fixes #2648, returns logsBloom for pending blocktranvictor2017-02-271-1/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-6/+9
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-17/+16
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-20/+42
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-41/+20
* accounts, cmd, internal, node: implement HD wallet self-derivationPéter Szilágyi2017-02-131-1/+5
* accounts, cmd, internal, mobile, node: canonical account URLsPéter Szilágyi2017-02-131-3/+1
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-131-19/+102
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-36/+39
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-27/+47
* accounts/abi/bind, internal/ethapi: binary search gas estimation (#3587)Péter Szilágyi2017-01-211-2/+28
* internal/ethapi: fix duration parameter of personal_unlockAccount (#3542)Felix Lange2017-01-111-5/+8
* all: fix spelling errorsPéter Szilágyi2017-01-071-3/+3
* Merge pull request #3518 from fjl/ethclient-dependency-cleanupPéter Szilágyi2017-01-061-1/+1
|\
| * core/vm: move Log to core/typesFelix Lange2017-01-061-1/+1
* | accounts, internal, mobile: polish accounts API, extend Android testsPéter Szilágyi2017-01-051-6/+5
|/
* accounts, core, crypto, internal: use normalised V during signature handling ...Péter Szilágyi2017-01-051-8/+27
* internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransactionFelix Lange2016-12-201-4/+4
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-301/+159
* rpc: remove HexBytes, replace all uses with hexutil.BytesFelix Lange2016-12-201-9/+9
* internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover}Felix Lange2016-12-161-29/+14
* core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-4/+12
* core/types: turn off nonce checking for Call messagesZsolt Felfoldi2016-11-141-1/+1
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-34/+52
* all: update license informationFelix Lange2016-11-091-1/+1
* les: light client protocol and APIZsolt Felfoldi2016-11-091-6/+7
* internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940)bas-vk2016-10-291-7/+72
* internal/ethapi: add debug.chaindbCompactFelix Lange2016-10-201-0/+19
* internal/ethapi, internal/web3ext: adds raw tx retrieval methodsKobi Gurkan2016-10-101-1/+42
* Merge pull request #3088 from bas-vk/rpc-block-outputFelix Lange2016-10-071-1/+1
|\
| * core/types: renamed receiptRoot to receiptsRootBas van Kervel2016-10-051-1/+1
* | internal/ethapi: bugfix gas price and limit swapped in eth_resendBas van Kervel2016-10-051-4/+3
|/
* 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