Anton Evangelatov 
							
						 
					 
					
						
						
							
						
						a5d5609e38 
					 
					
						
						
							
							build: rename swarm deb package to ethereum-swarm; change swarm deb version from 1.8.x to 0.3.x ( #16988 )  
						
						... 
						
						
						
						* build: add support for different package and binary names
* build: bump up copyright date
* build: change default PackageName to empty string
* build, internal, swarm: enhance build/release process
* build: hack ethereum-swarm as a "depends" in deb package
* build/ci: remove redundant variables
* build, cmd, mobile, params, swarm: remove VERSION file; rename Version to VersionMeta;
* internal: remove VERSION() method which reads VERSION file
* build: fix VersionFilePath to Version
* Makefile: remove clean_go_build_cache.sh until it works
* Makefile: revert removal of clean_go_build_cache.sh 
						
						
					 
					
						2018-07-30 11:56:40 +03:00 
						 
				 
			
				
					
						
							
							
								Raghav Sood 
							
						 
					 
					
						
						
							
						
						11a402f747 
					 
					
						
						
							
							core: report progress on log chain exports ( #17066 )  
						
						... 
						
						
						
						* core/blockchain: export progress
* core: polish up chain export progress report a bit 
						
						
					 
					
						2018-07-26 14:26:24 +03:00 
						 
				 
			
				
					
						
							
							
								a e r t h 
							
						 
					 
					
						
						
							
						
						021d6fbbbb 
					 
					
						
						
							
							cmd: prevent accidental invalid commands ( #17248 )  
						
						... 
						
						
						
						* cmd: stop parsing bootnodes if one is invalid
* cmd/geth: require valid command as argument (or no arg) 
						
						
					 
					
						2018-07-26 13:57:20 +03:00 
						 
				 
			
				
					
						
							
							
								Wenbiao Zheng 
							
						 
					 
					
						
						
							
						
						894022a3d5 
					 
					
						
						
							
							cmd/geth: clean up call to SelfDerive ( #16970 )  
						
						
						
						
					 
					
						2018-07-24 02:09:24 +02:00 
						 
				 
			
				
					
						
							
							
								Roc Yu 
							
						 
					 
					
						
						
							
						
						96116758d2 
					 
					
						
						
							
							cmd/geth: fix golint issue ( #17176 )  
						
						
						
						
					 
					
						2018-07-16 10:33:58 +03:00 
						 
				 
			
				
					
						
							
							
								Kurkó Mihály 
							
						 
					 
					
						
						
							
						
						a9835c1816 
					 
					
						
						
							
							cmd, dashboard, log: log collection and exploration ( #17097 )  
						
						... 
						
						
						
						* cmd, dashboard, internal, log, node: logging feature
* cmd, dashboard, internal, log: requested changes
* dashboard, vendor: gofmt, govendor, use vendored file watcher
* dashboard, log: gofmt -s -w, goimports
* dashboard, log: gosimple 
						
						
					 
					
						2018-07-11 10:59:04 +03:00 
						 
				 
			
				
					
						
							
							
								Wenbiao Zheng 
							
						 
					 
					
						
						
							
						
						fbeb4f20f9 
					 
					
						
						
							
							cmd/geth: fix usage formatting ( #17136 )  
						
						
						
						
					 
					
						2018-07-09 11:41:28 +03:00 
						 
				 
			
				
					
						
							
							
								LeoLiao 
							
						 
					 
					
						
						
							
						
						4dbefc1f25 
					 
					
						
						
							
							cmd/geth: fixed comment typo ( #17140 )  
						
						
						
						
					 
					
						2018-07-09 11:38:52 +03:00 
						 
				 
			
				
					
						
							
							
								Anton Evangelatov 
							
						 
					 
					
						
						
							
						
						1990c9e621 
					 
					
						
						
							
							cmd/geth: export metrics to InfluxDB ( #16979 )  
						
						... 
						
						
						
						* cmd/geth: add flags for metrics export
* cmd/geth: update usage fields for metrics flags
* metrics/influxdb: update reporter logger to adhere to geth logging convention 
						
						
					 
					
						2018-07-02 15:51:02 +03:00 
						 
				 
			
				
					
						
							
							
								nobody 
							
						 
					 
					
						
						
							
						
						8db8d074e2 
					 
					
						
						
							
							cmd/geth: remove the tail "," from genesis config ( #17028 )  
						
						... 
						
						
						
						remove the tail "," from genesis config,  which will cause genesis config parse error . 
						
						
					 
					
						2018-06-21 10:44:39 +03:00 
						 
				 
			
				
					
						
							
							
								rjl493456442 
							
						 
					 
					
						
						
							
						
						a20cc75b4a 
					 
					
						
						
							
							cmd/geth: cap cache allowance  
						
						
						
						
					 
					
						2018-06-04 13:46:39 +03:00 
						 
				 
			
				
					
						
							
							
								kiel barry 
							
						 
					 
					
						
						
							
						
						4ea493e7eb 
					 
					
						
						
							
							cmd: various golint fixes ( #16700 )  
						
						... 
						
						
						
						* cmd: various golint fixes
* cmd: update to pr change request
* cmd: update to pr change request 
						
						
					 
					
						2018-05-09 10:38:03 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						6cf0ab38bd 
					 
					
						
						
							
							core/rawdb: separate raw database access to own package ( #16666 )  
						
						
						
						
					 
					
						2018-05-07 14:35:06 +03:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						e7067be94f 
					 
					
						
						
							
							cmd/geth, mobile: add memsize to pprof server ( #16532 )  
						
						... 
						
						
						
						* cmd/geth, mobile: add memsize to pprof server
This is a temporary change, to be reverted before the next release.
* cmd/geth: fix variable name 
						
						
					 
					
						2018-04-23 16:20:39 +03:00 
						 
				 
			
				
					
						
							
							
								Vie 
							
						 
					 
					
						
						
							
						
						26a4dbb467 
					 
					
						
						
							
							cmd/geth: update the copyright year in the geth command usage ( #16537 )  
						
						
						
						
					 
					
						2018-04-23 13:45:43 +03:00 
						 
				 
			
				
					
						
							
							
								Wuxiang 
							
						 
					 
					
						
						
							
						
						8f8774cf6d 
					 
					
						
						
							
							all: fix various typos ( #16533 )  
						
						... 
						
						
						
						* fix typo
* fix typo
* fix typo 
						
						
					 
					
						2018-04-19 16:32:02 +03:00 
						 
				 
			
				
					
						
							
							
								Zhenguo Niu 
							
						 
					 
					
						
						
							
						
						c43792a42c 
					 
					
						
						
							
							cmd/geth: update template for 'geth bug' command ( #16350 )  
						
						
						
						
					 
					
						2018-04-06 12:42:11 +02:00 
						 
				 
			
				
					
						
							
							
								Nguyen Sy Thanh Son 
							
						 
					 
					
						
						
							
						
						2a4bd55b43 
					 
					
						
						
							
							cmd/geth: remove relOracle variable ( #16434 )  
						
						
						
						
					 
					
						2018-04-04 12:22:26 +02:00 
						 
				 
			
				
					
						
							
							
								Guillaume Ballet 
							
						 
					 
					
						
						
							
						
						cf799e5eaa 
					 
					
						
						
							
							whisper: switch all remaining components from v5 to v6  
						
						
						
						
					 
					
						2018-03-26 16:36:14 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						495bdb0c71 
					 
					
						
						
							
							cmd: export preimages in RLP, support GZIP, uniform with block export  
						
						
						
						
					 
					
						2018-03-26 14:08:01 +03:00 
						 
				 
			
				
					
						
							
							
								rjl493456442 
							
						 
					 
					
						
						
							
						
						b6b6f52ec8 
					 
					
						
						
							
							cmd: implement preimage dump and import cmds  
						
						
						
						
					 
					
						2018-03-26 12:51:46 +03:00 
						 
				 
			
				
					
						
							
							
								Guillaume Ballet 
							
						 
					 
					
						
						
							
						
						3d013c1939 
					 
					
						
						
							
							whisper: some components are still using v5, switch to v6  
						
						
						
						
					 
					
						2018-03-22 15:48:52 +01:00 
						 
				 
			
				
					
						
							
							
								Kurkó Mihály 
							
						 
					 
					
						
						
							
						
						39c16c8a1e 
					 
					
						
						
							
							cmd, ethdb, vendor: integrate leveldb iostats ( #16277 )  
						
						... 
						
						
						
						* cmd, dashboard, ethdb, vendor: send iostats to dashboard
* ethdb: change names
* ethdb: handle parsing errors
* ethdb: handle iostats syntax error
* ethdb: r -> w 
						
						
					 
					
						2018-03-08 14:59:00 +02:00 
						 
				 
			
				
					
						
							
							
								Kurkó Mihály 
							
						 
					 
					
						
						
							
						
						704840a8ad 
					 
					
						
						
							
							cmd, dashboard: use webpack dev server, remove custom assets ( #16263 )  
						
						... 
						
						
						
						* cmd, dashboard: remove custom assets, webpack dev server
* dashboard: yarn commands, small fixes 
						
						
					 
					
						2018-03-08 10:22:21 +02:00 
						 
				 
			
				
					
						
							
							
								Domino Valdano 
							
						 
					 
					
						
						
							
						
						d398d04e27 
					 
					
						
						
							
							cmd/geth: fix broken links to JavaScript-Console wiki in cmd line help ( #16183 )  
						
						... 
						
						
						
						* Fixed broken link to JavaScript-Console wiki in cmd line help
* cmd/geth: Added missing r in 'JavaScript' 
						
						
					 
					
						2018-02-26 11:38:17 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						01507d9b9d 
					 
					
						
						
							
							cmd, console: support all termination signals  
						
						
						
						
					 
					
						2018-02-21 15:23:10 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Holst Swende 
							
						 
					 
					
						
						
							
						
						de93a9d437 
					 
					
						
						
							
							main: add gc flags to import-command  
						
						
						
						
					 
					
						2018-02-15 09:16:59 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Holst Swende 
							
						 
					 
					
						
						
							
						
						589b603a9b 
					 
					
						
						
							
							rpc: dns rebind protection ( #15962 )  
						
						... 
						
						
						
						* cmd,node,rpc: add allowedHosts to prevent dns rebinding attacks
* p2p,node: Fix bug with dumpconfig introduced in r54aeb8e4c0bb9f0e7a6c67258af67df3b266af3d
* rpc: add wildcard support for rpcallowedhosts + go fmt
* cmd/geth, cmd/utils, node, rpc: ignore direct ip(v4/6) addresses in rpc virtual hostnames check
* http, rpc, utils: make vhosts into map, address review concerns
* node: change log messages to use geth standard (not sprintf)
* rpc: fix spelling 
						
						
					 
					
						2018-02-12 14:52:07 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						55599ee95d 
					 
					
						
						
							
							core, trie: intermediate mempool between trie and database ( #15857 )  
						
						... 
						
						
						
						This commit reduces database I/O by not writing every state trie to disk. 
						
						
					 
					
						2018-02-05 17:40:32 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						1bf508b449 
					 
					
						
						
							
							accounts/abi/bind: support event filtering in abigen  
						
						
						
						
					 
					
						2018-01-24 10:54:13 +02:00 
						 
				 
			
				
					
						
							
							
								Kurkó Mihály 
							
						 
					 
					
						
						
							
						
						938cf4528a 
					 
					
						
						
							
							dashboard: deep state update, version in footer ( #15837 )  
						
						... 
						
						
						
						* dashboard: footer, deep state update
* dashboard: resolve asset path
* dashboard: remove bundle.js
* dashboard: prevent state update on every reconnection
* dashboard: fix linter issue
* dashboard, cmd: minor UI fix, include commit hash
* remove geth binary
* dashboard: gitCommit renamed to commit
* dashboard: move the geth version to the right, make commit optional
* dashboard: commit limited to 7 characters
* dashboard: limit commit length on client side
* dashboard: run go generate 
						
						
					 
					
						2018-01-15 11:20:00 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						bd0dbfa2a8 
					 
					
						
						
							
							cmd/geth: user friendly light miner error  
						
						
						
						
					 
					
						2018-01-12 11:59:18 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						413cc5b0c8 
					 
					
						
						
							
							cmd/geth: remove trailing newline in license command ( #15782 )  
						
						
						
						
					 
					
						2018-01-02 12:48:19 +01:00 
						 
				 
			
				
					
						
							
							
								Sorin Neacsu 
							
						 
					 
					
						
						
							
						
						1d7d7f57d0 
					 
					
						
						
							
							cmd/geth: add support for geth --rinkeby attach  
						
						
						
						
					 
					
						2017-12-15 13:31:10 -08:00 
						 
				 
			
				
					
						
							
							
								Sorin Neacsu 
							
						 
					 
					
						
						
							
						
						6e613cf3de 
					 
					
						
						
							
							cmd/geth: add support for geth attach --testnet ( #15597 )  
						
						
						
						
					 
					
						2017-12-05 11:17:38 +01:00 
						 
				 
			
				
					
						
							
							
								Maximilian Meister 
							
						 
					 
					
						
						
							
						
						8f35e3086c 
					 
					
						
						
							
							cmd/geth: fix geth attach --datadir=... ( #15517 )  
						
						
						
						
					 
					
						2017-11-28 14:00:00 +01:00 
						 
				 
			
				
					
						
							
							
								Martin Holst Swende 
							
						 
					 
					
						
						
							
						
						bedf6f40af 
					 
					
						
						
							
							cmd/geth: make geth account new faster with many keys ( #15529 )  
						
						
						
						
					 
					
						2017-11-20 17:39:53 +01:00 
						 
				 
			
				
					
						
							
							
								Kurkó Mihály 
							
						 
					 
					
						
						
							
						
						ba62215d9e 
					 
					
						
						
							
							cmd, dashboard: dashboard using React, Material-UI, Recharts ( #15393 )  
						
						... 
						
						
						
						* cmd, dashboard: dashboard using React, Material-UI, Recharts
* cmd, dashboard, metrics: initial proof of concept dashboard
* dashboard: delete blobs
* dashboard: gofmt -s -w .
* dashboard: minor text and code polishes 
						
						
					 
					
						2017-11-14 19:34:00 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						6d6a5a9337 
					 
					
						
						
							
							cmd, consensus, core, miner: instatx clique for --dev ( #15323 )  
						
						... 
						
						
						
						* cmd, consensus, core, miner: instatx clique for --dev
* cmd, consensus, clique: support configurable --dev block times
* cmd, core: allow --dev to use persistent storage too 
						
						
					 
					
						2017-10-24 13:40:42 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						35767dfd0c 
					 
					
						
						
							
							cmd, eth: separate out FakePeer for future reuse  
						
						
						
						
					 
					
						2017-10-10 15:52:11 +03:00 
						 
				 
			
				
					
						
							
							
								Nick Johnson 
							
						 
					 
					
						
						
							
						
						345332906c 
					 
					
						
						
							
							cmd: Added support for copying data to another DB instance  
						
						
						
						
					 
					
						2017-10-10 15:52:10 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						ef0edc6e32 
					 
					
						
						
							
							Merge pull request  #14885  from karalabe/trezor-boom  
						
						... 
						
						
						
						accounts, console, internal: support trezor hardware wallet 
						
						
					 
					
						2017-08-14 18:52:40 +03:00 
						 
				 
			
				
					
						
							
							
								Maximilian Meister 
							
						 
					 
					
						
						
							
						
						2b422b1a47 
					 
					
						
						
							
							cmd/geth, cmd/swarm: sort commands and flags by name ( #3462 )  
						
						
						
						
					 
					
						2017-08-11 13:29:05 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						5d9ac49c7e 
					 
					
						
						
							
							accounts: refactor API for generalized USB wallets  
						
						
						
						
					 
					
						2017-08-09 13:26:07 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						db568a61e2 
					 
					
						
						
							
							accounts, console, internal: support trezor hardware wallet  
						
						
						
						
					 
					
						2017-08-09 11:30:17 +03:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						4a260dc1f2 
					 
					
						
						
							
							cmd: add makecache cmd, use caches during import cmd  
						
						
						
						
					 
					
						2017-08-03 18:39:34 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						bdf98b4fcd 
					 
					
						
						
							
							common: EIP55-compliant Address.Hex() ( #14815 )  
						
						... 
						
						
						
						This patch updates the Address type in common/types.go so that the Hex
function provides an EIP55-compliant output string. The implementation is pretty lightweight; 
on my laptop the benchmark gives 1100ns/op, with the majority of that value due to the Keccak hash. 
						
						
					 
					
						2017-07-31 12:22:02 +02:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						3d32690b54 
					 
					
						
						
							
							cmd, core, eth: journal local transactions to disk ( #14784 )  
						
						... 
						
						
						
						* core: reduce txpool event loop goroutines and sync structs
* cmd, core, eth: journal local transactions to disk
* core: journal replacement pending transactions too
* core: separate transaction journal from pool 
						
						
					 
					
						2017-07-28 15:09:39 +02:00 
						 
				 
			
				
					
						
							
							
								Jim McDonald 
							
						 
					 
					
						
						
							
						
						688ee6d1e5 
					 
					
						
						
							
							cmd/geth: update tests for EIP55-compliant Address.Hex()  
						
						
						
						
					 
					
						2017-07-16 13:29:20 +01:00 
						 
				 
			
				
					
						
							
							
								Péter Szilágyi 
							
						 
					 
					
						
						
							
						
						4f7a38001f 
					 
					
						
						
							
							Merge pull request  #14737  from holiman/txpool_localaccounts  
						
						... 
						
						
						
						Txpool localaccounts 
						
						
					 
					
						2017-07-10 12:43:23 +03:00