Gustav Simonsson 
							
						 
					 
					
						
						
							
						
						e1616f77c7 
					 
					
						
						
							
							core, core/vm, cmd/evm: remove redundant balance check  
						
						
						
						
					 
					
						2015-10-06 12:42:34 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						7c7692933c 
					 
					
						
						
							
							cmd/geth, cmd/utils, core, rpc: renamed to blockchain  
						
						... 
						
						
						
						* Renamed ChainManager to BlockChain
* Checkpointing is no longer required and never really properly worked
when the state was corrupted. 
						
						
					 
					
						2015-10-04 01:13:56 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						361082ec4b 
					 
					
						
						
							
							cmd/evm, core/vm, test: refactored VM and core  
						
						... 
						
						
						
						* Moved `vm.Transfer` to `core` package and changed execution to call
`env.Transfer` instead of `core.Transfer` directly.
* core/vm: byte code VM moved to jump table instead of switch
* Moved `vm.Transfer` to `core` package and changed execution to call
  `env.Transfer` instead of `core.Transfer` directly.
* Byte code VM now shares the same code as the JITVM
* Renamed Context to Contract
* Changed initialiser of state transition & unexported methods
* Removed the Execution object and refactor `Call`, `CallCode` &
  `Create` in to their own functions instead of being methods.
* Removed the hard dep on the state for the VM. The VM now
  depends on a Database interface returned by the environment. In the
  process the core now depends less on the statedb by usage of the env
* Moved `Log` from package `core/state` to package `core/vm`. 
						
						
					 
					
						2015-10-04 01:13:54 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
							
						
						b81a6e6ab8 
					 
					
						
						
							
							core, core/vm, core/state: remove unused functions  
						
						
						
						
					 
					
						2015-09-10 21:10:58 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
							
						
						7324176f70 
					 
					
						
						
							
							Add tests for uncle timestamps and refactor timestamp type  
						
						
						
						
					 
					
						2015-08-25 04:46:11 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						9cacec70f9 
					 
					
						
						
							
							cmd/evm, core/vm, tests: changed DisableVm to EnableVm  
						
						
						
						
					 
					
						2015-08-11 18:43:22 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						32395ddb89 
					 
					
						
						
							
							core/vm: fixed jit error & added inline docs  
						
						... 
						
						
						
						opNumber did not create a new big int which could lead to the block's
number being modified. 
						
						
					 
					
						2015-08-11 00:16:38 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						eec38c5853 
					 
					
						
						
							
							cmd/geth, core/vm: setup vm settings and defaulted JIT disabled  
						
						
						
						
					 
					
						2015-08-09 02:06:16 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						ac697326a6 
					 
					
						
						
							
							core/vm: reduced big int allocations  
						
						... 
						
						
						
						Reduced big int allocation by making stack items modifiable. Instead of
adding items such as `common.Big0` to the stack, `new(big.Int)` is
added instead. One must expect that any item that is added to the stack
might change. 
						
						
					 
					
						2015-08-07 12:52:23 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						184e9ae9a8 
					 
					
						
						
							
							core, tests: reduced state copy by N calls  
						
						... 
						
						
						
						Reduced the amount of state copied that are required by N calls by doing
a balance check prior to any state modifications. 
						
						
					 
					
						2015-08-07 12:52:23 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						846f34f78b 
					 
					
						
						
							
							core/vm, tests: implemented semi-jit vm  
						
						... 
						
						
						
						* changed stack and removed stack ptr. Let go decide on slice reuse. 
						
						
					 
					
						2015-08-07 12:52:17 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						bfbcfbe4a9 
					 
					
						
						
							
							all: fix license headers one more time  
						
						... 
						
						
						
						I forgot to update one instance of "go-ethereum" in commit 3f047be5a 
						
						
					 
					
						2015-07-23 18:35:11 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						3f047be5aa 
					 
					
						
						
							
							all: update license headers to distiguish GPL/LGPL  
						
						... 
						
						
						
						All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library". 
						
						
					 
					
						2015-07-22 18:51:45 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						8b5a65c14a 
					 
					
						
						
							
							core/vm: added str to op  
						
						
						
						
					 
					
						2015-07-09 17:08:33 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						4fb28e0dab 
					 
					
						
						
							
							all: goimports -w  
						
						
						
						
					 
					
						2015-07-07 14:12:45 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						bdae4fd573 
					 
					
						
						
							
							all: add some godoc synopsis comments  
						
						
						
						
					 
					
						2015-07-07 14:12:45 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						ea54283b30 
					 
					
						
						
							
							all: update license information  
						
						
						
						
					 
					
						2015-07-07 14:12:44 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						e6bb9c1cad 
					 
					
						
						
							
							core, miner: removed vm errors from consensus err checking  
						
						... 
						
						
						
						Removed VM errors from the consensus errors. They now used for output
only. 
						
						
					 
					
						2015-07-06 12:43:05 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
							
						
						0f04af5916 
					 
					
						
						
							
							Fix core error forwarding, unify OOG VM err  
						
						
						
						
					 
					
						2015-07-04 09:27:42 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
							
						
						4c490db6af 
					 
					
						
						
							
							Use uint64 for block header timestamp  
						
						
						
						
					 
					
						2015-06-30 10:52:11 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						430bcdb219 
					 
					
						
						
							
							core/vm: clarified SSTORE  
						
						
						
						
					 
					
						2015-06-18 12:25:02 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						f5abc9f188 
					 
					
						
						
							
							core, core/vm: state improvements and tx pool speed up  
						
						... 
						
						
						
						Removed full tx validation during state transitions 
						
						
					 
					
						2015-06-17 17:10:22 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						753d62a4dd 
					 
					
						
						
							
							core: TMP testing code  
						
						
						
						
					 
					
						2015-06-17 17:10:13 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						787a61bb27 
					 
					
						
						
							
							core/state, core/vm: reworked storage get / set to use common.Hash  
						
						
						
						
					 
					
						2015-06-17 11:24:40 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						5721fcf668 
					 
					
						
						
							
							core/state, core/vm: cleanup refunds  
						
						
						
						
					 
					
						2015-06-17 10:20:33 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						287f990891 
					 
					
						
						
							
							core/vm: Improved error reporting for trace logging  
						
						
						
						
					 
					
						2015-06-12 13:35:14 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						02d629af8f 
					 
					
						
						
							
							core/vm: fixed printable characters using unicode instead  
						
						
						
						
					 
					
						2015-06-12 11:18:17 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						f599a1b5f1 
					 
					
						
						
							
							core/vm: added a comment regarding the uint64 vs *big.Int  
						
						
						
						
					 
					
						2015-06-11 11:59:30 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						e7627623b9 
					 
					
						
						
							
							core/vm: reverse loop stack  
						
						
						
						
					 
					
						2015-06-10 21:08:54 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						f94c5473ad 
					 
					
						
						
							
							core/vm: fixed a bug where Data ignored the stack ptr  
						
						
						
						
					 
					
						2015-06-10 21:08:04 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						10af69b57c 
					 
					
						
						
							
							core, core/vm: moved logger and added gas cost to struct logging  
						
						
						
						
					 
					
						2015-06-10 19:56:40 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						fc2a061d51 
					 
					
						
						
							
							core/vm: unexported stack again. No longer required  
						
						
						
						
					 
					
						2015-06-10 17:47:36 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						065aff9ffa 
					 
					
						
						
							
							core/vm: documentation and name changes  
						
						
						
						
					 
					
						2015-06-10 17:47:36 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						6fb6e6679e 
					 
					
						
						
							
							core/vm, core/state: added storage to structured vm logging  
						
						
						
						
					 
					
						2015-06-10 12:57:37 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						38c61f6f25 
					 
					
						
						
							
							core, core/vm: added structure logging  
						
						... 
						
						
						
						This also reduces the time required spend in the VM 
						
						
					 
					
						2015-06-10 12:23:49 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						ff5b3ef087 
					 
					
						
						
							
							core/vm: added structured logging  
						
						
						
						
					 
					
						2015-06-10 10:59:44 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						468501cb86 
					 
					
						
						
							
							core/vm: changed program counter to uint64  
						
						
						
						
					 
					
						2015-06-10 10:44:46 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
							
						
						6e3b58e491 
					 
					
						
						
							
							Remove unneeded if check on EC recover padding  
						
						
						
						
					 
					
						2015-06-09 16:03:05 +02:00 
						 
				 
			
				
					
						
							
							
								Gustav Simonsson 
							
						 
					 
					
						
						
							
						
						ad5b5a4895 
					 
					
						
						
							
							Pad precompiled EC recover input and add validations  
						
						
						
						
					 
					
						2015-06-09 15:41:15 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						fa4aefee44 
					 
					
						
						
							
							core/vm: cleanup and renames  
						
						
						
						
					 
					
						2015-06-03 22:39:17 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						48fb0c3213 
					 
					
						
						
							
							core/vm: check for 'no code' before doing any work  
						
						
						
						
					 
					
						2015-06-03 16:25:06 +02:00 
						 
				 
			
				
					
						
							
							
								Felix Lange 
							
						 
					 
					
						
						
							
						
						ea2718c946 
					 
					
						
						
							
							core/vm: improve JUMPDEST analysis  
						
						... 
						
						
						
						* JUMPDEST analysis is faster because less type conversions are performed.
* The map of JUMPDEST locations is now created lazily at the first JUMP.
* The result of the analysis is kept around for recursive invocations
  through CALL/CALLCODE.
Fixes  #1147  
						
						
					 
					
						2015-06-03 16:25:05 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						f6f81169fe 
					 
					
						
						
							
							core/vm: Fork fix. Removal of appending 0 bytes in memset  
						
						
						
						
					 
					
						2015-05-26 13:48:10 +02:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Wilcke 
							
						 
					 
					
						
						
							
						
						5044eb4b26 
					 
					
						
						
							
							Merge pull request  #1101  from obscuren/issue-1096  
						
						... 
						
						
						
						core/vm: Cleanups & SUB output fix. Closes  #1096  
						
						
					 
					
						2015-05-26 03:50:27 -07:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						b419e2631a 
					 
					
						
						
							
							core/vm: Cleanups & SUB output fix.  Closes   #1096  
						
						
						
						
					 
					
						2015-05-26 12:42:33 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						7381be8edb 
					 
					
						
						
							
							core/vm, rpc: added disasm to ext_ RPC  
						
						
						
						
					 
					
						2015-05-22 15:38:46 +02:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
							
						
						f5af1fdca8 
					 
					
						
						
							
							core/vm: RETURN op code returns pointer to memory rather than copy  
						
						
						
						
					 
					
						2015-05-20 00:21:23 +02:00 
						 
				 
			
				
					
						
							
							
								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