Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						fece1fa9be 
					 
					
						
						
							
							Merge pull request  #2024  from obscuren/exp-logs  
						
						... 
						
						
						
						core: added a new RemovedLogEvent 
						
						
					 
					
						2015-12-03 22:27:44 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						02356b36d6 
					 
					
						
						
							
							crypto/secp256k1: remove dependency on libgmp  
						
						... 
						
						
						
						Turns out we actually don't need it, USE_NUM_NONE works
because we also set USE_FIELD_INV_BUILTIN. 
						
						
					 
					
						2015-12-03 21:12:13 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						6d3a924283 
					 
					
						
						
							
							Merge pull request  #2036  from karalabe/ios-arm64-cross  
						
						... 
						
						
						
						Makefile: support 64bit ARM iOS cross builds 
						
						
					 
					
						2015-12-03 21:09:09 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						9acec62cf8 
					 
					
						
						
							
							Makefile: support 64bit ARM iOS cross builds  
						
						
						
						
					 
					
						2015-12-03 20:33:24 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						abb53644c6 
					 
					
						
						
							
							p2p: always allow dynamic dials if network not disabled  
						
						
						
						
					 
					
						2015-12-03 11:45:35 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						3eebeae363 
					 
					
						
						
							
							Merge pull request  #2032  from karalabe/linux-arm64-cross  
						
						... 
						
						
						
						Makefile: enable 64-bit ARM builds on Linux 
						
						
					 
					
						2015-12-02 21:27:52 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						98d68cfa91 
					 
					
						
						
							
							Makefile: enable 64-bit ARM builds on Linux  
						
						
						
						
					 
					
						2015-12-02 16:57:15 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						888e7bc765 
					 
					
						
						
							
							Merge pull request  #1862  from Gustav-Simonsson/libsecp256k1_ecdh  
						
						... 
						
						
						
						crypto, crypto/secp256k1: use libsecp256k1 for scalar multiplication 
						
						
					 
					
						2015-12-02 13:19:33 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						8db9d44ca9 
					 
					
						
						
							
							Merge pull request  #2025  from karalabe/windows-account-unlock-testfix  
						
						... 
						
						
						
						accounts: increase re-lock timeout to account for slow CI servers 
						
						
					 
					
						2015-12-01 13:23:31 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						2d4c228933 
					 
					
						
						
							
							Merge pull request  #2022  from karalabe/multiversion-arm-builds  
						
						... 
						
						
						
						Makefile: build ARM v5/v6/v7, drop high API mobile clients 
						
						
					 
					
						2015-12-01 13:40:22 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						96d86740a1 
					 
					
						
						
							
							Merge pull request  #2005  from zsfelfoldi/light-trie  
						
						... 
						
						
						
						Trie error handling 
						
						
					 
					
						2015-12-01 12:28:26 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						23031b1554 
					 
					
						
						
							
							Merge pull request  #2021  from fjl/fix-etherbase-no-accounts  
						
						... 
						
						
						
						cmd/utils: restore starting geth without any accounts and etherbase 
						
						
					 
					
						2015-12-01 12:21:25 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						2e43414c79 
					 
					
						
						
							
							accounts: increase re-lock timeout to account for slow CI servers  
						
						
						
						
					 
					
						2015-12-01 13:20:43 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						9901a40f04 
					 
					
						
						
							
							core: added a new RemovedLogEvent  
						
						... 
						
						
						
						When a chain reorganisation occurs we collect the logs that were deleted
during the chain reorganisation. The removed logs are posted to the
event mux indicating that those were deleted during the reorg. 
						
						
					 
					
						2015-12-01 12:12:30 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						d648e96b3d 
					 
					
						
						
							
							cmd/utils: restore starting geth without any accounts and etherbase  
						
						... 
						
						
						
						Also remove some duplication around address/index parsing. 
						
						
					 
					
						2015-12-01 11:55:52 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						391ca61678 
					 
					
						
						
							
							Makefile: build ARM v5/v6/v7, drop high API mobile clients  
						
						
						
						
					 
					
						2015-12-01 12:40:55 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						f801ec78ce 
					 
					
						
						
							
							Merge pull request  #2020  from bas-vk/issue2016  
						
						... 
						
						
						
						eth package creates new event mux 
						
						
					 
					
						2015-12-01 11:13:57 +01:00 
						 
				 
			
				
					
						
							
							
								Bas van Kervel 
							
						 
					 
					
						
						
							
						
						61ca14bc44 
					 
					
						
						
							
							eth: use global event mux instead  
						
						
						
						
					 
					
						2015-12-01 11:01:40 +01:00 
						 
				 
			
				
					
						
							
							
								zsfelfoldi 
							
						 
					 
					
						
						
							
						
						52904ae32f 
					 
					
						
						
							
							trie: added error handling  
						
						... 
						
						
						
						Created alternate versions of Trie and SecureTrie functions that can return a MissingNodeError (used by ODR services) 
						
						
					 
					
						2015-12-01 01:38:32 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						f4a6470a7b 
					 
					
						
						
							
							Merge pull request  #2015  from bas-vk/console-instance-name  
						
						... 
						
						
						
						console: fix instance name printed incorrect on start 
						
						
					 
					
						2015-11-30 14:46:21 +01:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
							
						
						c8ad64f33c 
					 
					
						
						
							
							crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult  
						
						... 
						
						
						
						thanks to Felix Lange (fjl) for help with design & impl 
						
						
					 
					
						2015-11-30 13:43:32 +01:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
							
						
						27a50c8f4b 
					 
					
						
						
							
							core/secp256k1: update libsecp256k1 Go wrapper and tests  
						
						
						
						
					 
					
						2015-11-30 13:24:04 +01:00 
						 
				 
			
				
					
						
							
							
								Bas van Kervel 
							
						 
					 
					
						
						
							
						
						1ead43c88c 
					 
					
						
						
							
							console: fix instance name printed incorrect on start  
						
						
						
						
					 
					
						2015-11-30 09:49:10 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						66d47ced48 
					 
					
						
						
							
							Merge pull request  #2014  from karalabe/enable-ios-builds  
						
						... 
						
						
						
						Makefile: enable iOS experimental builds (fix prev omission) 
						
						
					 
					
						2015-11-29 17:18:34 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						9af4065243 
					 
					
						
						
							
							Makefile: enable iOS experimental builds (fix prev omission)  
						
						
						
						
					 
					
						2015-11-29 17:52:52 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						a0d203a874 
					 
					
						
						
							
							Merge pull request  #2011  from karalabe/fix-hex-address  
						
						... 
						
						
						
						common: fix  #2008 , wrong hex prefix check 
						
						
					 
					
						2015-11-27 19:16:31 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						18ea468cf8 
					 
					
						
						
							
							common:  fix   #2008 , wrong hex prefix check  
						
						
						
						
					 
					
						2015-11-27 19:32:46 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						7dde2b902c 
					 
					
						
						
							
							Merge pull request  #1970  from karalabe/customizable-protocol-stacks  
						
						... 
						
						
						
						Customizable protocol stacks 
						
						
					 
					
						2015-11-27 10:41:22 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						3e1000fda3 
					 
					
						
						
							
							cmd, eth, node, rpc, xeth: use single-instance services  
						
						
						
						
					 
					
						2015-11-27 11:06:12 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						1e806c4c77 
					 
					
						
						
							
							cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks  
						
						
						
						
					 
					
						2015-11-27 11:06:12 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						8a44451edf 
					 
					
						
						
							
							cmd: drop blocktest command, create gethrpctest program  
						
						
						
						
					 
					
						2015-11-27 11:06:12 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						9e1d9bff3b 
					 
					
						
						
							
							node: customizable protocol and service stacks  
						
						
						
						
					 
					
						2015-11-27 11:06:12 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						ffe58bf5ab 
					 
					
						
						
							
							Merge pull request  #2002  from karalabe/ios-cross-builds  
						
						... 
						
						
						
						Makefile: add support for iOS cross compilation 
						
						
					 
					
						2015-11-26 23:00:59 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						de75d542f3 
					 
					
						
						
							
							Merge pull request  #1999  from karalabe/javascript-timer-argcheck  
						
						... 
						
						
						
						jrse: fix  #1082 , fail if setTimeout/setInterval lack callback 
						
						
					 
					
						2015-11-26 23:00:36 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						b9db5b37f2 
					 
					
						
						
							
							Merge pull request  #2001  from obscuren/fixes  
						
						... 
						
						
						
						cmd, crypto: updated web3 
						
						
					 
					
						2015-11-26 23:00:05 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						b1e0143444 
					 
					
						
						
							
							cmd, crypto: fixed nil public keys and updated web3  
						
						
						
						
					 
					
						2015-11-26 13:38:53 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						168d0e9e45 
					 
					
						
						
							
							Merge pull request  #1996  from obscuren/whisper-spam-fix  
						
						... 
						
						
						
						whisper: fixed broadcast race 
						
						
					 
					
						2015-11-25 13:19:45 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						a0bf2ea7e7 
					 
					
						
						
							
							accounts/abi: added output parsing & added call mechanism  
						
						... 
						
						
						
						Added calling mechanism and return value parsing 
						
						
					 
					
						2015-11-25 12:23:29 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						5f0a4416db 
					 
					
						
						
							
							whisper: fixed broadcast race  
						
						... 
						
						
						
						Whisper's expire and broadcast loops happen in two separate go routines.
Whenever an envelope is being expired it's removed from the set of
envelopes and it looses all information about the envelope, including
the "known hash". After the envelope has been removed it can be
re-accepted by a broadcasting peer putting back the envelope in the set
of envelopes. Since the envelope broadcast loop is separate of the
expire loop expired messages may be broadcast to other peer, resulting
in messages **never** being dropped.
This PR includes an expire check before adding new messages to the set
of envelopes. 
						
						
					 
					
						2015-11-25 12:10:47 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						83a22b457c 
					 
					
						
						
							
							Makefile: support library build modes  
						
						
						
						
					 
					
						2015-11-24 19:49:08 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						2c42e54519 
					 
					
						
						
							
							Makefile: add support for iOS cross compilation  
						
						
						
						
					 
					
						2015-11-24 17:24:43 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						b0fb48c389 
					 
					
						
						
							
							Merge pull request  #1988  from bas-vk/issue1971  
						
						... 
						
						
						
						miner: bugfix where blockhash in receipts and logs is left empty 
						
						
					 
					
						2015-11-24 10:55:07 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						f27e826b14 
					 
					
						
						
							
							jrse:  fix   #1082 , fail if setTimeout/setInterval lack callback  
						
						
						
						
					 
					
						2015-11-23 13:03:31 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav-Simonsson 
							
						 
					 
					
						
						
							
						
						ae9e9efa31 
					 
					
						
						
							
							Merge pull request  #1991  from Gustav-Simonsson/common_tests  
						
						... 
						
						
						
						Update common test files 
						
						
					 
					
						2015-11-23 10:26:21 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						6bb29aebee 
					 
					
						
						
							
							Merge pull request  #1666  from obscuren/create-transaction  
						
						... 
						
						
						
						rpc/api, xeth: added signTransaction method 
						
						
					 
					
						2015-11-20 21:36:56 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						314c031ff2 
					 
					
						
						
							
							Merge pull request  #1995  from karalabe/parametrize-crosscompile-go  
						
						... 
						
						
						
						Makefile: individual platforms, configurable Go runtime 
						
						
					 
					
						2015-11-20 21:10:21 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						fea819f74f 
					 
					
						
						
							
							Makefile: individual platforms, configurable Go runtime  
						
						
						
						
					 
					
						2015-11-20 16:06:35 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
							
						
						220b0bf6e5 
					 
					
						
						
							
							Update common test files  
						
						
						
						
					 
					
						2015-11-20 12:53:36 +01:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						f16fab91c8 
					 
					
						
						
							
							Merge pull request  #1953  from karalabe/switch-to-fast-peers  
						
						... 
						
						
						
						eth/downloader: fetch data proportionally to peer capacity 
						
						
					 
					
						2015-11-19 18:48:53 +01:00 
						 
				 
			
				
					
						
							
							
								Bas van Kervel 
							
						 
					 
					
						
						
							
						
						98cbe1356e 
					 
					
						
						
							
							miner: bugfix were blockhash in receipts and logs is left empty  
						
						
						
						
					 
					
						2015-11-19 16:02:49 +01:00