Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.8.12 stable #12

Merged
merged 281 commits into from
Jun 16, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
281 commits
Select commit Hold shift + click to select a range
989ab26
Merge pull request #16478 from karalabe/fix-alltools-dockerfile
karalabe Apr 10, 2018
30deb60
build: add -e and -X flags to get more information on #16433 (#16443)
ligi Apr 10, 2018
3caf16b
core: remove stray account creations in state transition (#16470)
fjl Apr 10, 2018
95d5c22
travis, appveyor: bump to Go 1.10.1
karalabe Apr 10, 2018
2e24770
travis.yml: add TEST_PACKAGES to speed up swarm testing (#16456)
acud Apr 10, 2018
34ecb49
Merge pull request #16481 from karalabe/go1.10.1
karalabe Apr 11, 2018
e7cc5b4
les: add ps.lock.Unlock() before return (#16360)
cpusoft Apr 11, 2018
0c7b99b
core/state: fix bug in copy of copy State
holiman Apr 10, 2018
5a79aca
Merge pull request #16485 from holiman/fixcopycopy
karalabe Apr 11, 2018
7205366
core/state: fix ripemd-cornercase in Copy
holiman Apr 11, 2018
7e911b8
Merge pull request #16491 from holiman/fix_copy_again
karalabe Apr 12, 2018
db48d31
core: txpool stable underprice drop order, perf fixes
karalabe Apr 12, 2018
60516c8
Merge pull request #16494 from karalabe/txpool-stable-pricedelete
karalabe Apr 12, 2018
2a1fc3d
miner: remove contention on currentMu for pending data retrievals (#1…
ryanschneider Apr 16, 2018
6b2b328
ethdb: add leveldb write delay statistic (#16499)
rjl493456442 Apr 16, 2018
de2a7bb
eth/downloader: wait for all fetcher goroutines to exit before termin…
rjl493456442 Apr 16, 2018
ec3db0f
cmd/clef, signer: initial poc of the standalone signer (#16154)
holiman Apr 16, 2018
92c6d13
light: new CHTs (#16515)
zsfelfoldi Apr 17, 2018
2423ae0
params: release Geth v1.8.4
karalabe Apr 17, 2018
7605e63
VERSION, params: begin v1.8.5 release cycle
karalabe Apr 17, 2018
ba1030b
build: enable goimports and varcheck linters (#16446)
thomasmodeneis Apr 17, 2018
49e38c9
core/asm: remove unused condition (#16487)
dm4 Apr 17, 2018
661f5f3
cmd/utils: fix help template issue for subcommands (#16351)
niuzhenguo Apr 17, 2018
52b046c
rpc: clean up IPC handler (#16524)
fjl Apr 18, 2018
c514fbc
core/asm: accept uppercase instructions (#16531)
dm4 Apr 19, 2018
8f8774c
all: fix various typos (#16533)
wuxiangzhou2010 Apr 19, 2018
8feb318
rpc: handle HTTP response error codes (#16500)
holiman Apr 19, 2018
a16f12b
whisper/whisperv6: post returns the hash of sent message (#16495)
gluk256 Apr 19, 2018
b15eb66
ethclient: add DialContext and Close (#16318)
Apr 19, 2018
744428c
vendor: update elastic/gosigar so that it compiles on OpenBSD (#16542)
Mischi Apr 21, 2018
7cf83ce
eth/downloader: fix for Issue #16539 (#16546)
Apr 23, 2018
cbdaa0c
params: release Geth v1.8.5 - Dirty Derivative²
karalabe Apr 23, 2018
50aa1dc
VERSION, params: begin Geth 1.8.6 release cycle
karalabe Apr 23, 2018
26a4dbb
cmd/geth: update the copyright year in the geth command usage (#16537)
vieyang Apr 23, 2018
3f2583d
Revert "Dockerfile.alltools: fix invalid command"
karalabe Apr 23, 2018
4f91831
Merge pull request #16550 from ethereum/revert-16478-fix-alltools-doc…
karalabe Apr 23, 2018
abd881f
Revert "cmd/puppeth: fix node deploys for updated dockerfile user"
karalabe Apr 23, 2018
7d2c730
Merge pull request #16551 from ethereum/revert-16477-puppeth-dockerfi…
karalabe Apr 23, 2018
96a6c8b
Dockerfile: revert the user change PR that broke all APIs
karalabe Apr 23, 2018
16a78b0
Merge pull request #16552 from karalabe/revert-docker-user
karalabe Apr 23, 2018
49371bf
Dockerfile: drop legacy discovery v5 port mappings
karalabe Apr 23, 2018
12683fe
params: release v1.8.6 to fix docker images
karalabe Apr 23, 2018
9586f2a
VERSION, params: begin release cycle 1.8.7
karalabe Apr 23, 2018
e7067be
cmd/geth, mobile: add memsize to pprof server (#16532)
fjl Apr 23, 2018
86be91b
core/types: avoid duplicating transactions on changing signer (#16435)
countvonzero Apr 24, 2018
b724d1a
core/state: cache missing storage entries (#16584)
fjl Apr 27, 2018
852aa14
cmd/utils: point users to --syncmode under DEPRECATED (#16572)
martinklepsch Apr 27, 2018
cfe8f5f
trie: remove unused `buf` parameter (#16583)
xincaosu Apr 27, 2018
7a7428a
core, eth: fix tracer dirty finalization
karalabe Apr 27, 2018
1da3302
Merge pull request #16588 from karalabe/tracer-dirty-fix
karalabe Apr 27, 2018
ea171d5
travis.yml: remove obsolete brew-cask install
reductionista May 1, 2018
9f6af6f
whisper: Golint fixes in whisper packages (#16637)
roveneliah May 2, 2018
a1949d0
vendor: fix leveldb crash when bigger than 1 TiB
May 1, 2018
9922943
Merge pull request #16636 from reductionista/travis
karalabe May 2, 2018
448d17b
Merge pull request #16630 from tstranex/master
karalabe May 2, 2018
0afd767
core: ensure local transactions aren't discarded as underpriced
Apr 26, 2018
8dfa4f4
evm/main: use blocknumber from genesis
holiman Apr 26, 2018
c1ea527
accounts: golint updates for this or self warning (#16627)
kielbarry May 2, 2018
d76c5ca
tests: golint fixes for tests directory (#16640)
roveneliah May 2, 2018
4a8d5d2
trie: golint iterator fixes (#16639)
roveneliah May 2, 2018
670bae4
internal: golint updates for this or self warning (#16634)
kielbarry May 2, 2018
a7720b5
core: golint updates for this or self warning (#16633)
kielbarry May 2, 2018
579ac62
Merge pull request #16576 from CrispinFlowerday/bugfix/local_underpri…
karalabe May 2, 2018
5449139
Merge pull request #16569 from holiman/evm_blocknum
karalabe May 2, 2018
58c4e03
build: Add ldflags -s -w when building aar
ligi May 2, 2018
6a01363
Merge pull request #16644 from ligi/reduce_aar_size
karalabe May 2, 2018
5d4d79a
cmd/clef: documentation about setup (#16568)
holiman May 2, 2018
66432f3
params: release geth 1.8.7
karalabe May 2, 2018
577d375
VERSION, params: begin v1.8.8 release cycle
karalabe May 2, 2018
ea1724d
log: changed if-else blocks to conform with golint (#16661)
GagziW May 3, 2018
f2447bd
p2p: changed if-else blocks to conform with golint (#16660)
GagziW May 3, 2018
7c02933
les: changed if-else blocks to conform with golint (#16658)
GagziW May 3, 2018
541f299
accounts: changed if-else blocks to conform with golint (#16654)
GagziW May 3, 2018
2ad511c
rpc: golint error with context as last parameter (#16657)
kielbarry May 3, 2018
cd9a1d5
metrics: golint updates for this or self warning (#16635)
kielbarry May 3, 2018
fd3da7c
consensus/ethash: fixed typo (#16665)
YH-Zhou May 3, 2018
60b433a
event: golint updates for this or self warning (#16631)
kielbarry May 3, 2018
5b3af4c
eth: golint updates for this or self warning (#16632)
kielbarry May 3, 2018
16f3c31
signer: fix golint errors (#16653)
roveneliah May 4, 2018
d2fe83d
whisper/mailserver: pass init error to the caller (#16671)
divan May 4, 2018
d7be5c6
common: changed if-else blocks to conform with golint (#16656)
GagziW May 7, 2018
5463ed9
mobile: add GetStatus Method for Receipt (#16598)
erichin May 7, 2018
6cf0ab3
core/rawdb: separate raw database access to own package (#16666)
karalabe May 7, 2018
a42be3b
rlp: fix some golint warnings (#16659)
kielbarry May 8, 2018
864e80a
p2p: fix some golint warnings (#16577)
kielbarry May 8, 2018
fedae95
eth/filters: derive FilterCriteria from ethereum.FilterQuery (#16629)
reductionista May 8, 2018
c4a4613
p2p/simulations/adapters: fix websocket log line parsing in exec adap…
divan May 8, 2018
eab6e5a
build: specify the key to use when invoking gpg:sign-and-deploy-file …
ligi May 8, 2018
ba975dc
crypto: fix golint warnings (#16710)
kielbarry May 8, 2018
c60f6f6
p2p: don't discard reason set by Disconnect (#16559)
gsalgado May 8, 2018
4ea493e
cmd: various golint fixes (#16700)
kielbarry May 9, 2018
4747aad
eth: golint fixes to variable names (#16711)
kielbarry May 9, 2018
4e7dc34
eth/filter: check nil pointer when unsubscribe (#16682)
rjl493456442 May 9, 2018
5dbd8b4
whisper/shhclient: update call to shh_generateSymKeyFromPassword to p…
gravityblast May 9, 2018
7beccb2
all: get rid of error when creating memory database (#16716)
rjl493456442 May 9, 2018
53a18d2
event: document select case slice use and add edge case test (#16680)
fjl May 10, 2018
fcc18f4
travis: use Android NDK 16b (#16562)
ligi May 10, 2018
784aa83
bmt: golint updates for this or self warning (#16628)
kielbarry May 10, 2018
595b47e
light: new CHT for mainnet and ropsten (#16736)
zsfelfoldi May 14, 2018
2688dab
params: release go-ethereum v1.8.8
karalabe May 14, 2018
49ec4f0
VERSION, params: start 1.8.9 release cycle
karalabe May 14, 2018
247b5f0
accounts/abi: allow abi: tags when unpacking structs
gballet May 14, 2018
ff8a033
travis: try to upgrade android builder to trusty
karalabe May 14, 2018
f6bc65f
Merge pull request #16739 from karalabe/android-trusty
karalabe May 14, 2018
6286c25
p2p/enr: updates for discovery v4 compatibility (#16679)
fjl May 17, 2018
a2e43d2
all: collate new transaction events together
rjl493456442 May 10, 2018
49719e2
core, eth: minor txpool event cleanups
karalabe May 18, 2018
579bd0f
travis, appveyor: bump Go release to 1.10.2
karalabe May 18, 2018
f9c456e
Merge pull request #16753 from karalabe/go-1.10.2
karalabe May 18, 2018
f2fdb75
core, consensus: fix some typos in comment code and output log
hadv May 19, 2018
953b5ac
Merge pull request #16720 from rjl493456442/PreTxsEvent
karalabe May 19, 2018
ab6bdbd
Merge pull request #16758 from hadv/fix/typos
karalabe May 19, 2018
d9cee2c
eth: propagate blocks and transactions async
karalabe May 21, 2018
415969f
Merge pull request #16769 from karalabe/async-broadcasts
karalabe May 21, 2018
0fe47e9
trie: fixes to comply with golint (#16771)
kielbarry May 21, 2018
09d4424
log: fixes for golint warnings (#16775)
kielbarry May 22, 2018
9af364e
node: all golint warnings fixed (#16773)
kielbarry May 22, 2018
6ce21a4
vendor, ethdb: print warning log if leveldb is performing compaction …
rjl493456442 May 22, 2018
fbf57d5
core/types: convert status type from uint to uint64 (#16784)
rjl493456442 May 23, 2018
c934c06
trie: support proof generation from the iterator
karalabe May 10, 2018
56de337
Merge pull request #16722 from karalabe/trie-iterator-proofs
karalabe May 23, 2018
be22ee8
core/vm: fix typo in instructions.go (#16788)
abeln May 23, 2018
55b579e
core: use a wrapped map to remove contention in `TxPool.Get`. (#16670)
ryanschneider May 23, 2018
d318023
trie: cleaner logic, one less func call
karalabe May 24, 2018
54294b4
Merge pull request #16803 from karalabe/trie-avoid-funccall
karalabe May 24, 2018
d6ed2f6
eth, node, trie: fix minor typos (#16802)
jsvisa May 24, 2018
ff9b146
params: release go-ethereum v1.8.9
karalabe May 28, 2018
ccc0deb
VERSION, params: begin 1.8.10 release cycle
karalabe May 28, 2018
a9c6ef6
ethereum: fix a typo in FilterQuery{} (#16827)
mohanson May 29, 2018
40a2c52
eth/fetcher: reuse variables for hash and number (#16819)
Smilenator May 29, 2018
998f656
whisper/shhclient: update call to shh_post to expect string instead o…
gravityblast May 29, 2018
84f8c0c
common: improve documentation comments (#16701)
kielbarry May 29, 2018
d258eee
core/vm: fix typo in comment
abeln May 29, 2018
7677ec1
p2p/discv5: add egress/ingress traffic metrics to discv5 udp transpor…
dshulyak May 29, 2018
426f62f
core: improve test for TransactionPriceNonceSort (#16413)
countvonzero May 29, 2018
d51faee
Merge pull request #16831 from abeln/patch-1
karalabe May 29, 2018
38c7eb0
trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)
jsvisa May 29, 2018
342ec83
core: fix transaction event asynchronicity
karalabe May 30, 2018
ca34e82
Merge pull request #16843 from karalabe/txpool-fix-deadlock
karalabe May 30, 2018
eae63c5
params: release Geth 1.8.10 hotfix
karalabe May 30, 2018
68b0d30
VERSION, params: begin 1.8.11 release cycle
karalabe May 30, 2018
0ad32d3
ethstats: fix last golint warning (#16837)
kielbarry May 30, 2018
af28d12
console: squash golint warnings (#16836)
kielbarry May 31, 2018
c8dcb95
rpc: use HTTP request context as top-level context (#16861)
ryanschneider Jun 2, 2018
3f33a7c
consensus/ethash: reduce keccak hash allocations (#16857)
fjl Jun 4, 2018
143c434
core, eth, trie: streaming GC for the trie cache (#16810)
karalabe Jun 4, 2018
17f80cc
rpc: set timeouts for http server, see #16859
holiman Jun 4, 2018
be2aec0
metrics: expvar support for ResettingTimer (#16878)
nonsense Jun 4, 2018
b659718
Merge pull request #16880 from holiman/http_timeouts
karalabe Jun 4, 2018
a20cc75
cmd/geth: cap cache allowance
rjl493456442 May 25, 2018
ed40767
Merge pull request #16800 from rjl493456442/memory_allowance_warining
karalabe Jun 4, 2018
e3a993d
core: fix typo in comment code
hadv Jun 5, 2018
7a22e89
Merge pull request #16894 from hadv/master
karalabe Jun 5, 2018
a5237a2
les: add Skip overflow check to GetBlockHeadersMsg handler (#16891)
zsfelfoldi Jun 5, 2018
400332b
eth/tracers: fix minor off-by-one error (#16879)
holiman Jun 5, 2018
2ab24a2
core: concurrent background transaction sender ecrecover
karalabe Jun 4, 2018
0029a86
miner: not call commitNewWork if it's a side block (#16751)
markya0616 Jun 5, 2018
4cf2b41
cmd/abigen: support for reading solc output from stdin (#16683)
Shadowfiend Jun 5, 2018
cbfb40b
params: fix golint warnings (#16853)
kielbarry Jun 5, 2018
5bee5d6
vendor: added vendor packages necessary for the swarm-network-rewrite…
acud Jun 5, 2018
e8ea5aa
trie: reduce hasher allocations (#16896)
fjl Jun 5, 2018
01a7e26
Merge pull request #16882 from karalabe/streaming-ecrecover
karalabe Jun 5, 2018
9e4f96a
whisper: re-insert #16757 that has been lost during a merge (#16889)
gballet Jun 5, 2018
90b2277
cmd/puppeth: fixed a typo in a wizard input query (#16910)
Swader Jun 6, 2018
feb6620
core: relax type requirement for bc in ApplyTransaction (#16901)
AlexeyAkhunov Jun 7, 2018
ea06da0
trie: avoid unnecessary slicing on shortnode decoding (#16917)
Jun 7, 2018
13af276
cmd/ethkey: add command to change key passphrase (#16516)
stevenroose Jun 8, 2018
7f0726f
metrics: return an empty snapshot for NilResettingTimer (#16930)
nonsense Jun 11, 2018
2977538
light: new CHTs for mainnet and ropsten (#16926)
zsfelfoldi Jun 11, 2018
69c52bd
ethclient: fix RPC parse error of Parity response (#16924)
stevenroose Jun 11, 2018
eac16f9
core: improve getBadBlocks to return full block rlp (#16902)
holiman Jun 11, 2018
1d666cf
rpc: fix a comment typo (#16929)
xincaosu Jun 11, 2018
99483e8
rpc: support returning nil pointer big.Ints (null)
karalabe Jun 11, 2018
9f7592c
Merge pull request #16942 from karalabe/rpc-nil-reply
karalabe Jun 11, 2018
a3267ed
trie: don't report the root flushlist as an alloc
karalabe Jun 11, 2018
b487bdf
metrics: removed repetitive calculations (#16944)
clayjacobs Jun 11, 2018
43b940e
Merge pull request #16945 from karalabe/triedb-spurious-warning
karalabe Jun 11, 2018
aab7ab0
core/rawdb: wrap db key creations (#16914)
jsvisa Jun 11, 2018
f991995
ethdb: gracefullly handle quit channel (#16794)
rjl493456442 Jun 11, 2018
90829a0
internal/ethapi: reduce pendingTransactions to O(txs+accs) from O(txs…
karalabe Jun 12, 2018
546d421
les: pass server pool to protocol manager (#16947)
zsfelfoldi Jun 12, 2018
3f06da7
metrics: fix gofmt linter warnings
karalabe Jun 12, 2018
9608ccf
Merge pull request #16959 from karalabe/fix-linters
karalabe Jun 12, 2018
85cd64d
Merge pull request #16958 from karalabe/pending-account-fast
karalabe Jun 12, 2018
0255951
crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (…
fjl Jun 12, 2018
049f5b3
core, eth, les: more efficient hash-based header chain retrieval (#16…
zsfelfoldi Jun 12, 2018
2598237
les: fix retriever logic (#16776)
zsfelfoldi Jun 12, 2018
dea1ce0
params: release go-ethereum v1.8.11
karalabe Jun 12, 2018
423d425
VERSION, params: begin v1.8.12 release cycle
karalabe Jun 12, 2018
8c4a7fa
core: change comment to match code more closely (#16963)
jcvernaleo Jun 13, 2018
1fc54d9
internal/web3ext: fix method name for enabling mutex profiling (#16964)
ryanschneider Jun 13, 2018
ea89f40
eth/fetcher: fix annotation (#16969)
jsvisa Jun 13, 2018
f04c0e3
core/asm: correct comments typo (#16975)
caesarchad Jun 14, 2018
e33a5de
console: correct some comments typo (#16971)
caesarchad Jun 14, 2018
591cef1
#15685 made peer_test.go more portable by using random free port ins…
original-brownbear Jun 14, 2018
1836366
all: library changes for swarm-network-rewrite (#16898)
acud Jun 14, 2018
947e0af
core/vm: optimize MSTORE and SLOAD (#16939)
holiman Jun 14, 2018
e75d0a6
eth/filters: make filterLogs func more readable (#16920)
knarfeh Jun 14, 2018
3fb5f3a
cmd/utils: fix NetworkId default when -dev is set (#16833)
jeremyschlatter Jun 14, 2018
de06185
travis, appveyor: update to Go 1.10.3
karalabe Jun 14, 2018
cfde0b5
Merge pull request #16977 from karalabe/go-1.10.3
karalabe Jun 14, 2018
d0fd8d6
common: all golint warnings removed (#16852)
kielbarry Jun 14, 2018
9402f96
eth: conform better to the golint standards (#16783)
williambannas Jun 14, 2018
52b1d09
core: reduce nesting in transaction pool code (#16980)
jsvisa Jun 14, 2018
c343f75
bmt: fix package documentation comment (#16909)
kielbarry Jun 14, 2018
aa34173
common/number: delete unused package (#16983)
fjl Jun 14, 2018
ec192f1
core/asm: correct comments typo (#16974)
caesarchad Jun 14, 2018
897ea01
internal/debug: use pprof goroutine writer for debug_stacks (#16892)
ryanschneider Jun 14, 2018
c95e4a8
accounts/keystore: assign schema as const instead of var (#16985)
jsvisa Jun 14, 2018
574378e
cmd: remove faucet/puppeth dead code (#16991)
jsvisa Jun 15, 2018
baa7eb9
mobile: correct comment typo in geth.go (#17021)
HusamElbashir Jun 19, 2018
3e57c33
accounts/usbwallet: correct comment typo (#17008)
HusamElbashir Jun 19, 2018
9b1536b
core: remove dead code, limit test code scope (#17006)
jsvisa Jun 19, 2018
28aca90
accounts/usbwallet: correct comment typo (#16998)
HusamElbashir Jun 19, 2018
f1986f8
signer: remove useless errorWrapper (#17003)
jsvisa Jun 19, 2018
c971ab6
travis: use NDK 17b for Android archives (#17029)
ligi Jun 20, 2018
4210dd1
tracers: fix err in 4byte, add some opcode analysis tools
holiman Jun 12, 2018
88c42ab
Merge pull request #16954 from holiman/more_tracers
karalabe Jun 20, 2018
61a5976
accounts: remove deadcode isSigned (#16990)
jsvisa Jun 20, 2018
1a70338
mobile: correct comment typo in ethereum.go (#17040)
HusamElbashir Jun 21, 2018
8db8d07
cmd/geth: remove the tail "," from genesis config (#17028)
ddean2009 Jun 21, 2018
d926bf2
trie: cache collapsed tries node, not rlp blobs (#16876)
karalabe Jun 21, 2018
e187711
swarm: network rewrite merge
Jun 20, 2018
eaff892
Merge pull request #17041 from ethersphere/swarm-network-rewrite-merge
zelig Jun 21, 2018
4895665
les: handle conn/disc/reg logic in the eventloop (#16981)
rjl493456442 Jun 25, 2018
6d8a1bf
log: Change time format
chfast Jun 22, 2018
b0cfd9c
Merge pull request #17054 from chfast/log-time-format
karalabe Jun 25, 2018
0a22ae5
swarm/fuse: Disable fuse tests, they are flaky (#17072)
gbalint Jun 25, 2018
1f0f6f0
swarm/pss: Hide big network tests under longrunning flag (#17074)
nolash Jun 25, 2018
4612918
whisper: Reduce message loop log from Warn to Info (#17055)
adriacidre Jun 26, 2018
598f786
core/vm: clear linter warnings (#17057)
gballet Jun 26, 2018
909e968
build: make build/goimports.sh more potable
hackmod Jun 26, 2018
e916f97
Merge pull request #17087 from OpenCommunityCoin/build/portable-shell
karalabe Jun 27, 2018
b5537c5
node: remove formatting from ResettingTimer metrics if requested in raw
gravityblast Jun 27, 2018
fdfd6d3
ethstats: comment minor correction (#17102)
cmingxu Jun 29, 2018
a4a2343
ethdb, core: implement delete for db batch (#17101)
rjl493456442 Jul 2, 2018
8974e2e
Merge pull request #17092 from pilu/master
karalabe Jul 2, 2018
223d943
vendor: update docker/docker/pkg/reexec so that it compiles on OpenBS…
Mischi Jul 2, 2018
319098c
trie: fix a temporary memory leak in the memcache
karalabe Jul 2, 2018
1990c9e
cmd/geth: export metrics to InfluxDB (#16979)
nonsense Jul 2, 2018
d57e85e
node: documentation typo fix (#17113)
leofantast Jul 3, 2018
4e5d1f1
core/vm: reuse bigint pools across transactions (#17070)
gballet Jul 3, 2018
9da128d
cmd/p2psim: add exit error output and exit code (#17116)
terasum Jul 3, 2018
c73b654
p2p/discover: move bond logic from table to transport (#17048)
fjl Jul 3, 2018
67a7857
Merge pull request #17111 from karalabe/trie-memleak
karalabe Jul 3, 2018
eb794af
consensus/ethash: fixed documentation typo (#17121)
Jul 4, 2018
f524ec4
light: new CHTs (#17124)
zsfelfoldi Jul 4, 2018
51df1c1
les: add announcement safety check to light fetcher (#17034)
zsfelfoldi Jul 4, 2018
3768593
params: v1.8.12 stable
fjl Jul 4, 2018
21f6631
1.8.12
TuitionCoin Jun 16, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
accounts: changed if-else blocks to conform with golint (ethereum#16654)
  • Loading branch information
GagziW authored and karalabe committed May 3, 2018
commit 541f299fbbf3c4f4f0ee49c5ecb832f08cc22656
3 changes: 1 addition & 2 deletions accounts/keystore/keystore_passphrase.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ func (ks keyStorePassphrase) StoreKey(filename string, key *Key, auth string) er
func (ks keyStorePassphrase) JoinPath(filename string) string {
if filepath.IsAbs(filename) {
return filename
} else {
return filepath.Join(ks.keysDirPath, filename)
}
return filepath.Join(ks.keysDirPath, filename)
}

// EncryptKey encrypts a key using the specified scrypt parameters into a json
Expand Down
3 changes: 1 addition & 2 deletions accounts/keystore/keystore_plain.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ func (ks keyStorePlain) StoreKey(filename string, key *Key, auth string) error {
func (ks keyStorePlain) JoinPath(filename string) string {
if filepath.IsAbs(filename) {
return filename
} else {
return filepath.Join(ks.keysDirPath, filename)
}
return filepath.Join(ks.keysDirPath, filename)
}