Felix Lange 
							
						 
					 
					
						
						
							
						
						6e7e5d5fd5 
					 
					
						
						
							
							eth, whisper: fix msg.Payload reads  
						
						
						
						
					 
					
						2015-03-04 13:25:01 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						15f491e500 
					 
					
						
						
							
							Clean up REPL  
						
						
						
						
					 
					
						2015-03-04 12:18:26 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						f0b2ea64fc 
					 
					
						
						
							
							Merge branch 'jsonlogs' of  https://github.com/ethersphere/go-ethereum  into ethersphere-jsonlogs  
						
						... 
						
						
						
						Conflicts:
	eth/block_pool.go
	eth/block_pool_test.go
	eth/protocol_test.go
	miner/worker.go 
						
						
					 
					
						2015-03-03 20:30:05 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						313fe3861b 
					 
					
						
						
							
							fixed pow stuff  
						
						
						
						
					 
					
						2015-03-03 17:55:23 +01:00 
						 
				 
			
				
					
						
							
							
								zelig 
							
						 
					 
					
						
						
							
						
						fc47f0f27b 
					 
					
						
						
							
							add eth.chain.received.new_block log to eth protocol  
						
						
						
						
					 
					
						2015-03-03 15:43:05 +07:00 
						 
				 
			
				
					
						
							
							
								Taylor Gerring 
							
						 
					 
					
						
						
							
						
						e31ec57f88 
					 
					
						
						
							
							Add event eth.tx.received  
						
						
						
						
					 
					
						2015-03-02 08:17:09 -06:00 
						 
				 
			
				
					
						
							
							
								zelig 
							
						 
					 
					
						
						
							
						
						16ecda951b 
					 
					
						
						
							
							integrate blockpool into eth  
						
						... 
						
						
						
						- remove blockpool code
- remove blockpool integration test (kinda embarrassing)
- remove errors.go 
						
						
					 
					
						2015-02-25 20:38:37 +07:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						cc43ab9a81 
					 
					
						
						
							
							Minor updates for release  
						
						
						
						
					 
					
						2015-02-20 18:05:46 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						d8ac267f41 
					 
					
						
						
							
							dirty tracking for state objects fixed  
						
						
						
						
					 
					
						2015-02-20 14:01:30 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						56f777b2fc 
					 
					
						
						
							
							cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API  
						
						
						
						
					 
					
						2015-02-06 00:03:59 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						1d519854e2 
					 
					
						
						
							
							Propagate known transactions to new peers on connect  
						
						
						
						
					 
					
						2015-02-04 17:28:54 -08:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						1337a8dfb1 
					 
					
						
						
							
							upped pv  
						
						
						
						
					 
					
						2015-01-28 21:34:08 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						35f4bb96f3 
					 
					
						
						
							
							Limit hashes.  Closes   #249  
						
						
						
						
					 
					
						2015-01-09 16:44:09 +01:00 
						 
				 
			
				
					
						
							
							
								zelig 
							
						 
					 
					
						
						
							
						
						43ed0ed1ae 
					 
					
						
						
							
							no need to call AddBlockHashes when receiving new block  
						
						
						
						
					 
					
						2015-01-09 05:06:04 +00:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						25e6c4eff8 
					 
					
						
						
							
							Adjusted difficulty and skip get tx messages  
						
						
						
						
					 
					
						2015-01-06 14:02:47 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						a76b7dadae 
					 
					
						
						
							
							Don't auto push jeff ...  
						
						
						
						
					 
					
						2015-01-06 13:39:01 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						4e7f53adf0 
					 
					
						
						
							
							Changed to poc-8 & removed GetTxs  
						
						
						
						
					 
					
						2015-01-06 13:31:08 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						eb0e7b1b81 
					 
					
						
						
							
							eth, p2p: remove EncodeMsg from p2p.MsgWriter  
						
						... 
						
						
						
						...and make it a top-level function instead.
The original idea behind having EncodeMsg in the interface was that
implementations might be able to encode RLP data to their underlying
writer directly instead of buffering the encoded data. The encoder
will buffer anyway, so that doesn't matter anymore.
Given the recent problems with EncodeMsg (copy-pasted implementation
bug) I'd rather implement once, correctly. 
						
						
					 
					
						2015-01-06 12:23:38 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						6abf8ef78f 
					 
					
						
						
							
							Merge  
						
						
						
						
					 
					
						2015-01-05 17:10:42 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						530953050a 
					 
					
						
						
							
							Updated protocol version  
						
						
						
						
					 
					
						2015-01-02 17:35:00 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						4cd79d8ddd 
					 
					
						
						
							
							Refactored block & Transaction  
						
						... 
						
						
						
						* Includes new rlp decoder 
						
						
					 
					
						2014-12-23 13:48:44 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						455241debb 
					 
					
						
						
							
							Removed goroutine from "Run"  
						
						
						
						
					 
					
						2014-12-15 17:09:06 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						96272e19a6 
					 
					
						
						
							
							removed filter manager from base  
						
						
						
						
					 
					
						2014-12-15 12:34:06 +01:00 
						 
				 
			
				
					
						
							
							
								zelig 
							
						 
					 
					
						
						
							
						
						01dc1c1394 
					 
					
						
						
							
							blockpool rewritten , tests broken FIXME  
						
						
						
						
					 
					
						2014-12-14 20:42:08 +00:00 
						 
				 
			
				
					
						
							
							
								zelig 
							
						 
					 
					
						
						
							
						
						4dfce4624d 
					 
					
						
						
							
							protocol  
						
						... 
						
						
						
						- new interface explicit backend components txPool, chainManager, blockPool
- added protoErrorDisconnect for blockpool callback (FIXME: handling peer disconnects) 
						
						
					 
					
						2014-12-14 20:40:08 +00:00 
						 
				 
			
				
					
						
							
							
								zelig 
							
						 
					 
					
						
						
							
						
						2dd8f41147 
					 
					
						
						
							
							eth protocol changes  
						
						... 
						
						
						
						- changed backend interface
- using callbacks for blockPool
- use rlp stream for lazy decoding
- use peer as logger
- add id (peer pubkey) to ethProtocol fields
- add testPeer to protocol test (temporary) 
						
						
					 
					
						2014-12-14 20:37:07 +00:00 
						 
				 
			
				
					
						
							
							
								zelig 
							
						 
					 
					
						
						
							
						
						0add0c400f 
					 
					
						
						
							
							initial commit for eth-p2p integration  
						
						
						
						
					 
					
						2014-12-14 20:34:28 +00:00 
						 
				 
			
				
					
						
							
							
								zelig 
							
						 
					 
					
						
						
							
						
						c44e025898 
					 
					
						
						
							
							protocol  
						
						... 
						
						
						
						- new interface explicit backend components txPool, chainManager, blockPool
- added protoErrorDisconnect for blockpool callback (FIXME: handling peer disconnects) 
						
						
					 
					
						2014-12-14 20:27:06 +00:00 
						 
				 
			
				
					
						
							
							
								zelig 
							
						 
					 
					
						
						
							
						
						d957dd2c9f 
					 
					
						
						
							
							eth protocol changes  
						
						... 
						
						
						
						- changed backend interface
- using callbacks for blockPool
- use rlp stream for lazy decoding
- use peer as logger
- add id (peer pubkey) to ethProtocol fields
- add testPeer to protocol test (temporary) 
						
						
					 
					
						2014-12-14 20:27:06 +00:00 
						 
				 
			
				
					
						
							
							
								zelig 
							
						 
					 
					
						
						
							
						
						e5aa38cb0f 
					 
					
						
						
							
							initial commit for eth-p2p integration  
						
						
						
						
					 
					
						2014-12-14 20:27:05 +00:00