aboutsummaryrefslogtreecommitdiffstats
path: root/eth
Commit message (Expand)AuthorAgeFilesLines
* eth/downloader: minor comments cleanup (#15495)jtakalai2017-11-161-5/+5
* core/bloombits: handle non 8-bit boundary section matchesPéter Szilágyi2017-11-151-0/+1
* build: enable unconvert linter (#15456)ferhat elmas2017-11-113-4/+4
* all: gofmt -w -s (#15419)ferhat elmas2017-11-081-1/+1
* core, eth, les: fix messy code (#15367)Péter Szilágyi2017-10-252-4/+3
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-244-16/+22
* cmd, eth: separate out FakePeer for future reusePéter Szilágyi2017-10-101-0/+160
* eth/fetcher: check the origin of filter tasks (#14975)Miya Chen2017-10-103-45/+56
* eth: fix typo (#15252)Lio李欧2017-10-061-1/+1
* internal, accounts, eth: utilize vm failed flag to help gas estimationrjl4934564422017-10-021-2/+2
* core/bloombits, eth/filters: handle null topics (#15195)Péter Szilágyi2017-09-275-46/+26
* eth, internal/ethapi: fix spelling of 'Ethereum' (#15164)Ernesto del Toro2017-09-202-5/+5
* eth/downloader: track peer drops and deassign state sync tasksPéter Szilágyi2017-09-122-9/+42
* Merge pull request #14973 from rjl493456442/fix_downloaderPéter Szilágyi2017-09-111-0/+4
|\
| * eth/downloader: exit loop when there is no more available taskrjl4934564422017-08-141-0/+4
* | core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-105-45/+48
* | eth: disable fast sync after pivot is committedPéter Szilágyi2017-09-062-11/+12
* | core/bloombits: use general filters instead of addresses and topicsZsolt Felfoldi2017-09-061-1/+18
* | core/bloombits: AddBloom index parameter and fixes variable namesZsolt Felfoldi2017-09-062-2/+2
* | core, eth: clean up bloom filtering, add some testsPéter Szilágyi2017-09-0610-367/+347
* | core, eth: add bloombit indexer, filter based on itZsolt Felfoldi2017-09-0610-289/+534
* | eth: use maxpeers from p2p layer instead of extra configPéter Szilágyi2017-09-066-27/+24
* | core: make txpool operate on immutable statePéter Szilágyi2017-09-051-8/+0
* | core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-223-9/+10
* | core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-1810-80/+247
* | Merge pull request #14996 from markya0616/send_not_announcePéter Szilágyi2017-08-181-0/+1
|\ \ | |/ |/|
| * eth: send but not announce block to peers if propagate is truemark.lin2017-08-181-0/+1
* | eth/downloader: fix race in downloadTesterPeer (#14942)Ivan Daniluk2017-08-091-7/+25
* | eth: fix megacheck warningsEgon Elbre2017-08-087-40/+17
* | cmd, core, eth: journal local transactions to disk (#14784)Péter Szilágyi2017-07-281-2/+4
|/
* core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-154-222/+84
* Merge pull request #14737 from holiman/txpool_localaccountsPéter Szilágyi2017-07-106-31/+7
|\
| * eth: drop leftover from previous nonce protection schemePéter Szilágyi2017-07-052-23/+0
| * core, eth, les: polish txpool API around local/remote txsPéter Szilágyi2017-07-055-8/+7
* | eth/downloader: Doc fixesNick Johnson2017-07-052-3/+7
* | eth/downloader, les, light: Changes in response to reviewNick Johnson2017-07-033-22/+51
* | eth, les: Refactor downloader peer to use structsNick Johnson2017-06-296-253/+246
* | eth, les, light: Refactor downloader to use blockchain interfaceNick Johnson2017-06-284-143/+118
|/
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-276-37/+12
* eth: gracefully error if database cannot be openedPéter Szilágyi2017-06-231-1/+4
* eth/downloader: separate state sync from queue (#14460)Felix Lange2017-06-225-453/+654
* eth: remove les server from protocol manager (#14625)Alan Chen2017-06-152-3/+0
* Merge pull request #14516 from holiman/noncefixesPéter Szilágyi2017-05-301-1/+1
|\
| * internal/ethapi: add mutex around signing + nonce assignmentMartin Holst Swende2017-05-301-1/+1
* | Merge pull request #14523 from karalabe/txpool-cli-flagsPéter Szilágyi2017-05-293-1/+11
|\ \
| * | cmd, core, eth: configurable txpool parametersPéter Szilágyi2017-05-293-1/+11
| |/
* | Merge pull request #14537 from karalabe/setgasprice-durning-nominePéter Szilágyi2017-05-292-10/+24
|\ \
| * | eth: update default gas price when not mining tooPéter Szilágyi2017-05-292-10/+24
| |/
* / eth: don't import propagated blocks during fastsyncPéter Szilágyi2017-05-262-0/+6
|/
* cmd, core, eth, miner: remove txpool gas price limits (#14442)Péter Szilágyi2017-05-173-3/+7
* eth/downloader: fix a potential issue against future refactorsPéter Szilágyi2017-05-021-0/+4
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-258-17/+17
* eth: add debug_storageRangeAtFelix Lange2017-04-252-37/+178
* Merge remote-tracking branch 'fjl/license-update-1.6'Péter Szilágyi2017-04-142-2/+2
|\
| * all: update license informationFelix Lange2017-04-142-2/+2
* | eth: revert accidental ethash cache dir changePéter Szilágyi2017-04-141-0/+1
|/
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-133-10/+1
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-1211-91/+401
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-122-2/+2
* consensus/clique: Proof of Authority (#3753)Péter Szilágyi2017-04-101-0/+14
* eth: accept transactions when starting CPU mining (#13882)Péter Szilágyi2017-04-105-9/+17
* eth: announce block after sync cycle (star topology)Péter Szilágyi2017-04-101-1/+9
* consensus, eth: don't CPU mine by default during remote miningPéter Szilágyi2017-04-072-11/+20
* Merge pull request #13870 from karalabe/miners-fixesPéter Szilágyi2017-04-073-92/+4
|\
| * consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-2/+2
| * cmd/geth, eth: drop bad block reporting, its offline anywayPéter Szilágyi2017-04-062-90/+2
* | cmd, les, eth, eth/gasprice: using new gas price oracle (#13853)Felföldi Zsolt2017-04-064-358/+137
|/
* debug: convert uint64-blocknumber into rpc.Blocknumber (#13862)Martin Holst Swende2017-04-051-6/+29
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-057-89/+100
* core: refactor genesis handlingFelix Lange2017-03-236-90/+53
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-2310-16/+13
* core, eth, les: support resuming fast sync on heavy rollback (#3743)Péter Szilágyi2017-03-224-10/+19
* all: finish integrating Go ethash, delete C++ vendorPéter Szilágyi2017-03-092-106/+6
* cmd, eth, les, node, pow: disk caching and progress reportsPéter Szilágyi2017-03-091-11/+13
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-093-6/+8
* all: update light logs (and a few others) to the new modelPéter Szilágyi2017-03-032-2/+2
* Logger updates 3 (#3730)Péter Szilágyi2017-03-0211-150/+122
* core, eth: drop database block splitting upgraderPéter Szilágyi2017-02-282-62/+0
* Merge pull request #3709 from fjl/p2p-context-logPéter Szilágyi2017-02-282-2/+2
|\
| * eth, les: shorten genesis block mismatch error messageFelix Lange2017-02-282-2/+2
* | common, eth/downloader, log: support terminal log formattingPéter Szilágyi2017-02-282-28/+24
|/
* all: disable log message colors outside of gethFelix Lange2017-02-271-1/+1
* eth/downloader: review fixesPéter Szilágyi2017-02-272-7/+13
* accounts, eth/downloader: use "err" instead of "error" in logsPéter Szilágyi2017-02-271-13/+13
* eth/downloader: port over old logs from glog to log15Péter Szilágyi2017-02-274-125/+137
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-1/+2
* eth, les, swarm: fix go vet issues sufraced by log15Péter Szilágyi2017-02-231-1/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-2312-205/+199
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-146-18/+20
* core, eth, internal: Added `debug_getBadBlocks()` method (#3654)Martin Holst Swende2017-02-141-0/+6
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-136-20/+18
* accounts, cmd, eth, internal, miner, node: wallets and HD APIsPéter Szilágyi2017-02-131-2/+4
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-8/+6
* Merge pull request #3605 from fjl/event-feedPéter Szilágyi2017-02-032-4/+4
|\
| * event: deprecate TypeMux and related typesFelix Lange2017-01-252-4/+4
* | params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-026-18/+20
* | les: remove delayed les server startingZsolt Felfoldi2017-01-263-10/+2
|/
* eth/downloader: improve deliverNodeData (#3588)Felix Lange2017-01-241-72/+52
* eth/downloader: fix mutex regression causing panics on fail (#3591)Péter Szilágyi2017-01-201-1/+2
* Merge pull request #3579 from bas-vk/natspecPéter Szilágyi2017-01-171-3/+0
|\
| * cmd,eth,les,internal: remove natspec supportBas van Kervel2017-01-171-3/+0
* | cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-174-5/+13
|/
* eth: accept leading zeros for nonce parameter of submitWork (#3558)Felix Lange2017-01-131-2/+2
* core: remove support for Olympic networkBas van Kervel2017-01-121-1/+1
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-1/+1
* all: fix spelling errorsPéter Szilágyi2017-01-076-6/+6
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-26/+4
* all: gofmt -w -sFelix Lange2017-01-068-31/+31
* Merge pull request #3516 from fjl/types-drop-sign-ecdsaPéter Szilágyi2017-01-064-9/+9
|\
| * core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-054-9/+9
* | trie: remove dependency on ethdbFelix Lange2017-01-061-5/+10
* | core/vm: move Log to core/typesFelix Lange2017-01-067-79/+73
|/
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-052-4/+4
* cmd/utils, eth, les: bubble --fakepow flag into eth/les tooPéter Szilágyi2017-01-041-6/+8
* eth: fix miner start API to accept int, not hexintPéter Szilágyi2016-12-231-2/+2
* internal/ethapi: fix hex handling for eth_call input and eth_sendRawTransactionFelix Lange2016-12-201-2/+2
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-202-23/+25
* eth, miner: verify PoW in the remote agent to notify submitter (#3438)Péter Szilágyi2016-12-201-1/+1
* eth/filters: add FindOnce for iterator-like operation (#3435)Nick Johnson2016-12-201-20/+50
* Merge pull request #3427 from Arachnid/gzipdumpPéter Szilágyi2016-12-141-2/+17
|\
| * cmd/utils, eth: Add gzip support for chain dump and restoreNick Johnson2016-12-141-2/+17
* | Merge pull request #3413 from zsfelfoldi/light-topic4Felix Lange2016-12-133-2/+13
|\ \ | |/ |/|
| * eth, les: defer starting LES service until ETH initial sync is finishedZsolt Felfoldi2016-12-103-2/+13
* | core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-114-9/+17
|/
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-062-5/+9
* core, core/vm, eth/filters: move Removed field into vm.LogFelix Lange2016-12-054-109/+63
* eth, miner: removed unnecessary state.Copy()Martin Holst Swende2016-11-301-2/+2
* eth/filter: add support for pending logs (#3219)bas-vk2016-11-286-90/+302
* eth/filters: simplify query object decodingFelix Lange2016-11-281-47/+44
* eth: removed http doc backend apiJeffrey Wilcke2016-11-251-7/+0
* common/registrar: delete the old registrar codeFelix Lange2016-11-251-7/+0
* core: improved bad block error reporting (#3320)Jeffrey Wilcke2016-11-231-0/+2
* core/types, params: EIP#155Jeffrey Wilcke2016-11-136-21/+27
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-1311-22/+24
* all: update license informationFelix Lange2016-11-095-11/+11
* core/types: remove header accessorsFelix Lange2016-11-092-3/+3
* p2p/discv5: added new topic discovery packageZsolt Felfoldi2016-11-091-3/+2
* cmd, eth: added light client and light server modeszsfelfoldi2016-11-0911-83/+193
* les: light client protocol and APIZsolt Felfoldi2016-11-097-25/+268
* eth/downloader: clear pending requests when switching trie rootPéter Szilágyi2016-11-011-9/+18
* eth/downloader: lower a state sync log level (users freak out)Péter Szilágyi2016-11-011-1/+1
* eth/downloader: reduce fast sync block requirements, fix testPéter Szilágyi2016-10-312-13/+28
* core/state, eth/downloader, trie: reset fast-failure on progressPéter Szilágyi2016-10-313-160/+206
* Godeps, vendor: convert dependency management to trash (#3198)Péter Szilágyi2016-10-294-158/+13
* eth/downloader: fix a data race in a log outputPéter Szilágyi2016-10-211-1/+2
* cmd/geth, code, eth/downloader: tune import logs and mem statsPéter Szilágyi2016-10-211-1/+1
* common, core, eth/downloader: adjust import log formattingPéter Szilágyi2016-10-181-1/+1
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-1/+1
* eth: move "timed out DAO fork check, dropping" to debug levelFelix Lange2016-10-081-1/+1
* Merge pull request #3092 from fjl/state-journalJeffrey Wilcke2016-10-061-3/+3
|\
| * core/state: implement reverts by journaling all changesFelix Lange2016-10-061-3/+3
* | eth: monitor malicious header retrieval requestsPéter Szilágyi2016-10-052-5/+31
|/
* core, eth, trie: reuse trie journals in all our codePéter Szilágyi2016-09-282-4/+4
* core/state: track all accounts in canon stateFelix Lange2016-09-261-3/+3
* cmd, eth: drop the blockchain version from cli/eth configsPéter Szilágyi2016-09-151-4/+3
* ethereum, ethclient: add SyncProgress API endpointPéter Szilágyi2016-09-063-48/+48
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-026-20/+33
* core, eth, miner: only retain 1 tx/nonce, remove bad onesPéter Szilágyi2016-09-021-1/+1
* accounts/abi/bind: use ethereum interfacesFelix Lange2016-08-221-45/+47
* eth: don't call ValidateFieldsFelix Lange2016-08-041-3/+0
* eth/fetcher: small typo fix (#2932)Stein Dekker2016-08-231-1/+1
* core/vm, eth: Add support for javascript trace functionsNick Johnson2016-08-231-8/+57
* Merge pull request #2923 from Arachnid/tracingPéter Szilágyi2016-08-221-34/+22
|\
| * core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-34/+22
* | eth/fetcher: fix a log message formatting issuePéter Szilágyi2016-08-191-1/+1
|/
* Merge pull request #2909 from fjl/account-manager-cleanupFelix Lange2016-08-182-32/+13
|\
| * common/compiler: simplify solc wrapperFelix Lange2016-08-172-4/+2
| * eth: remove dapp database remainsFelix Lange2016-08-171-22/+6
| * cmd/utils, node: create account manager in package nodeFelix Lange2016-08-171-6/+5
* | rpc: refactor subscriptions and filtersBas van Kervel2016-08-176-768/+1039
* | core: ensure the canonical block is written before the canonical hash is setBas van Kervel2016-08-161-3/+6
* | Merge pull request #2866 from karalabe/downloader-future-ancestorsPéter Szilágyi2016-08-161-9/+17
|\ \ | |/ |/|
| * eth/downloader: fewer headers and futures too un ancestor lookupPéter Szilágyi2016-07-261-9/+17
* | Merge pull request #2868 from karalabe/downloader-abort-master-dropPéter Szilágyi2016-08-091-2/+15
|\ \
| * | eth/downloader: abort sync if master drops (timeout prev)Péter Szilágyi2016-07-261-2/+15
| |/
* | Merge pull request #2867 from karalabe/dao-challenge-finishPéter Szilágyi2016-08-092-1/+2
|\ \
| * | eth, eth/downloader: don't forward the DAO challenge headerPéter Szilágyi2016-07-262-1/+2
| |/
* | Merge pull request #2861 from karalabe/track-peer-heads-properlyPéter Szilágyi2016-08-096-50/+59
|\ \ | |/ |/|
| * eth, eth/downloader: better remote head trackingPéter Szilágyi2016-07-256-50/+59
* | Merge pull request #2855 from karalabe/downloader-fix-stall-dropFelix Lange2016-07-251-1/+8
|\ \ | |/ |/|
| * eth/downloader: fix the stall checks/drops during syncPéter Szilágyi2016-07-221-1/+8
* | Merge pull request #2842 from fjl/downloader-remove-eth61Felix Lange2016-07-2315-1524/+119
|\ \ | |/ |/|
| * eth, eth/downloader, eth/fetcher: delete eth/61 codeFelix Lange2016-07-2215-1524/+119
* | Merge pull request #2833 from karalabe/fix-dao-challenge-annoyancePéter Szilágyi2016-07-221-0/+7
|\ \
| * | eth: cancel DAO challenge on peer drop (annoying log)Péter Szilágyi2016-07-191-0/+7
| |/
* | Merge pull request #2711 from hdiedrich/1.4.7-filter-races-cleanupFelix Lange2016-07-202-28/+54
|\ \
| * | eth: fix #2710 filter racesHenning Diedrich2016-07-042-28/+54
* | | eth: fixed chaindb upgradezsfelfoldi2016-07-191-0/+13
| |/ |/|
* | cmd/utils, eth: display the user's current fork, minor text tweakPéter Szilágyi2016-07-161-0/+1
* | cmd, core, eth, miner, params, tests: finalize the DAO forkPéter Szilágyi2016-07-151-4/+4
* | accounts, core, eth: pass chain config for chain maker to test DAOPéter Szilágyi2016-07-156-7/+7
* | core, eth: enforce network split post DAO hard-forkPéter Szilágyi2016-07-153-7/+134
* | cmd, core, eth, params: implement flags to control dao fork blocksPéter Szilágyi2016-07-151-0/+2
* | Merge pull request #2799 from zsfelfoldi/api-nonce-fix2Péter Szilágyi2016-07-121-2/+2
|\ \
| * | core: added CheckNonce() to Message interfacezsfelfoldi2016-07-111-2/+2
* | | eth/downloader: return invalid chain (peer drop) on import failsPéter Szilágyi2016-07-121-1/+1
|/ /
* | eth: disable eth/61 to prepare for more elaborate fork sync algosPéter Szilágyi2016-07-041-2/+2
* | cmd, common, console, eth, release: drop redundant "full"sPéter Szilágyi2016-06-306-79/+79
* | Merge pull request #2159 from zsfelfoldi/light-backendPéter Szilágyi2016-06-307-1747/+510
|\ \ | |/ |/|
| * eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-167-1747/+510
* | Merge pull request #2686 from obscuren/issue-2542Péter Szilágyi2016-06-141-0/+1
|\ \ | |/ |/|
| * core/state, eth: Updated suicides objects when tracing transactionsJeffrey Wilcke2016-06-131-0/+1
* | Merge pull request #2455 from zsfelfoldi/chaindbJeffrey Wilcke2016-06-1311-149/+400
|\ \
| * | core: improved chainDb using sequential keyszsfelfoldi2016-06-0711-149/+400
| |/
* / eth/downloader: fix occasional fast sync critical section test failsPéter Szilágyi2016-06-131-1/+3
|/
* eth: don't accept transactions until we sync up with the networkPéter Szilágyi2016-06-063-4/+13
* eth/downloader: adaptive quality of service tuningPéter Szilágyi2016-06-063-48/+235
* eth/downloader: make fast sync resilient to critical section failsPéter Szilágyi2016-06-022-26/+109
* Merge pull request #2637 from karalabe/downloader-always-cancelPéter Szilágyi2016-05-312-1/+13
|\
| * eth/downloader: ensure cancel channel is closed post syncPéter Szilágyi2016-05-302-1/+13
* | eth/downloader, trie: pull head state concurrently with chainPéter Szilágyi2016-05-272-29/+35
|/
* Merge pull request #2614 from fjl/bad-block-reportJeffrey Wilcke2016-05-262-2/+93
|\
| * eth: enable bad block reportsFelix Lange2016-05-252-2/+93
* | eth/api: fixed GetCompilers when there is no error creating SolcRémy Roy2016-05-251-1/+1
|/
* Merge pull request #2564 from bas-vk/submit-txJeffrey Wilcke2016-05-232-68/+116
|\
| * eth: add new RPC method (personal.) SignAndSendTransactionBas van Kervel2016-05-202-68/+116
* | Merge pull request #2575 from bas-vk/filterJeffrey Wilcke2016-05-232-38/+234
|\ \
| * | eth/filter: bugfix which can cause a nil pointer crash when parsing filter ar...Bas van Kervel2016-05-172-38/+234
* | | Merge pull request #2589 from karalabe/estimate-remove-codecheckJeffrey Wilcke2016-05-202-22/+11
|\ \ \
| * | | accounts/abi/bind, eth: rely on getCode for sanity checks, not estimate and callPéter Szilágyi2016-05-202-22/+11
| | |/ | |/|
* | | Merge pull request #2315 from karalabe/concurrent-headers-2Jeffrey Wilcke2016-05-204-211/+643
|\ \ \ | |/ / |/| |
| * | eth/downloader: fix reviewer commentsPéter Szilágyi2016-05-202-9/+32
| * | eth/downloader: stream partial skeleton filling to processorPéter Szilágyi2016-05-173-19/+55
| * | eth/downloader: implement concurrent header downloadsPéter Szilágyi2016-05-174-211/+584
* | | eth: fixed regression in eth_signTransaction fixes #2578Jeffrey Wilcke2016-05-181-1/+1
| |/ |/|
* | eth: skip transaction handling during fast syncPéter Szilágyi2016-05-173-14/+23
|/
* eth/downloader: bound fork ancestry and allow heavy short forksPéter Szilágyi2016-05-132-43/+201
* Merge pull request #2523 from fjl/shutdownPéter Szilágyi2016-05-095-32/+66
|\
| * core, eth, miner: improve shutdown synchronisationFelix Lange2016-05-095-32/+66
* | eth: fixed tracing functions using the current header instead of parentJeffrey Wilcke2016-05-091-2/+2
|/
* release, all: integrate the release service into gethPéter Szilágyi2016-05-023-25/+137
* Merge pull request #2493 from almindor/developFelix Lange2016-04-301-0/+11
|\
| * eth: add personal_importRawKey for runtime private key importAles Katona2016-04-281-0/+11
* | eth/filters: ignore logs that don't match filter criteria on chain reorgBas van Kervel2016-04-281-1/+1
* | accounts/abi/bind, eth: add contract non-existent errorPéter Szilágyi2016-04-271-0/+15
|/
* rpc: remove NotifierContextKeyFelix Lange2016-04-163-4/+4
* all: fix go vet warningsFelix Lange2016-04-159-26/+24
* core, core/types, eth: add and use Block.BodyFelix Lange2016-04-151-2/+2
* all: update license informationFelix Lange2016-04-1512-25/+105
* eth, rpc: make trace configs optionalPéter Szilágyi2016-04-141-8/+14
* eth: fix single transaction tracing (run prev mutations)Péter Szilágyi2016-04-141-41/+47
* eth: add chaindbProperty to debug APIFelix Lange2016-04-131-0/+18
* Merge pull request #2284 from fjl/accounts-addr-cachePéter Szilágyi2016-04-124-84/+43
|\
| * accounts: improve API and add documentationFelix Lange2016-04-121-7/+6
| * eth: report unlock errors to RPC clientsFelix Lange2016-04-121-4/+3
| * accounts: streamline APIFelix Lange2016-04-122-69/+31
| * accounts, crypto: move keystore to package accountsFelix Lange2016-04-122-5/+4
* | eth: gracefully fail if chain config is missingPéter Szilágyi2016-04-121-0/+4
|/
* Merge pull request #2359 from bas-vk/rpc-optional-argsJeffrey Wilcke2016-04-122-28/+41
|\
| * rpc: various fixes/enhancementsBas van Kervel2016-04-122-28/+41