aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eth/downloader: fix race in downloadTesterPeer (#14942)Ivan Daniluk2017-08-091-7/+25
* contracts: fix megacheck errors (#14916)Egon Elbre2017-08-092-11/+7
* les: fix megacheck warnings (#14941)Felföldi Zsolt2017-08-098-96/+6
* whisper: fix megacheck warnings (#14925)Egon Elbre2017-08-089-20/+18
* Merge pull request #14522 from ethereum/go-ethereum/chainproc2Felix Lange2017-08-082-0/+630
|\
| * core: polish chain indexer a bitPéter Szilágyi2017-08-072-302/+403
| * core: implement ChainIndexerZsolt Felfoldi2017-08-072-0/+529
* | crypto: fix megacheck warnings (#14917)Egon Elbre2017-08-086-870/+19
* | Merge pull request #14940 from karalabe/txpool-racesPéter Szilágyi2017-08-082-30/+43
|\ \
| * | core: fix txpool journal and test racesPéter Szilágyi2017-08-082-30/+43
* | | ethdb: add basic and parallel sanity tests (#14938)Egon Elbre2017-08-081-9/+152
* | | rpc: fix megacheck warningsEgon Elbre2017-08-085-62/+24
* | | Merge pull request #14933 from egonelbre/megacheck_ethPéter Szilágyi2017-08-087-40/+17
|\ \ \ | |/ / |/| |
| * | eth: fix megacheck warningsEgon Elbre2017-08-087-40/+17
|/ /
* | light: fix megacheck warnings (#14920)Egon Elbre2017-08-073-19/+1
* | internal: fix megacheck warnings (#14919)Egon Elbre2017-08-072-34/+3
* | Merge pull request #14928 from fjl/build-goroot-explainPéter Szilágyi2017-08-072-6/+15
|\ \ | |/ |/|
| * internal/build: add GoTool and document why it uses GOROOTFelix Lange2017-08-072-6/+15
* | Merge pull request #14927 from karalabe/blockchain-test-cleanupsPéter Szilágyi2017-08-078-23/+79
|\ \ | |/ |/|
| * core: fix blockchain goroutine leaks in testsPéter Szilágyi2017-08-078-23/+79
|/
* Merge pull request #14914 from egonelbre/megacheck_consensusPéter Szilágyi2017-08-071-2/+2
|\
| * consensus: revert time.Until changeEgon Elbre2017-08-071-1/+1
| * consensus: fix megacheck warningsEgon Elbre2017-08-072-3/+3
* | cmd: fix megacheck warnings (#14912)Egon Elbre2017-08-074-19/+16
* | Merge pull request #14922 from egonelbre/megacheck_minerPéter Szilágyi2017-08-072-13/+5
|\ \
| * | miner: fix megacheck warningsEgon Elbre2017-08-072-13/+5
| |/
* | Merge pull request #14923 from egonelbre/megacheck_nodePéter Szilágyi2017-08-072-4/+2
|\ \
| * | node: fix megacheck warningsEgon Elbre2017-08-072-4/+2
| |/
* | Merge pull request #14918 from egonelbre/megacheck_ethstatsPéter Szilágyi2017-08-071-3/+0
|\ \
| * | ethstats: fix megacheck warningsEgon Elbre2017-08-071-3/+0
| |/
* | Merge pull request #14921 from egonelbre/megacheck_logPéter Szilágyi2017-08-071-1/+1
|\ \
| * | log: fix megacheck warningsEgon Elbre2017-08-071-1/+1
| |/
* | Merge pull request #14915 from egonelbre/megacheck_consolePéter Szilágyi2017-08-071-2/+0
|\ \
| * | console: fix megacheck warningsEgon Elbre2017-08-071-2/+0
| |/
* | Merge pull request #14913 from egonelbre/megacheck_commonPéter Szilágyi2017-08-072-9/+8
|\ \
| * | common: fix megacheck warningsEgon Elbre2017-08-072-9/+8
| |/
* | accounts: fix megacheck warnings (#14903)Egon Elbre2017-08-073-15/+6
* | Merge pull request #14911 from karalabe/txpool-flaky-testPéter Szilágyi2017-08-071-2/+2
|\ \ | |/ |/|
| * core: bump timeout test to avoid flakyness on overloaded ciPéter Szilágyi2017-08-071-2/+2
* | Merge pull request #14910 from karalabe/drop-yakkety-supportPéter Szilágyi2017-08-071-1/+2
|\ \ | |/ |/|
| * build: drop yakkety builds (launchpad end of life)Péter Szilágyi2017-08-071-1/+2
|/
* Merge pull request #14905 from armellini13/patch-1Péter Szilágyi2017-08-071-1/+1
|\
| * node: fix doc typoAgustin Armellini Fischer2017-08-061-1/+1
|/
* Merge pull request #14897 from karalabe/cardinal-sinPéter Szilágyi2017-08-051-18/+14
|\
| * cmd/puppeth: remove wrapping loop in single readsPéter Szilágyi2017-08-041-18/+14
* | Merge pull request #14898 from detailyang/patch-1Péter Szilágyi2017-08-051-1/+1
|\ \ | |/ |/|
| * Makefile: call shell function to get pwddetailyang2017-08-041-1/+1
|/
* core/vm: fix typo in comment (#14894)evgk2017-08-041-1/+1
* Merge pull request #14889 from karalabe/ethash-cache-on-importPéter Szilágyi2017-08-043-27/+42
|\
| * cmd: add makecache cmd, use caches during import cmdPéter Szilágyi2017-08-043-27/+42
* | Makefile, README: remove evm target, add puppeth to table (#14886)akiva2017-08-032-5/+1
|/
* ethclient: add NetworkID method (#14791)Jim McDonald2017-08-011-0/+13
* swarm/api: make api.NewManifest synchronous (#14880)Lewis Marshall2017-07-313-3/+2
* cmd/swarm: support exporting, importing chunk db (#14868)Lewis Marshall2017-07-314-41/+254
* core/asm: fix hex number lexing (#14861)njupt-moon2017-07-312-6/+41
* common: EIP55-compliant Address.Hex() (#14815)Felix Lange2017-07-313-7/+60
|\
| * cmd/geth: update tests for EIP55-compliant Address.Hex()Jim McDonald2017-07-161-6/+6
| * common: tests for EIP55-compliant Address.Hex()Jim McDonald2017-07-161-0/+31
| * common: Address.Hex() outputs EIP55-compliant stringJim McDonald2017-07-161-1/+23
* | light: update txpool signer to EIP155 (#14720)bas-vk2017-07-311-1/+1
* | Makefile: fixed GOBIN absolute path issue (#14854)Lee Hyeon2017-07-311-1/+1
* | core: avoid write existing block again (#14849)Mark2017-07-311-0/+5
* | Merge pull request #14882 from am2rican5/rinkeby-genesisPéter Szilágyi2017-07-311-0/+9
|\ \
| * | mobile: add RinkebyGenesis methodam2rican52017-07-311-0/+9
|/ /
* | cmd, core, eth: journal local transactions to disk (#14784)Péter Szilágyi2017-07-287-84/+416
* | Merge pull request #14858 from xmikus01/patch-1Péter Szilágyi2017-07-261-1/+1
|\ \
| * | trie: typo in commentPetr Mikusek2017-07-261-1/+1
* | | Merge pull request #14859 from cdetrio/evm-flag-gaspricePéter Szilágyi2017-07-261-1/+1
|\ \ \ | |/ / |/| |
| * | core/vm/runtime: fix evm command to use --gasprice flag valuecdetrio2017-07-261-1/+1
|/ /
* | swarm/api/http: redirect root manifest requests to include trailing slash (#1...Lewis Marshall2017-07-252-0/+68
* | cmd/abigen: update generated go file header text (#14845)Leo Shklovskii2017-07-241-2/+2
* | core/vm: remove logging and add section labels to struct logs (#14782)Felix Lange2017-07-193-23/+16
* | node: Rename TrusterNodes (#14827)Chase Wright2017-07-182-3/+3
* | Merge pull request #14824 from karalabe/faucet-ignore-whitespacePéter Szilágyi2017-07-181-2/+3
|\ \
| * | cmd/faucet: ignore whitespace in gist contentPéter Szilágyi2017-07-181-2/+3
* | | Merge pull request #14823 from karalabe/puppeth-limited-loggingPéter Szilágyi2017-07-185-0/+25
|\ \ \ | |/ / |/| |
| * | cmd/puppeth: limit cotnainers to 10MB logsPéter Szilágyi2017-07-185-0/+25
|/ /
* | mobile: don't retain transient []byte in CallMsg.SetData (#14804)Elias Naur2017-07-177-17/+21
* | mobile: use EIP155 signer (#14817)ligi2017-07-171-5/+10
* | Merge pull request #14807 from Dexaran/masterPéter Szilágyi2017-07-171-1/+0
|\ \
| * | README: get rid of the on-existent disasm commandPéter Szilágyi2017-07-171-1/+0
| * | Update README.mdDexaran2017-07-141-1/+1
| * | Update README.mdDexaran2017-07-141-1/+1
| * | Update README.mdDexaran2017-07-141-1/+1
| * | Update README.mdDexaran2017-07-141-1/+1
| * | Update README.mdDexaran2017-07-141-1/+1
* | | Merge pull request #14733 from karalabe/metro-eip100Péter Szilágyi2017-07-172-12/+70
|\ \ \
| * | | consensus, core: EIP 100 polishes, fix chain maker diffPéter Szilágyi2017-06-302-29/+39
| * | | consensus/ethash: implement Metropolis EIP 100Jeffrey Wilcke2017-06-301-0/+48
* | | | core, ethclient: implement Metropolis EIP 98 (#14750)Péter Szilágyi2017-07-174-20/+76
* | | | core: blocknumber in genesis as hex (#14812)Martin Holst Swende2017-07-172-6/+5
| |_|/ |/| |
* | | core: remove redundant storage of transactions and receipts (#14801)Péter Szilágyi2017-07-1512-628/+274
* | | VERSION, params: begin 1.7.0 cycle (cannot downgrade)Péter Szilágyi2017-07-142-3/+3
| |/ |/|
* | params, VERSION: v1.6.8 unstableFelix Lange2017-07-112-5/+5
* | params: v1.6.7 stablev1.6.7Felix Lange2017-07-111-4/+4
* | Merge pull request #14792 from karalabe/slim-docker-imagePéter Szilágyi2017-07-111-1/+4
|\ \
| * | dockerignore: ignore all git metadata and all testsPéter Szilágyi2017-07-111-1/+4
|/ /
* | tests: update tests and implement general state tests (#14734)Felix Lange2017-07-11903-2505430/+1596
* | vendor: update go-stack to fix a sigpanic panic (#14790)Péter Szilágyi2017-07-113-42/+23
* | internal/web3ext: fix debug.traceBlockFromFile wrapper (#14774)Daniel Sloof2017-07-101-2/+2
* | Merge pull request #14737 from holiman/txpool_localaccountsPéter Szilágyi2017-07-1013-285/+390
|\ \
| * | core: test locals support in txpool queue limits, fixPéter Szilágyi2017-07-063-83/+197
| * | core: handle nolocals during add, exepmt locals from expirationPéter Szilágyi2017-07-051-4/+9
| * | cmd, core: add --txpool.nolocals to disable local price exemptionsPéter Szilágyi2017-07-054-2/+13
| * | 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-059-149/+153
| * | core: Prevent local tx:s from being discardedMartin Holst Swende2017-07-011-7/+12
| * | core: Change local-handling to use sender-account instead of tx hashesMartin Holst Swende2017-07-012-59/+48
| |/
* | README: add missing full stop (#14766)Emin Mahrt2017-07-071-1/+1
* | Merge pull request #14723 from Arachnid/downloadrefactorNick Johnson2017-07-068-446/+458
|\ \
| * | eth/downloader: Doc fixesNick Johnson2017-07-052-3/+7
| * | eth/downloader, les, light: Changes in response to reviewNick Johnson2017-07-035-51/+52
| * | eth, les: Refactor downloader peer to use structsNick Johnson2017-06-297-300/+319
| * | eth, les, light: Refactor downloader to use blockchain interfaceNick Johnson2017-06-286-146/+134
* | | core: fix typo in error message (#14763)ligi2017-07-061-1/+1
* | | Merge pull request #14749 from karalabe/disable-metro-allprotocolsPéter Szilágyi2017-07-0410-107/+57
|\ \ \ | |_|/ |/| |
| * | params: remove redundant consts, disable metro on AllProtocolChangesPéter Szilágyi2017-07-0410-107/+57
|/ /
* | Merge pull request #14732 from ethersphere/swarm-remove-ethapiPéter Szilágyi2017-06-303-16/+15
|\ \
| * | cmd/swarm: Exit if --ethapi is setLewis Marshall2017-06-303-16/+15
|/ /
* | Merge pull request #14646 from ethersphere/swarm-ens-apiPéter Szilágyi2017-06-304-18/+109
|\ \
| * | cmd/swarm: Support using Mainnet for resolving ENS namesLewis Marshall2017-06-264-18/+109
* | | Merge pull request #14727 from holiman/count_txs_rightPéter Szilágyi2017-06-291-1/+1
|\ \ \ | |_|/ |/| |
| * | core: fix an off-by-one when the block import counts blocksMartin Holst Swende2017-06-291-1/+1
|/ /
* | Merge pull request #14718 from holiman/gascalc_fixPéter Szilágyi2017-06-282-17/+17
|\ \
| * | core/vm : fix testcase for gas calculationMartin Holst Swende2017-06-281-11/+7
| * | core/vm: fix overflow in gas calculation formulaMartin Holst Swende2017-06-281-6/+10
* | | core/vm: add benchmarks for some ops and precompiles (#14641)Martin Holst Swende2017-06-281-0/+242
|/ /
* | core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-2749-1663/+809
* | Merge pull request #14686 from fjl/hexutil-json-type-errorPéter Szilágyi2017-06-275-59/+102
|\ \
| * | common/hexutil: wrap errors in json.UnmarshalTypeErrorFelix Lange2017-06-275-59/+102
* | | accounts/abi: reorganizing package with small fixes (#14610)RJ Catalano2017-06-2713-1085/+1487
* | | build: fix devel golang detection on debian/ubuntu (#14711)Addy Yeow2017-06-271-1/+1
* | | Merge pull request #14690 from karalabe/faucet-key-reusePéter Szilágyi2017-06-261-2/+1
|\ \ \ | |_|/ |/| |
| * | cmd/puppeth: fix key reuse during faucet deploysPéter Szilágyi2017-06-231-2/+1
* | | Merge pull request #14540 from bas-vk/whisper-apiPéter Szilágyi2017-06-2631-1217/+1664
|\ \ \
| * | | cmd/geth: fix whisper flag group capitalizationPéter Szilágyi2017-06-261-1/+1
| * | | whisper: renamed Info#Message to Info#MessagesBas van Kervel2017-06-231-2/+2
| * | | whisper: use hexutil.UnmarshalFixedText for topic parsingBas van Kervel2017-06-213-34/+27
| * | | whisper: use syncmap for dynamic configuration optionsBas van Kervel2017-06-215-43/+445
| * | | whisper: move flags from whisper package to utilsBas van Kervel2017-06-215-37/+34
| * | | whisper: renamed errorsBas van Kervel2017-06-213-25/+25
| * | | whisper: fallback to default config if none is specifiedBas van Kervel2017-06-211-0/+4
| * | | whisper: remove obsolete api testsBas van Kervel2017-06-211-672/+0
| * | | whisper: remove gencodec override for configBas van Kervel2017-06-212-34/+0
| * | | whisper: move ShhClient to its own packageBas van Kervel2017-06-211-9/+10
| * | | whisperv5: integrate whisper and add whisper RPC simulatorBas van Kervel2017-06-1527-524/+1280
* | | | Merge pull request #14687 from markya0616/unused_eventsPéter Szilágyi2017-06-261-16/+0
|\ \ \ \
| * | | | core: remove unused eventsmark.lin2017-06-231-16/+0
* | | | | rpc: fix closure problem in batch processing (#14688)bloonfield2017-06-261-2/+2
* | | | | Merge pull request #14697 from homotopycolimit/masterPéter Szilágyi2017-06-261-1/+1
|\ \ \ \ \
| * | | | | swarm/storage: remove panic on invalid chunkaron2017-06-251-1/+1
| | |_|/ / | |/| | |
* | | | | Makefile: add make swarm command (#14698)Aron2017-06-261-1/+6
* | | | | Update README.md (#14701)G. Kay Lee2017-06-261-1/+1
|/ / / /
* | | | params, VERSION: 1.6.7 unstableFelix Lange2017-06-232-5/+5
* | | | params: 1.6.6 stablev1.6.6Felix Lange2017-06-231-4/+4
* | | | Merge pull request #14596 from markya0616/valid_clique_votePéter Szilágyi2017-06-232-10/+23
|\ \ \ \
| * | | | consensus/clique: minor cleanupsPéter Szilágyi2017-06-231-6/+7
| * | | | consensus/clique: choose valid votesmark.lin2017-06-142-11/+23
* | | | | Merge pull request #14685 from karalabe/ethdb-metrics-fail-fixPéter Szilágyi2017-06-232-2/+9
|\ \ \ \ \
| * | | | | node: don't return non-nil database on errorFelix Lange2017-06-231-1/+5
| * | | | | eth: gracefully error if database cannot be openedPéter Szilágyi2017-06-231-1/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #14681 from fjl/build-fixupPéter Szilágyi2017-06-232-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | travis.yml: add fakeroot to launchpad builderFelix Lange2017-06-231-0/+1
| * | | | cmd/swarm: disable TestCLISwarmUp because it's flakyFelix Lange2017-06-231-0/+2
|/ / / /
* | | | Merge pull request #14673 from holiman/txfixPéter Szilágyi2017-06-233-42/+200
|\ \ \ \
| * | | | core: ensure transactions correctly drop on pool limitingPéter Szilágyi2017-06-233-88/+167
| * | | | core: add testcase for txpoolMartin Holst Swende2017-06-232-0/+79
* | | | | Merge pull request #14677 from karalabe/miner-cli-gaspricePéter Szilágyi2017-06-221-0/+4
|\ \ \ \ \
| * | | | | cmd/geth: corrently init gas price for CLI CPU miningPéter Szilágyi2017-06-221-0/+4
| |/ / / /
* / / / / eth/downloader: separate state sync from queue (#14460)Felix Lange2017-06-229-479/+769
|/ / / /
* | | | Merge pull request #14657 from markya0616/refactor_cliquePéter Szilágyi2017-06-211-8/+7
|\ \ \ \
| * | | | consensus/clique: fix typo and don't add snapshot into recents againmark.lin2017-06-201-8/+7
| | |/ / | |/| |
* | | | swarm/test: add integration test for 'swarm up' (#14353)Lewis Marshall2017-06-2117-293/+1048
* | | | README: document new config file option (#14348)Maximilian Meister2017-06-211-0/+16
* | | | cmd/evm, core/vm: add --nomemory, --nostack to evm (#14617)Martin Holst Swende2017-06-215-47/+68
* | | | Merge pull request #14667 from fjl/swarm-fuse-cleanupPéter Szilágyi2017-06-213-206/+132
|\ \ \ \
| * | | | swarm/fuse: use subtestsFelix Lange2017-06-211-171/+112
| * | | | swarm/fuse: simplify externalUnmountFelix Lange2017-06-212-35/+20
* | | | | les: code refactoring (#14416)Felföldi Zsolt2017-06-2115-441/+699
* | | | | ethclient: fix TransactionByHash pending return value. (#14663)Jim McDonald2017-06-211-2/+2
|/ / / /
* / / / trie: more node iterator improvements (#14615)Felix Lange2017-06-217-172/+288
|/ / /
* | | Merge pull request #14635 from necaremus/patch-1Péter Szilágyi2017-06-161-1/+1
|\ \ \
| * | | cmd/geth: fixed a minor typo in the commentsnecaremus2017-06-161-1/+1
|/ / /
* | | eth: remove les server from protocol manager (#14625)Alan Chen2017-06-152-3/+0
* | | Merge pull request #14581 from holiman/byte_optPéter Szilágyi2017-06-134-8/+174
|\ \ \
| * | | core/vm, common/math: Add doc about Byte, fix formatMartin Holst Swende2017-06-093-16/+20
| * | | common/math, core/vm: Un-expose bigEndianByteAt, use correct terms for endian...Martin Holst Swende2017-06-073-18/+19
| * | | core/vm, common/math: Add fast getByte for bigints, improve opByteMartin Holst Swende2017-06-054-8/+169
| |/ /
* | | Merge pull request #14604 from bas-vk/mobile-getfromPéter Szilágyi2017-06-132-2/+34
|\ \ \
| * | | mobile: add a regression test for signer recoveryPéter Szilágyi2017-06-131-0/+29
| * | | mobile: use EIP155 signer for determining senderBas van Kervel2017-06-131-2/+5
| | |/ | |/|
* | | rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-1223-179/+44
* | | Merge pull request #14598 from konradkonrad/fix_makedagPéter Szilágyi2017-06-121-2/+2
|\ \ \ | |/ / |/| |
| * | consensus: Fix `makedag` epochKonrad Feldmeier2017-06-121-2/+2
|/ /
* | cmd/evm: add --prestate, --sender, --json flags for fuzzing (#14476)Martin Holst Swende2017-06-078-35/+295
* | core/types: use Header.Hash for block hashes (#14587)bailantaotao2017-06-071-1/+1
* | cmd/swarm: fix error handling in 'swarm up' (#14557)Lewis Marshall2017-06-061-13/+22
* | Merge pull request #14583 from ethersphere/core-log-fixesPéter Szilágyi2017-06-061-1/+1
|\ \
| * | core: Fix VM error loggingLewis Marshall2017-06-061-1/+1
| |/
* / accounts: fix spelling error (#14567)FaceHo2017-06-061-1/+1
|/
* VERSION, params: begin Geth 1.6.6 release cyclePéter Szilágyi2017-06-022-5/+5
* params: mark Geth v1.6.5 stable (Hat Trick)v1.6.5Péter Szilágyi2017-06-021-4/+4
* Merge pull request #14570 from Arachnid/jumpdestanalysisPéter Szilágyi2017-06-021-14/+12
|\
| * core/vm: Use a bitmap instead of a map for jumpdest analysisNick Johnson2017-06-021-14/+12
|/
* VERSION, params: begin geth 1.6.5 cyclePéter Szilágyi2017-06-012-5/+5
* params: Geth 1.6.4 stable (hotfix)v1.6.4Péter Szilágyi2017-06-011-4/+4
* internal/ethapi: initialize account mutex in lock properlyMartin Holst Swende2017-06-011-2/+3
* swarm/dev: add development environment (#14332)Lewis Marshall2017-06-0111-0/+726
* VERSION, params: begin Geth 1.6.4 release cyclePéter Szilágyi2017-06-012-5/+5
* params: release Geth 1.6.3 - Covfefev1.6.3Péter Szilágyi2017-06-011-4/+4
* Merge pull request #14565 from karalabe/relax-privkey-checksPéter Szilágyi2017-06-014-17/+25
|\
| * accounts/keystore, crypto: don't enforce key checks on existing keyfilesPéter Szilágyi2017-06-014-17/+25
* | Merge pull request #14561 from karalabe/txpool-perf-fixPéter Szilágyi2017-06-012-32/+35
|\ \
| * | core: only reorg changed account, not allPéter Szilágyi2017-06-012-21/+35
| * | core: don't uselessly recheck transactions on dumpPéter Szilágyi2017-06-011-19/+8
| |/
* | Merge pull request #14563 from karalabe/ethstats-reduce-traffic-2Péter Szilágyi2017-06-011-22/+51
|\ \
| * | ethstats: reduce ethstats traffic by trottling reportsPéter Szilágyi2017-06-011-22/+51
| |/
* | Merge pull request #14564 from karalabe/fix-1.6-dockerPéter Szilágyi2017-06-011-1/+1
|\ \ | |/ |/|
| * cotnainers/docker: fix the legacy alpine image before droppingPéter Szilágyi2017-06-011-1/+1
|/
* params, VERSION: 1.6.3 unstableFelix Lange2017-05-312-5/+5
* params: 1.6.2 stablev1.6.2Felix Lange2017-05-311-4/+4
* Merge pull request #14516 from holiman/noncefixesPéter Szilágyi2017-05-304-37/+93
|\
| * internal/ethapi: add mutex around signing + nonce assignmentMartin Holst Swende2017-05-304-37/+93
* | Merge pull request #14553 from karalabe/puppeth-key-checkPéter Szilágyi2017-05-302-3/+2
|\ \
| * | cmd/puppeth: fix improper key validation for remotesPéter Szilágyi2017-05-302-3/+2
* | | Merge pull request #14547 from karalabe/txpool-gas-decreasePéter Szilágyi2017-05-303-31/+72
|\ \ \ | |/ / |/| |
| * | core: check for gas limit exceeding txs too on new blockPéter Szilágyi2017-05-303-31/+72
* | | Merge pull request #14545 from karalabe/clique-cache-signaturesPéter Szilágyi2017-05-302-23/+34
|\ \ \
| * | | consensus/clique: cache block signatures for fast checksPéter Szilágyi2017-05-302-23/+34
| |/ /
* | | Merge pull request #14548 from karalabe/ethstats-no-txsPéter Szilágyi2017-05-301-12/+10
|\ \ \ | |/ / |/| |
| * | ethstats: don't report transaction content, only hashPéter Szilágyi2017-05-301-12/+10
|/ /
* | Merge pull request #14523 from karalabe/txpool-cli-flagsPéter Szilágyi2017-05-2910-105/+241
|\ \
| * | cmd, core, eth: configurable txpool parametersPéter Szilágyi2017-05-2910-105/+241
* | | Merge pull request #14539 from karalabe/txpool-inspec-noncesPéter Szilágyi2017-05-291-8/+8
|\ \ \
| * | | internal/ethapi: fix tx nonces in pool inspect/contentPéter Szilágyi2017-05-291-8/+8
* | | | 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
| |/ / /
* | | | Merge pull request #14524 from karalabe/noimport-during-fastsyncPéter Szilágyi2017-05-292-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | eth: don't import propagated blocks during fastsyncPéter Szilágyi2017-05-262-0/+6
|/ / /
* | | Merge pull request #14517 from Ali92hm/masterNick Johnson2017-05-261-2/+3
|\ \ \ | |/ / |/| |
| * | dockerfile: expose 30303/udpAli92hm2017-05-261-0/+1
| * | dockerfile: cp geth to /usr/local/binAli92hm2017-05-261-2/+2
|/ /
* | Merge pull request #14514 from karalabe/go1.8.3Péter Szilágyi2017-05-252-14/+14
|\ \
| * | travis, appveyor: bump to Go 1.8.3, Android NDK 14bPéter Szilágyi2017-05-252-14/+14
| |/
* | Merge pull request #14515 from karalabe/golint-tooooolongPéter Szilágyi2017-05-2512-325/+326
|\ \ | |/ |/|
| * core: fix minor accidental typos and comment errorsPéter Szilágyi2017-05-253-8/+8
| * core: typos and comments improvechanghong2017-05-2511-323/+324
|/
* Merge pull request #14446 from bas-vk/cli-helpPéter Szilágyi2017-05-253-12/+70
|\
| * cmd/geth: reorganise help section for new cli flag handlingBas van Kervel2017-05-253-12/+70
* | Merge pull request #14513 from obscuren/allocate-stackPéter Szilágyi2017-05-251-1/+1
|\ \