MD5 (es-0.9-beta1.tar.gz) = 1d0f771d94d9d8f958f264f1757b8620 >
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* consensus/ethash: improve cache/dataset handling (#15864)Felix Lange2018-01-238-213/+208
* Merge pull request #15941 from karalabe/fix-header-reorg-orderPéter Szilágyi2018-01-222-7/+54
|\
| * core: sorted reorg insertion order for proper head header updatingPéter Szilágyi2018-01-222-7/+54
* | p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200)Felföldi Zsolt2018-01-2217-91/+150
|/
* Merge pull request #15902 from shapeshed/patch-2Péter Szilágyi2018-01-171-1/+1
|\
| * core/vm: Fix comment typoGeorge Ornbo2018-01-161-1/+1
|/
* cmd/ethkey: fix formatting, review nits (#15807)Felix Lange2018-01-167-95/+231
* Revert "trie: make fullnode children hash calculation concurrently (#15131)" ...Péter Szilágyi2018-01-153-88/+32
* miner: avoid unnecessary work (#15883)Jim McDonald2018-01-152-0/+10
* dashboard: deep state update, version in footer (#15837)Kurkó Mihály2018-01-1516-5308/+1416
* Merge pull request #15869 from Magicking/ethstats-reporting-fixPéter Szilágyi2018-01-151-0/+1
|\
| * ethstats: Fix ethstats reporting while syncingMagicking2018-01-131-0/+1
* | Merge pull request #15863 from karalabe/light-miner-errorPéter Szilágyi2018-01-121-1/+4
|\ \
| * | cmd/geth: user friendly light miner errorPéter Szilágyi2018-01-121-1/+4
* | | whisper/whisperv6: implement pow/bloom exchange protocol (#15802)gluk2562018-01-127-75/+451
|/ /
* | common/fdlimit: Move fdlimit files to separate package (#15850)Ricardo Domingos2018-01-125-30/+31
* | travis.yml: remove alias for 'cd' to avoid hang on macOS (#15849)Jean-André Santoni2018-01-111-0/+1
* | eth/gasprice: set default percentile to 60%, count blocks instead of transact...Nick Johnson2018-01-102-19/+34
* | consensus/ethash: fix byzantium difficulty comment typo (#15842)gary rong2018-01-101-1/+1
* | les: fix les/1 CHT compatibility issue (#15692)Felföldi Zsolt2018-01-092-3/+3
* | all: regenerate codecs with gencodec commit 90983d99de (#15830)Felix Lange2018-01-0818-96/+96
* | all: update generated code (#15808)Felix Lange2018-01-0842-1378/+2086
* | dashboard: use balanced trees to include binary data (#15813)Russ Cox2018-01-051-97/+97
* | tests: update to upstream commit 2bb0c3da3b (#15806)Felix Lange2018-01-043-16/+17
* | eth: fix tracer panic when running without configs + reexec (#15799)Péter Szilágyi2018-01-041-3/+3
* | cmd/utils: handle git commit a bit safer for user specified strings (#15790)Evangelos Pappas2018-01-041-1/+1
* | Merge pull request #15466 from karalabe/uint64-gas-limitPéter Szilágyi2018-01-0382-642/+606
|\ \
| * | all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-03