Felix Lange 
							
						 
					 
					
						
						
							
						
						adab2e16bd 
					 
					
						
						
							
							rpc: remove HexBytes, replace all uses with hexutil.Bytes  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-20 14:35:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Lange 
							
						 
					 
					
						
						
							
						
						a3e3235d97 
					 
					
						
						
							
							rpc: improve error messages for invalid arguments  
						
						 
						
						... 
						
						
						
						The message now includes the index of the invalid arg. 
						
						
							
						
					 
					
						2016-12-20 14:35:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Lange 
							
						 
					 
					
						
						
							
						
						2be3c4b0e3 
					 
					
						
						
							
							internal/jsre: fix built-in inspect function  
						
						 
						
						... 
						
						
						
						inspect was broken by ffaf58f0a9  (May 2016!).
Looks like nobody uses this function. 
						
						
							
						
					 
					
						2016-12-20 14:35:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						0ee796632a 
					 
					
						
						
							
							eth, miner: verify PoW in the remote agent to notify submitter ( #3438 )  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-20 02:14:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick Johnson 
							
						 
					 
					
						
						
							
						
						1fe67c125d 
					 
					
						
						
							
							eth/filters: add FindOnce for iterator-like operation ( #3435 )  
						
						 
						
						... 
						
						
						
						This commit introduces a FindOnce method for filters. FindOnce finds the next block that
matches the filter and returns all matching logs from that block. If there are no further
matching logs, it returns a nil slice. This method allows callers to iterate over large
sets of logs progressively.
The changes introduce a small inefficiency relating to mipmaps: the first time a filter is
called, it acts as if all mipmaps are matched, and thus iterates several blocks near the
requested start point. This is in the interest of simplicity and avoiding duplicate mipmap
lookups each time FindOnce is called. 
						
						
							
						
					 
					
						2016-12-20 02:00:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gluk256 
							
						 
					 
					
						
						
							
						
						ba996f5e27 
					 
					
						
						
							
							whisper: refactoring ( #3411 )  
						
						 
						
						... 
						
						
						
						* whisper: refactored message processing
* whisper: final polishing
* whisper: logging updated
* whisper: moved the check, changed the default PoW
* whisper: refactoring of message queuing
* whisper: refactored parameters 
						
						
							
						
					 
					
						2016-12-20 00:58:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						64bf5bafe9 
					 
					
						
						
							
							Merge pull request  #3403  from VoR0220/fixedPointsAbi  
						
						 
						
						... 
						
						
						
						accounts/abi: prepare ABI to handle fixed point types 
						
						
							
						
					 
					
						2016-12-19 14:22:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						4d05bbf2a4 
					 
					
						
						
							
							accounts/abi: clean up PR and add type parsing tests  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-19 14:11:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								VoR0220 
							
						 
					 
					
						
						
							
						
						471990f771 
					 
					
						
						
							
							accounts/abi: prepare ABI to handle fixed point types  
						
						 
						
						... 
						
						
						
						Signed-off-by: VoR0220 <rj@erisindustries.com > 
						
						
							
						
					 
					
						2016-12-19 14:11:11 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						7b623aab9d 
					 
					
						
						
							
							Merge pull request  #3454  from karalabe/allow-zeroprice-tx  
						
						 
						
						... 
						
						
						
						core: allow zero priced transactions from inexistent accounts too 
						
						
							
						
					 
					
						2016-12-19 12:23:46 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						e871ae1270 
					 
					
						
						
							
							Merge pull request  #3453  from fjl/api-sign-recover-hex  
						
						 
						
						... 
						
						
						
						internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover} 
						
						
							
						
					 
					
						2016-12-19 11:49:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						c44830ebf3 
					 
					
						
						
							
							core, light: allow zero cost txs from inexistent accounts too  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-16 13:30:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Lange 
							
						 
					 
					
						
						
							
						
						3e4a04f34d 
					 
					
						
						
							
							internal/ethapi: fix hex handling for eth_sign, personal_{sign,recover}  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-16 11:32:51 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						38827dd9ca 
					 
					
						
						
							
							Merge pull request  #3445  from karalabe/govet-ip-signal  
						
						 
						
						... 
						
						
						
						p2p/nat: fix a bytes based net.IP comparison 
						
						
							
						
					 
					
						2016-12-15 16:51:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						21fd9f037e 
					 
					
						
						
							
							p2p/nat: fix a bytes based net.IP comparison  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-15 16:28:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						033763eaf7 
					 
					
						
						
							
							Merge pull request  #3442  from karalabe/discv5-fix-ip-comparison  
						
						 
						
						... 
						
						
						
						p2p/discover, p2p/discv5: use flexible comparison for IPs 
						
						
							
						
					 
					
						2016-12-14 19:15:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						2573094df2 
					 
					
						
						
							
							p2p/discover, p2p/discv5: use flexible comparison for IPs  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-14 18:40:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						745026b7b4 
					 
					
						
						
							
							Merge pull request  #3433  from karalabe/badblock-order-fix  
						
						 
						
						... 
						
						
						
						core: import future blocks one-by-one, enfore chain ancestry 
						
						
							
						
					 
					
						2016-12-14 16:45:48 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						a07d955eaa 
					 
					
						
						
							
							Merge pull request  #3441  from karalabe/begin-1.5.6-cycle  
						
						 
						
						... 
						
						
						
						VERSION, params: start Geth 1.5.6 development cycle 
						
						
							
						
					 
					
						2016-12-14 16:28:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						9d6f4e2e7f 
					 
					
						
						
							
							VERSION, params: start Geth 1.5.6 development cycle  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-14 16:27:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						ff07d54843 
					 
					
						
						
							
							Merge pull request  #3440  from karalabe/release-1.5.5  
						
						 
						
						... 
						
						
						
						params: stable version 1.5.5 
						
						
							
  v1.5.5
 
						
					 
					
						2016-12-14 16:06:54 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						e53879328c 
					 
					
						
						
							
							params: stable version 1.5.5  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-14 15:57:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						b792412d31 
					 
					
						
						
							
							Merge pull request  #3430  from karalabe/miner-pending-race  
						
						 
						
						... 
						
						
						
						miner: clean up unconfirmed mined block tracking 
						
						
							
						
					 
					
						2016-12-14 15:05:50 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						49c6f1053c 
					 
					
						
						
							
							Merge pull request  #3421  from ethersphere/s/swarm-cmd  
						
						 
						
						... 
						
						
						
						cmd/swarm: one command  with subcommands 
						
						
							
						
					 
					
						2016-12-14 12:26:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						4d960f6dc6 
					 
					
						
						
							
							Merge pull request  #3439  from karalabe/drop-deprecated-wily  
						
						 
						
						... 
						
						
						
						build: Ubuntu wily was officially deprecated, drop support 
						
						
							
						
					 
					
						2016-12-14 12:18:03 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						8941665896 
					 
					
						
						
							
							build: Ubuntu wily was officially deprecated, drop support  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-14 11:45:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						9cc0f60666 
					 
					
						
						
							
							Merge pull request  #3429  from bas-vk/txpool-crash  
						
						 
						
						... 
						
						
						
						core: init pending state in tx pool on creation 
						
						
							
						
					 
					
						2016-12-14 11:17:39 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						fdb8edf5ea 
					 
					
						
						
							
							Merge pull request  #3427  from Arachnid/gzipdump  
						
						 
						
						... 
						
						
						
						cmd/utils, eth: Add gzip support for chain dump and restore 
						
						
							
						
					 
					
						2016-12-14 11:15:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick Johnson 
							
						 
					 
					
						
						
							
						
						9ba9fe818d 
					 
					
						
						
							
							cmd/utils, eth: Add gzip support for chain dump and restore  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-14 08:59:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zelig 
							
						 
					 
					
						
						
							
						
						92224d27b1 
					 
					
						
						
							
							cmd/swarm: testnet bootnodes IP address change  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-14 08:14:52 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						157a4bd926 
					 
					
						
						
							
							Merge pull request  #3437  from karalabe/update-ci-go1.7.4  
						
						 
						
						... 
						
						
						
						travis, appveyor: build with Go 1.7.4 
						
						
							
						
					 
					
						2016-12-13 22:30:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						29d6881112 
					 
					
						
						
							
							travis, appveyor: build with Go 1.7.4  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 19:54:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						e2692921e1 
					 
					
						
						
							
							Merge pull request  #3434  from karalabe/drop-legacy-android  
						
						 
						
						... 
						
						
						
						cmd/geth: drop legacy android code 
						
						
							
						
					 
					
						2016-12-13 18:53:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						b63138c3ec 
					 
					
						
						
							
							cmd/geth: drop legacy android code  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 18:17:49 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						a59fcc33e6 
					 
					
						
						
							
							core: import future blocks one-by-one, enfore chain ancestry  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 16:19:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						07311f3157 
					 
					
						
						
							
							miner: rename pending to unconformed, add bounds and ops tests  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 15:10:52 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						17637ed1bb 
					 
					
						
						
							
							miner: clean up unconfirmed mined block tracking  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 14:31:32 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						f15828e901 
					 
					
						
						
							
							Merge pull request  #3431  from karalabe/miner-race-fixes  
						
						 
						
						... 
						
						
						
						Miner race fixes 
						
						
							
						
					 
					
						2016-12-13 14:30:26 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						dadd689359 
					 
					
						
						
							
							miner: fix data race on setting etherbase/extradata  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 14:04:05 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						b750cab56a 
					 
					
						
						
							
							miner: fix a race between remote agent start/loop  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 14:03:57 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zelig 
							
						 
					 
					
						
						
							
						
						485748c416 
					 
					
						
						
							
							cmd/swarm: improve uploader output and add defaultpath option  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 12:54:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zelig 
							
						 
					 
					
						
						
							
						
						080699f7df 
					 
					
						
						
							
							cmd/swarm: ethapi not required  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 12:54:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zelig 
							
						 
					 
					
						
						
							
						
						8e35f54931 
					 
					
						
						
							
							cmd/swarm: trim trailing slash from bzzapi url  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 12:54:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zelig 
							
						 
					 
					
						
						
							
						
						d44f1a77ee 
					 
					
						
						
							
							cmd/swarm: add default bootnodes for testnet 3  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 12:54:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zelig 
							
						 
					 
					
						
						
							
						
						4181046488 
					 
					
						
						
							
							swarm/network, cmd/swarm: swarm default network id is 3 (to match Ropsten)  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 12:54:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zelig 
							
						 
					 
					
						
						
							
						
						d7c398b638 
					 
					
						
						
							
							build: add swarm command to binary packages, update README  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 12:54:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								zelig 
							
						 
					 
					
						
						
							
						
						5f5d0aa4ff 
					 
					
						
						
							
							cmd/swarm: subsume cmd/bzz* as subcommands under swarm  
						
						 
						
						... 
						
						
						
						cmd/swarm: subsume cmd/bzz* under cmd/swarm as subcommands 
						
						
							
						
					 
					
						2016-12-13 12:54:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Bas van Kervel 
							
						 
					 
					
						
						
							
						
						9f1520b4c0 
					 
					
						
						
							
							core: init pending state in tx pool on creation  
						
						 
						
						
						
						
							
						
					 
					
						2016-12-13 10:38:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Lange 
							
						 
					 
					
						
						
							
						
						a98e8c0889 
					 
					
						
						
							
							Merge pull request  #3413  from zsfelfoldi/light-topic4  
						
						 
						
						... 
						
						
						
						les, p2p/discv5: implement server pool, improve peer selection, light fetcher and topic searching 
						
						
							
						
					 
					
						2016-12-12 20:46:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						ee445a2ba4 
					 
					
						
						
							
							Merge pull request  #3425  from karalabe/netstats-time-fixup  
						
						 
						
						... 
						
						
						
						netstats: time and block history 
						
						
							
						
					 
					
						2016-12-12 14:55:00 +02:00