Ivan Daniluk
|
17ce0a37de
|
eth/downloader: fix race in downloadTesterPeer (#14942)
* eth/downloader: fix race in downloadTesterPeer
Signed-off-by: Ivan Daniluk <ivan.daniluk@gmail.com>
* eth/downloader: minor datarace fix cleanup
|
2017-08-08 20:10:09 +03:00 |
|
Egon Elbre
|
26b2d6e1aa
|
contracts: fix megacheck errors (#14916)
* contracts: fix megacheck errors
* contracts: drop useless sleep, lets see what breaks
|
2017-08-08 19:41:35 +03:00 |
|
Felföldi Zsolt
|
fff6e03a79
|
les: fix megacheck warnings (#14941)
* les: fix megacheck warnings
* les: fixed testGetProofs
|
2017-08-08 19:31:08 +03:00 |
|
Egon Elbre
|
d375193797
|
whisper: fix megacheck warnings (#14925)
* whisper: fix megacheck warnings
* whisper/whisperv5: regenerate json codec to fix unused override type
|
2017-08-08 14:48:06 +03:00 |
|
Felix Lange
|
374c49e0ac
|
Merge pull request #14522 from ethereum/go-ethereum/chainproc2
|
2017-08-08 13:37:59 +02:00 |
|
Egon Elbre
|
10ce8b0e3c
|
crypto: fix megacheck warnings (#14917)
* crypto: fix megacheck warnings
* crypto/ecies: remove ASN.1 support
|
2017-08-08 13:58:22 +03:00 |
|
Péter Szilágyi
|
9a7e99f75d
|
Merge pull request #14940 from karalabe/txpool-races
core: fix txpool journal and test races
|
2017-08-08 13:20:36 +03:00 |
|
Egon Elbre
|
6f8c7b0def
|
ethdb: add basic and parallel sanity tests (#14938)
* ethdb: add basic sanity test
* ethdb: test MemDatabase
* ethdb: add parallel tests
|
2017-08-08 12:32:10 +03:00 |
|
Péter Szilágyi
|
1c45f2f42e
|
core: fix txpool journal and test races
|
2017-08-08 12:22:01 +03:00 |
|
Egon Elbre
|
e063d538b8
|
rpc: fix megacheck warnings
|
2017-08-08 11:08:37 +02:00 |
|
Péter Szilágyi
|
43437806fb
|
Merge pull request #14933 from egonelbre/megacheck_eth
eth: fix megacheck warnings
|
2017-08-08 09:59:52 +03:00 |
|
Egon Elbre
|
8f06b7980d
|
eth: fix megacheck warnings
|
2017-08-07 19:54:20 +03:00 |
|
Egon Elbre
|
971079822e
|
light: fix megacheck warnings (#14920)
|
2017-08-07 17:25:18 +02:00 |
|
Egon Elbre
|
f42bd73ce5
|
internal: fix megacheck warnings (#14919)
|
2017-08-07 17:14:40 +02:00 |
|
Péter Szilágyi
|
f5925b0459
|
Merge pull request #14928 from fjl/build-goroot-explain
internal/build: add GoTool and document why it uses GOROOT
|
2017-08-07 17:47:58 +03:00 |
|
Péter Szilágyi
|
8edaaa227d
|
core: polish chain indexer a bit
|
2017-08-07 17:38:33 +03:00 |
|
Zsolt Felfoldi
|
bd74882d83
|
core: implement ChainIndexer
|
2017-08-07 17:37:08 +03:00 |
|
Péter Szilágyi
|
67439c1dba
|
Merge pull request #14927 from karalabe/blockchain-test-cleanups
core: fix blockchain goroutine leaks in tests
|
2017-08-07 17:21:29 +03:00 |
|
Felix Lange
|
f59a49d591
|
internal/build: add GoTool and document why it uses GOROOT
|
2017-08-07 16:08:50 +02:00 |
|
Péter Szilágyi
|
2b50367fe9
|
core: fix blockchain goroutine leaks in tests
|
2017-08-07 16:00:47 +03:00 |
|
Péter Szilágyi
|
46cf0a616b
|
Merge pull request #14914 from egonelbre/megacheck_consensus
consensus: fix megacheck warnings
|
2017-08-07 14:35:45 +03:00 |
|
Egon Elbre
|
85454e7678
|
cmd: fix megacheck warnings (#14912)
* cmd: fix megacheck warnings
* cmd: revert time.Until changes, keep readFloat
|
2017-08-07 14:34:21 +03:00 |
|
Egon Elbre
|
80de4dc72c
|
consensus: revert time.Until change
|
2017-08-07 14:32:03 +03:00 |
|
Péter Szilágyi
|
8c2cf3c66c
|
Merge pull request #14922 from egonelbre/megacheck_miner
miner: fix megacheck warnings
|
2017-08-07 14:31:41 +03:00 |
|
Péter Szilágyi
|
37e9fcacca
|
Merge pull request #14923 from egonelbre/megacheck_node
node: fix megacheck warnings
|
2017-08-07 14:28:10 +03:00 |
|
Péter Szilágyi
|
b36f54c684
|
Merge pull request #14918 from egonelbre/megacheck_ethstats
ethstats: fix megacheck warnings
|
2017-08-07 14:25:08 +03:00 |
|
Péter Szilágyi
|
3991745c5f
|
Merge pull request #14921 from egonelbre/megacheck_log
log: fix megacheck warnings
|
2017-08-07 14:24:22 +03:00 |
|
Péter Szilágyi
|
6dd2803b8e
|
Merge pull request #14915 from egonelbre/megacheck_console
console: fix megacheck warnings
|
2017-08-07 14:21:21 +03:00 |
|
Péter Szilágyi
|
fc0c6c175c
|
Merge pull request #14913 from egonelbre/megacheck_common
common: fix megacheck warnings
|
2017-08-07 14:16:55 +03:00 |
|
Egon Elbre
|
7c74e166b0
|
accounts: fix megacheck warnings (#14903)
* accounts: fix megacheck warnings
* accounts: don't modify abi in favor of full cleanup
|
2017-08-07 14:11:15 +03:00 |
|
Péter Szilágyi
|
f7848c2aa5
|
Merge pull request #14911 from karalabe/txpool-flaky-test
core: bump timeout test to avoid flakyness on overloaded ci
|
2017-08-07 14:09:35 +03:00 |
|
Egon Elbre
|
19866075ac
|
node: fix megacheck warnings
|
2017-08-07 13:43:08 +03:00 |
|
Egon Elbre
|
faafeef79e
|
miner: fix megacheck warnings
|
2017-08-07 13:41:22 +03:00 |
|
Egon Elbre
|
cd82b89fde
|
log: fix megacheck warnings
|
2017-08-07 13:40:05 +03:00 |
|
Egon Elbre
|
3780d0b6f7
|
ethstats: fix megacheck warnings
|
2017-08-07 13:32:19 +03:00 |
|
Egon Elbre
|
ff89a3ddce
|
console: fix megacheck warnings
|
2017-08-07 13:19:44 +03:00 |
|
Egon Elbre
|
aee70ae30b
|
consensus: fix megacheck warnings
|
2017-08-07 13:18:08 +03:00 |
|
Egon Elbre
|
392151e251
|
common: fix megacheck warnings
|
2017-08-07 13:16:56 +03:00 |
|
Péter Szilágyi
|
5b742fb82b
|
core: bump timeout test to avoid flakyness on overloaded ci
|
2017-08-07 12:53:32 +03:00 |
|
Péter Szilágyi
|
b159cdd8dd
|
Merge pull request #14910 from karalabe/drop-yakkety-support
build: drop yakkety builds (launchpad end of life)
|
2017-08-07 12:42:30 +03:00 |
|
Péter Szilágyi
|
524ca544b2
|
build: drop yakkety builds (launchpad end of life)
|
2017-08-07 11:12:44 +03:00 |
|
Péter Szilágyi
|
1059927f9c
|
Merge pull request #14905 from armellini13/patch-1
node: fix doc typo
|
2017-08-07 09:51:00 +02:00 |
|
Agustin Armellini Fischer
|
fca6e515d6
|
node: fix doc typo
|
2017-08-06 00:32:17 +02:00 |
|
Péter Szilágyi
|
ca436f4b90
|
Merge pull request #14897 from karalabe/cardinal-sin
cmd/puppeth: remove wrapping loop in single reads
|
2017-08-05 00:34:05 +02:00 |
|
Péter Szilágyi
|
350bb6d9ca
|
Merge pull request #14898 from detailyang/patch-1
Makefile: call shell function to get pwd
|
2017-08-04 18:23:15 +02:00 |
|
detailyang
|
5e805aa865
|
Makefile: call shell function to get pwd
|
2017-08-04 23:54:30 +08:00 |
|
Péter Szilágyi
|
455fcc8309
|
cmd/puppeth: remove wrapping loop in single reads
|
2017-08-04 17:00:22 +02:00 |
|
evgk
|
0cc9b8791e
|
core/vm: fix typo in comment (#14894)
|
2017-08-04 01:31:18 +02:00 |
|
Péter Szilágyi
|
8b84bd283f
|
Merge pull request #14889 from karalabe/ethash-cache-on-import
cmd: add makecache cmd, use caches during import cmd
|
2017-08-03 18:40:21 +02:00 |
|
Péter Szilágyi
|
4a260dc1f2
|
cmd: add makecache cmd, use caches during import cmd
|
2017-08-03 18:39:34 +02:00 |
|