obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							1c872ddf4b 
							
						 
					 
					
						
						
							
							Changed how logs are being recorded  
						
						... 
						
						
						
						Logs are now recorded per transactions instead of tossing them out after
each transaction. This should also fix an issue with
`eth_getFilterLogs` (#629 ) Also now implemented are the `transactionHash,
blockHash, transactionIndex, logIndex` on logs. Closes  #654 . 
						
					 
					
						2015-04-08 17:15:45 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
						
						
							
						
						
							2591883a18 
							
						 
					 
					
						
						
							
							Use logger.Error instead of 0 with glog  
						
						
						
					 
					
						2015-04-07 12:48:19 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
						
						
							
						
						
							3f306f63d4 
							
						 
					 
					
						
						
							
							Forward and log EC recover err and remove dup pubkey len check  
						
						
						
					 
					
						2015-04-07 12:48:19 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							a0e44e3281 
							
						 
					 
					
						
						
							
							basic glog  
						
						
						
					 
					
						2015-04-04 12:40:11 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							f49e398ebe 
							
						 
					 
					
						
						
							
							bool => int  
						
						
						
					 
					
						2015-04-03 12:28:55 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							c59c826ab4 
							
						 
					 
					
						
						
							
							fixed stack level  
						
						
						
					 
					
						2015-04-03 11:27:56 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
						
						
							
						
						
							c26c8d3a44 
							
						 
					 
					
						
						
							
							Read most protocol params from common/params.json  
						
						... 
						
						
						
						* Add params package with exported variables generated from
  github.com/ethereum/common/blob/master/params.json
* Use params package variables in applicable places
* Add check for minimum gas limit in validation of block's gas limit
* Remove common/params.json from go-ethereum to avoid
  outdated version of it 
						
					 
					
						2015-04-02 06:22:32 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							516ec28544 
							
						 
					 
					
						
						
							
							sha3 stack check  
						
						
						
					 
					
						2015-04-01 17:51:22 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							96cf776f81 
							
						 
					 
					
						
						
							
							Check stack for BALANCE.  Closes   #622  
						
						
						
					 
					
						2015-04-01 17:45:38 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							0a554a1f27 
							
						 
					 
					
						
						
							
							Blocktest fixed, Execution fixed  
						
						... 
						
						
						
						* Added new CreateAccount method which properly overwrites previous
  accounts (excluding balance)
* Fixed block tests (100% success) 
						
					 
					
						2015-04-01 10:53:32 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							61c5edcb57 
							
						 
					 
					
						
						
							
							Cleanup.  
						
						
						
					 
					
						2015-03-29 15:02:49 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							af153e7884 
							
						 
					 
					
						
						
							
							Merge branch 'fix_ecrecover' of  https://github.com/ebuchman/go-ethereum  into ebuchman-fix_ecrecover  
						
						
						
					 
					
						2015-03-29 13:34:41 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							368ebe63a9 
							
						 
					 
					
						
						
							
							Cleanup VM.  
						
						... 
						
						
						
						* CALLDATA use getData
* removed old context get range value
* removed casting big => int for some cases
* pc now big int #457  
						
					 
					
						2015-03-28 20:30:38 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							3b7e4173ce 
							
						 
					 
					
						
						
							
							Cleanup VM  
						
						
						
					 
					
						2015-03-28 20:03:25 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							3ea8c7301e 
							
						 
					 
					
						
						
							
							PUSH gas fix  
						
						
						
					 
					
						2015-03-27 16:53:05 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							df648cbc60 
							
						 
					 
					
						
						
							
							Removed comments  
						
						
						
					 
					
						2015-03-27 16:11:19 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							8a22cd5e6c 
							
						 
					 
					
						
						
							
							Removed defer/panic.  #503  
						
						
						
					 
					
						2015-03-27 16:09:57 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							00f8319faf 
							
						 
					 
					
						
						
							
							Explicitly check memory's data store.  #515  
						
						
						
					 
					
						2015-03-27 14:22:38 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							c32bca45ad 
							
						 
					 
					
						
						
							
							Stack limit  
						
						
						
					 
					
						2015-03-26 17:45:09 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							ff9d66e096 
							
						 
					 
					
						
						
							
							Cleaned up changes  
						
						
						
					 
					
						2015-03-24 15:23:16 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							23bccbbc58 
							
						 
					 
					
						
						
							
							Modified according to poc 9 changes  
						
						... 
						
						
						
						* Refund of value 
						
					 
					
						2015-03-24 15:15:17 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							ebf4408d73 
							
						 
					 
					
						
						
							
							Decrement depth  
						
						
						
					 
					
						2015-03-23 21:48:31 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							0330077d76 
							
						 
					 
					
						
						
							
							moved state and vm to core  
						
						
						
					 
					
						2015-03-23 16:59:09 +01:00