Felix Lange 
							
						 
					 
					
						
						
						
						
							
						
						
							e20158176d 
							
						 
					 
					
						
						
							
							les: fix goroutine leak in execQueue ( #14480 )  
						
						... 
						
						
						
						execQueue used an atomic counter to track whether the queue had been
closed, but the checking the counter didn't happen because the queue was
blocked on its channel.
Fix it by using a condition variable instead of sync/atomic. I tried an
implementation based on channels first, but it was hard to make it
reliable.
quit now waits for the queue loop to exit. 
						
					 
					
						2017-05-16 20:56:02 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							ef7b9fb7d0 
							
						 
					 
					
						
						
							
							cmd/puppeth: v4/v5 boot separation, signer gas configs ( #14453 )  
						
						
						
					 
					
						2017-05-13 02:03:56 +02:00 
						 
				 
			
				
					
						
							
							
								Lewis Marshall 
							
						 
					 
					
						
						
						
						
							
						
						
							b0d0fafd68 
							
						 
					 
					
						
						
							
							swarm/api: fix error reporting in api.Resolve ( #14464 )  
						
						... 
						
						
						
						Previously, resolve errors were being swallowed and the returned error
was a generic "not a content hash" which isn't helpful.
This updates the Resolve function to fail fast rather than only
returning an error at the end, and also adds test coverage. 
						
					 
					
						2017-05-13 02:02:25 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							90c7155ef4 
							
						 
					 
					
						
						
							
							mobile: accept nil for chainid as homestead signing ( #14463 )  
						
						
						
					 
					
						2017-05-13 02:00:39 +02:00 
						 
				 
			
				
					
						
							
							
								Koustubh Sinkar 
							
						 
					 
					
						
						
						
						
							
						
						
							df4e7eccf5 
							
						 
					 
					
						
						
							
							containers/vagrant: add support for CentOS ( #14380 )  
						
						... 
						
						
						
						CentOS has been added as a multi-machine option to the Vagrant script.
Ubuntu is still the default option. For starting the CentOS machine, use:
   vagrant up centos 
						
					 
					
						2017-05-13 01:59:03 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							7c707d14d1 
							
						 
					 
					
						
						
							
							Merge pull request  #14454  from karalabe/mobile-surface-txrlp  
						
						... 
						
						
						
						mobile: add toString & rlp/json encoding for protocol types 
						
					 
					
						2017-05-11 17:53:15 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							953a995116 
							
						 
					 
					
						
						
							
							mobile: add toString & rlp/json encoding for protocol types  
						
						
						
					 
					
						2017-05-11 17:25:40 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							c5840ce12f 
							
						 
					 
					
						
						
							
							Merge pull request  #14452  from karalabe/dual-bootnodes  
						
						... 
						
						
						
						cmd, node: support different bootnodes, fix default light port 
						
					 
					
						2017-05-10 21:00:22 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b3989de6a 
							
						 
					 
					
						
						
							
							cmd, node: support different bootnodes, fix default light port  
						
						
						
					 
					
						2017-05-10 17:51:52 +03:00 
						 
				 
			
				
					
						
							
							
								bas-vk 
							
						 
					 
					
						
						
						
						
							
						
						
							40976ea1a0 
							
						 
					 
					
						
						
							
							README: update attach instructions for testnet users ( #14448 )  
						
						
						
					 
					
						2017-05-09 16:06:07 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							d18b509e40 
							
						 
					 
					
						
						
							
							Merge pull request  #14441  from karalabe/receipt-data-regression  
						
						... 
						
						
						
						core: fix processing regression during receipt import 
						
					 
					
						2017-05-08 12:37:01 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							2e4d23a793 
							
						 
					 
					
						
						
							
							Merge pull request  #14427  from zsfelfoldi/compress  
						
						... 
						
						
						
						common/bitutil: added data compression algorithm 
						
					 
					
						2017-05-08 12:30:35 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							60293820b7 
							
						 
					 
					
						
						
							
							core: fix processing regression during receipt import  
						
						
						
					 
					
						2017-05-08 12:09:35 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							82defe5c56 
							
						 
					 
					
						
						
							
							common/compress: internalize encoders, add length wrappers  
						
						
						
					 
					
						2017-05-08 11:38:25 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							dd483d7d0d 
							
						 
					 
					
						
						
							
							Merge pull request  #14440  from karalabe/cocoapods-confirm-fix  
						
						... 
						
						
						
						travis: adapt build script to new travis VM settings 
						
					 
					
						2017-05-08 11:26:35 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dddebe469b 
							
						 
					 
					
						
						
							
							travis: adapt build script to new travis VM settings  
						
						
						
					 
					
						2017-05-08 11:22:08 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf19586cfb 
							
						 
					 
					
						
						
							
							common/bitutil: fix decompression corner cases; fuzz, test & bench  
						
						
						
					 
					
						2017-05-06 19:06:17 +03:00 
						 
				 
			
				
					
						
							
							
								Zsolt Felfoldi 
							
						 
					 
					
						
						
						
						
							
						
						
							fd5d51c9ae 
							
						 
					 
					
						
						
							
							common/bitutil: added data compression algorithm  
						
						
						
					 
					
						2017-05-05 20:24:48 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							2ec5cf1673 
							
						 
					 
					
						
						
							
							Merge pull request  #14423  from karalabe/bitutil  
						
						... 
						
						
						
						common/bitutil, consensus/ethash: reusable bitutil package 
						
					 
					
						2017-05-05 18:23:08 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							36a800a1d2 
							
						 
					 
					
						
						
							
							common/bitutil, consensus/ethash: reusable bitutil package  
						
						
						
					 
					
						2017-05-05 16:00:11 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							93832b633e 
							
						 
					 
					
						
						
							
							VERSION, params: begin 1.6.2 release cycle  
						
						
						
					 
					
						2017-05-04 14:34:59 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							021c3c2816 
							
						 
					 
					
						
						
							
							params: release Geth 1.6.1, Deripors of Ohratuu  
						
						
						
					 
					
						2017-05-04 14:11:45 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							ff2c966e7f 
							
						 
					 
					
						
						
							
							Merge pull request  #14418  from karalabe/rinkeby-flag  
						
						... 
						
						
						
						cmd, core, params: add --rinkeby flag for fast connectivity 
						
					 
					
						2017-05-04 13:54:02 +03:00 
						 
				 
			
				
					
						
							
							
								Martin Holst Swende 
							
						 
					 
					
						
						
						
						
							
						
						
							14cc40a31a 
							
						 
					 
					
						
						
							
							Hive-test fixes ( #14419 )  
						
						... 
						
						
						
						* core: Fix for consensus test gasLimit > 2^63-1 https://github.com/ethereum/tests/blob/develop/BlockchainTests/bcInvalidHeaderTest.json#L238 
* core: fix testcase for uncle gasUsage > gasLimit : https://github.com/ethereum/tests/blob/develop/BlockchainTests/EIP150/bcUncleHeaderValiditiy.json#L986 
* math/big: rename TTM63m1 -> MaxBig63, + go fmt
* core: documentation 
						
					 
					
						2017-05-04 13:53:42 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							881df0e629 
							
						 
					 
					
						
						
							
							Merge pull request  #14413  from bas-vk/cli-chain-mngt  
						
						... 
						
						
						
						Migrate remaining flags/command to new style 
						
					 
					
						2017-05-04 13:31:09 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							1c2f6f5597 
							
						 
					 
					
						
						
							
							Merge pull request  #14402  from karalabe/tiered-faucet  
						
						... 
						
						
						
						cmd/faucet, cmd/puppeth: support multi-tiered faucet 
						
					 
					
						2017-05-04 13:07:41 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d51a9fd6b7 
							
						 
					 
					
						
						
							
							cmd, core, params: add --rinkeby flag for fast connectivity  
						
						
						
					 
					
						2017-05-04 12:36:20 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							464f30d301 
							
						 
					 
					
						
						
							
							cmd/faucet: fix period to days conversion  
						
						
						
					 
					
						2017-05-04 11:43:18 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8a28408616 
							
						 
					 
					
						
						
							
							cmd/faucet, cmd/puppeth: support multi-tiered faucet  
						
						
						
					 
					
						2017-05-04 11:42:43 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							e1dc7ece62 
							
						 
					 
					
						
						
							
							Merge pull request  #14414  from gluk256/77_release  
						
						... 
						
						
						
						build: wnode added to the build configuration 
						
					 
					
						2017-05-03 16:45:39 +03:00 
						 
				 
			
				
					
						
							
							
								Vlad 
							
						 
					 
					
						
						
						
						
							
						
						
							99127ff2e7 
							
						 
					 
					
						
						
							
							build: wnode added to the build configuration  
						
						
						
					 
					
						2017-05-03 15:36:02 +02:00 
						 
				 
			
				
					
						
							
							
								Bas van Kervel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81d6ec908a 
							
						 
					 
					
						
						
							
							cmd/geth: migrate dumpconfig command/flags  
						
						
						
					 
					
						2017-05-03 14:39:07 +02:00 
						 
				 
			
				
					
						
							
							
								Bas van Kervel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38b4fc8069 
							
						 
					 
					
						
						
							
							cmd/geth: migrate bug command/flags  
						
						
						
					 
					
						2017-05-03 14:33:08 +02:00 
						 
				 
			
				
					
						
							
							
								Bas van Kervel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							11ab73f6d8 
							
						 
					 
					
						
						
							
							cmd/geth: migrate metric command/flags  
						
						
						
					 
					
						2017-05-03 14:33:08 +02:00 
						 
				 
			
				
					
						
							
							
								Bas van Kervel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							18e9cb1187 
							
						 
					 
					
						
						
							
							cmd/geth: reorganise misc commands/flags  
						
						
						
					 
					
						2017-05-03 14:33:07 +02:00 
						 
				 
			
				
					
						
							
							
								Bas van Kervel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							502a2bd69f 
							
						 
					 
					
						
						
							
							cmd/geth: reorganise console/attach commands/flags  
						
						
						
					 
					
						2017-05-03 14:33:07 +02:00 
						 
				 
			
				
					
						
							
							
								Bas van Kervel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8b517d7f00 
							
						 
					 
					
						
						
							
							cmd/geth: reorganise chain commands/flags  
						
						
						
					 
					
						2017-05-03 14:33:03 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							cad071009d 
							
						 
					 
					
						
						
							
							Merge pull request  #14412  from karalabe/init-both-chains  
						
						... 
						
						
						
						cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneously 
						
					 
					
						2017-05-03 14:32:24 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							181a3309df 
							
						 
					 
					
						
						
							
							cmd/geth, cmd/utils: init/removedb on light/full dbs simultaneously  
						
						
						
					 
					
						2017-05-03 13:35:47 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							02fa3e3179 
							
						 
					 
					
						
						
							
							Merge pull request  #14411  from karalabe/clique-double-sign  
						
						... 
						
						
						
						consensus/clique: fix overflow on recent signer check around genesis 
						
					 
					
						2017-05-03 11:45:36 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							a8eafcdc0e 
							
						 
					 
					
						
						
							
							Merge pull request  #13885  from bas-vk/rpc_generic_pubsub  
						
						... 
						
						
						
						rpc: support subscriptions under custom namespaces 
						
					 
					
						2017-05-03 11:41:07 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bcf2465b0b 
							
						 
					 
					
						
						
							
							consensus/clique: fix overflow on recent signer check around genesis  
						
						
						
					 
					
						2017-05-03 11:01:06 +03:00 
						 
				 
			
				
					
						
							
							
								nicky g 
							
						 
					 
					
						
						
						
						
							
						
						
							c3dc01caf1 
							
						 
					 
					
						
						
							
							README: add config to genesis.json ( #14373 )  
						
						... 
						
						
						
						README: add config to genesis.json 
						
					 
					
						2017-05-03 09:10:36 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							cf4faa491a 
							
						 
					 
					
						
						
							
							cmd/puppeth, vendor: update ssh, manage server keys ( #14398 )  
						
						
						
					 
					
						2017-05-03 09:09:34 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							59966255ad 
							
						 
					 
					
						
						
							
							Merge pull request  #14407  from karalabe/ethash-generation-race  
						
						... 
						
						
						
						consensus/ethash: fix a timestamp update race 
						
					 
					
						2017-05-03 09:17:01 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f8acc0af7e 
							
						 
					 
					
						
						
							
							consensus/ethash: fix a timestamp update race  
						
						
						
					 
					
						2017-05-02 16:48:36 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							02a29060d2 
							
						 
					 
					
						
						
							
							Merge pull request  #14406  from karalabe/downloader-sensitive-code  
						
						... 
						
						
						
						eth/downloader: fix a potential issue against future refactors 
						
					 
					
						2017-05-02 16:31:31 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							0255ed6335 
							
						 
					 
					
						
						
							
							Merge pull request  #14403  from fjl/console-number  
						
						... 
						
						
						
						console: avoid float64 when remarshaling parameters 
						
					 
					
						2017-05-02 16:24:34 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96c2ab22e0 
							
						 
					 
					
						
						
							
							eth/downloader: fix a potential issue against future refactors  
						
						
						
					 
					
						2017-05-02 16:14:35 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
						
						
							
						
						
							5494e6e7ab 
							
						 
					 
					
						
						
							
							Merge pull request  #14399  from bas-vk/rpc-cors  
						
						... 
						
						
						
						rpc: disable CORS if user has not specified a custom config 
						
					 
					
						2017-05-02 15:53:47 +03:00