Paweł Bylica 
							
						 
					 
					
						
						
						
						
							
						
						
							d5f38f5690 
							
						 
					 
					
						
						
							
							JitVM: the EVM JIT bridge  
						
						
						
					 
					
						2015-01-22 18:00:15 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							4df2e1ef5c 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2015-01-22 00:37:58 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							d5d9746ca3 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2015-01-15 10:46:42 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							bb55307a9d 
							
						 
					 
					
						
						
							
							Updated tests  
						
						
						
					 
					
						2015-01-13 20:31:31 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							82beaabf6a 
							
						 
					 
					
						
						
							
							Fixed consensus issue  
						
						
						
					 
					
						2015-01-13 14:57:51 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							1e5353824a 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2015-01-13 10:32:02 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							4704a0a288 
							
						 
					 
					
						
						
							
							remove pre compiled for tests  
						
						
						
					 
					
						2015-01-13 10:30:52 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							750d70c202 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2015-01-13 00:25:45 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							8a1b51c716 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2015-01-12 16:13:30 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							75cd9cd2de 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2015-01-12 14:40:40 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							00348756bc 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2015-01-12 13:49:47 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							491c23a728 
							
						 
					 
					
						
						
							
							Moved the TD method from block processor.  
						
						
						
					 
					
						2015-01-09 22:42:36 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							8c7b764d47 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2015-01-09 21:18:34 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							db4aaedcbd 
							
						 
					 
					
						
						
							
							Moved ptrie => trie. Removed old trie  
						
						
						
					 
					
						2015-01-08 11:47:04 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							fed3e6a808 
							
						 
					 
					
						
						
							
							Refactored ethutil.Config.Db out  
						
						
						
					 
					
						2015-01-07 13:17:48 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							f0ec751237 
							
						 
					 
					
						
						
							
							Updated tests  
						
						
						
					 
					
						2015-01-06 20:22:31 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							952287db29 
							
						 
					 
					
						
						
							
							Updated tests  
						
						
						
					 
					
						2015-01-05 17:40:23 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							ca1b2a1a91 
							
						 
					 
					
						
						
							
							Changed prev_hash to block_hash, state transition now uses vm env  
						
						... 
						
						
						
						* PREVHASH => BLOCKHASH( N )
* State transition object uses VMEnv as it's query interface
* Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction
* Added GetHash to xeth, core, utils & test environments 
						
					 
					
						2015-01-03 17:18:43 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							55e55826ee 
							
						 
					 
					
						
						
							
							Changed JUMP(I) behaviour.  
						
						... 
						
						
						
						* All jumps must land on a JUMPDEST instruction byte.
* The byte may not be part of a PUSH* 
						
					 
					
						2015-01-02 17:35:55 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							24f89f8bd9 
							
						 
					 
					
						
						
							
							Squashed commit of the following:  
						
						... 
						
						
						
						commit 2e75a216c77aab71f6563340f4dbfc456b5791bb1f5552feb44d37c1cea22fdc7bfbd198fe404e6aaafb5f78c34e93aafb5f768b8c34e93b518a285d258aa4ccc6e6567f9da4ccc6e72e6567f9d0b207cfec33f886c3b8cfadb227b1071b5d6ehttps://github.com/ethereum/tests  into develop
commit b227b10f5d71b5d6e0a3aefcb9716eccbf120c36cbf5afdef8a70c4b51a4f146467607c2bd8d1d7ace6344b770779f25d36c68175386c0ad322fbb58f989f426184bc65d112912cfae18e3086caf3701e6c92673b94089b809fbcfdca622772e5175ef59f89d#42  from negedzuregal/fix
    vmTest fix
commit f59f89d87668da13fe3e2e5175e818b5b9408e648e69fbfa9890f4f942e6c5e5228e0d9c0232a2b93ba0007e86d84be4fe07c8497ab76d2542c8497ab25776d25420e10be275e7571d42d1dd90868c1d42d1d7c6d90868c3071f38c8c6dbcf6b#39  from wanderer/develop
    added test for max call depth on creation
commit 6dbcf6b0d66fc07a7f811f38c8c0a2279b284cd85ca1#38  from wanderer/develop
    updated test  'jeff' in trietest.json
commit cd85ca17ed279b284c0d89675a76cae937#37  from wanderer/develop
    Update trietest.json
commit 6cae937e5e89675a7153f1de1cc32f0c47f1de1cc97a32f0c47c68ab50e763da90d0#36  from wanderer/develop
    converted back to arrary format
commit ab50e76652d06b79278f1e4a#35  from ethers/delOld
    rename tests since they are valid opcodes that exist
commit 3da90d01f678f1e4a945d06b792cd0d434ecdcc32c06f34cc04b0c3b29ae63bcca76046e0310c1ea30c266c292776330c266caff2927763d68a0fa91b2b86092484fcba866https://github.com/ethereum/tests  into develop
commit 60924843f0fcba866721a441074ba40afa72c82b6be83dd5a1c18b8ab2d366c2e1f9a9325866c2e1f6429a9325822e9b4e768e229374f46189527e9b4e768189527e5639b4e7689954669b5694ba567fedaaba185a567fedaa7aaba185ceb79d7cbffa782ae#32  from ethers/indexjs
    updates needed per restructure
commit fa782aed9379d7cbfc4a91202741c1ba8d9120274a461c1ba8d161014d3703aebe53#31  from CJentzsch/develop
    Restructered tests in folders in accordance to test suites
commit 3aebe532e58a0be2183983643addbc3930ca3a9a014d370b5d155d449be2c9eae764b8ad2a75ac58834c52af64c73a8a89d2b9a8c92422b48ae74af4bee0a4100c5050d20b315da65050d20b4d7516685ba35362#26  from wanderer/develop
    Add a package.json for node.js
commit ba35362876751668571e0e687cee4778a78e2e6cb315da618b7a7e1980a76a3a#23  from ethers/fix22
    numbers should be strings #22 
commit 0a76a3a312#22 
commit 1f67385f137a7e19839546eb6283ae8d38d62d10ed6eba7c8e2d72050db1dfe66cab3f45136231a67a961a67a96cffa4f5f45ffd6bc9#18  from CJentzsch/develop
    CallToNameRegistratorOutOfGas balance correction
commit ffd6bc97ada4f5f459779d679779d67b8ca4f5f4522849a9f47b6d7cba#17  from CJentzsch/develop
    Added A calls B calls A contracts
commit b6d7cba499865cb4049a9f47865cb4083d49a9f47aec3b0ec4394a493b#16  from CJentzsch/develop
    corrected amount of used gas for CallToNameRegistratorOutOfGas
commit 94a493b0d972853c43b0ec4372853c43823b0ec436e4aec3252222068b#15  from CJentzsch/develop
    corrected tests and different style for storage
commit 222068b9bac169653aec3252c1696531a6aec3252b8e25f9fd5e17a909#14  from CJentzsch/develop
    corrected gas limit in vmSystemOperationsTest
commit e17a909f7033fcab525f9fd533fcab572725f9fd542a2d561a5373b0c48fa8d6cb8261a6cae166#13  from CJentzsch/develop
    Added comprehensive EVM test suite. All commands are tested.
commit 6cae166f6f4ff906fbc25b3fee68069cdd21808328ed968b46ffbd5a35b554c14f1ff3d0af113aabcb8261a78b4513623da1e8cb5c221d98823c04b3357eb21e4d00cd0cce8fddfa3af45dd659f469a95e83ea8228a09aae0efeec9a044a174bb64615e0123f#10  from romanman/patch-1
    Update vmtests.json
commit 5e0123fbe12b6da2f5f24bb646117dbba3898a33b309bba38980bda33b309d9950318217ca57fa655522ea0eb0a8c825bb76b69c74c6d8424e9ea3a602915fc3ac0e92edd3a00c2a5021e0dd83c818d13202714770ffb39345bc13d4a2257f378576dda2257f347178576dd3d3125839e84842e14ec356a329#5  from bkirwi/master
    Fix invalid JSON (removed trailing comma) and add test names
commit 356a3296bc42e14ec54f4300197a74a0d01b1a0b6bc2fc740566bc366c31a93c#4  from ethers/master
    fix file name that seems to have been a typo
commit c31a93c27a66bc3665c1ede5499da65131429abbf44a859331e1ae4ad4492b6c136ddacbccbf977cedbb8d445a0974edbb8d407e45a0974f6f15dd8fd5fd2a98#3  from autolycus/develop
    Fixed formatting and added test cases
commit 5fd2a98fcb4ba150954e15dd8fd79433f80fef21e1f5e12abbf87ce15ad2c006ed4ffd510ff56363a0ec843832660cd26f316ad14c1a15f91ad7b3856da2954462cc42246131c610cc4224675f131c610da6121632b7613302#1  from obscuren/master
    Update trietest.txt
commit 7613302b49121632beddef6c5506c3345e4bcfef2c81698e4bbea42c81698f31e4bbea400f 
						
					 
					
						2015-01-02 17:33:14 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							4dc7ee9087 
							
						 
					 
					
						
						
							
							Closure => Context  
						
						
						
					 
					
						2015-01-02 16:14:12 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							a4dc12f12c 
							
						 
					 
					
						
						
							
							Additional comments and added name to error output  
						
						
						
					 
					
						2014-12-31 11:21:39 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							77924757a8 
							
						 
					 
					
						
						
							
							Merge branch 'develop' into poc8  
						
						
						
					 
					
						2014-12-30 17:16:35 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							16460b0048 
							
						 
					 
					
						
						
							
							Fixed gas check for vm test  
						
						
						
					 
					
						2014-12-30 17:16:28 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							a9068aa8ff 
							
						 
					 
					
						
						
							
							Merge branch 'develop' into poc8  
						
						
						
					 
					
						2014-12-30 17:10:02 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							89244981a8 
							
						 
					 
					
						
						
							
							Additional checking on gas  
						
						
						
					 
					
						2014-12-30 17:09:54 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							51a97c031f 
							
						 
					 
					
						
						
							
							Merge branch 'develop' into poc8  
						
						
						
					 
					
						2014-12-30 16:22:56 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							cc5e621fc4 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2014-12-30 16:18:46 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							1085960ed8 
							
						 
					 
					
						
						
							
							fixed trie  
						
						
						
					 
					
						2014-12-30 15:58:40 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							59ef6e3693 
							
						 
					 
					
						
						
							
							Cleaned up objects  
						
						
						
					 
					
						2014-12-19 00:18:52 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							a7f4ade711 
							
						 
					 
					
						
						
							
							Fixed tests  
						
						
						
					 
					
						2014-12-18 23:59:53 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							4789084998 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2014-12-18 23:32:58 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							3325683794 
							
						 
					 
					
						
						
							
							Fixed refund model  
						
						
						
					 
					
						2014-12-18 22:38:51 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							f7287c626e 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2014-12-18 21:58:53 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							198cc69357 
							
						 
					 
					
						
						
							
							Gas corrections and vm fixes  
						
						
						
					 
					
						2014-12-18 21:58:26 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							9e286e1c33 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2014-12-18 13:32:47 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							aec0c0efcb 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2014-12-12 22:25:29 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							0d57ca486a 
							
						 
					 
					
						
						
							
							Squashed commit of the following:  
						
						... 
						
						
						
						commit 779f25d36c68175386c0ad322fbb58f989f426184bc65d112912cfae18e3086caf3701e6c92673b94089b809fbcfdca622772e5175ef59f89d#42  from negedzuregal/fix
    vmTest fix
commit f59f89d87668da13fe3e2e5175e818b5b9408e648e69fbfa9890f4f942e6c5e5228e0d9c0232a2b93ba0007e86d84be4fe07c8497ab76d2542c8497ab25776d25420e10be275e7571d42d1dd90868c1d42d1d7c6d90868c3071f38c8c6dbcf6b#39  from wanderer/develop
    added test for max call depth on creation
commit 6dbcf6b0d66fc07a7f811f38c8c0a2279b284cd85ca1#38  from wanderer/develop
    updated test  'jeff' in trietest.json
commit cd85ca17ed279b284c0d89675a76cae937#37  from wanderer/develop
    Update trietest.json
commit 6cae937e5e89675a7153f1de1cc32f0c47f1de1cc97a32f0c47c68ab50e763da90d0#36  from wanderer/develop
    converted back to arrary format
commit ab50e76652d06b79278f1e4a#35  from ethers/delOld
    rename tests since they are valid opcodes that exist
commit 3da90d01f678f1e4a945d06b792cd0d434ecdcc32c06f34cc04b0c3b29ae63bcca76046e0310c1ea30c266c292776330c266caff2927763d68a0fa91b2b86092484fcba866https://github.com/ethereum/tests  into develop
commit 60924843f0fcba866721a441074ba40afa72c82b6be83dd5a1c18b8ab2d366c2e1f9a9325866c2e1f6429a9325822e9b4e768e229374f46189527e9b4e768189527e5639b4e7689954669b5694ba567fedaaba185a567fedaa7aaba185ceb79d7cbffa782ae#32  from ethers/indexjs
    updates needed per restructure
commit fa782aed9379d7cbfc4a91202741c1ba8d9120274a461c1ba8d161014d3703aebe53#31  from CJentzsch/develop
    Restructered tests in folders in accordance to test suites
commit 3aebe532e58a0be2183983643addbc3930ca3a9a014d370b5d155d449be2c9eae764b8ad2a75ac58834c52af64c73a8a89d2b9a8c92422b48ae74af4bee0a4100c5050d20b315da65050d20b4d7516685ba35362#26  from wanderer/develop
    Add a package.json for node.js
commit ba35362876751668571e0e687cee4778a78e2e6cb315da618b7a7e1980a76a3a#23  from ethers/fix22
    numbers should be strings #22 
commit 0a76a3a312#22 
commit 1f67385f137a7e19839546eb6283ae8d38d62d10ed6eba7c8e2d72050db1dfe66cab3f45136231a67a961a67a96cffa4f5f45ffd6bc9#18  from CJentzsch/develop
    CallToNameRegistratorOutOfGas balance correction
commit ffd6bc97ada4f5f459779d679779d67b8ca4f5f4522849a9f47b6d7cba#17  from CJentzsch/develop
    Added A calls B calls A contracts
commit b6d7cba499865cb4049a9f47865cb4083d49a9f47aec3b0ec4394a493b#16  from CJentzsch/develop
    corrected amount of used gas for CallToNameRegistratorOutOfGas
commit 94a493b0d972853c43b0ec4372853c43823b0ec436e4aec3252222068b#15  from CJentzsch/develop
    corrected tests and different style for storage
commit 222068b9bac169653aec3252c1696531a6aec3252b8e25f9fd5e17a909#14  from CJentzsch/develop
    corrected gas limit in vmSystemOperationsTest
commit e17a909f7033fcab525f9fd533fcab572725f9fd542a2d561a5373b0c48fa8d6cb8261a6cae166#13  from CJentzsch/develop
    Added comprehensive EVM test suite. All commands are tested.
commit 6cae166f6f4ff906fbc25b3fee68069cdd21808328ed968b46ffbd5a35b554c14f1ff3d0af113aabcb8261a78b4513623da1e8cb5c221d98823c04b3357eb21e4d00cd0cce8fddfa3af45dd659f469a95e83ea8228a09aae0efeec9a044a174bb64615e0123f#10  from romanman/patch-1
    Update vmtests.json
commit 5e0123fbe12b6da2f5f24bb646117dbba3898a33b309bba38980bda33b309d9950318217ca57fa655522ea0eb0a8c825bb76b69c74c6d8424e9ea3a602915fc3ac0e92edd3a00c2a5021e0dd83c818d13202714770ffb39345bc13d4a2257f378576dda2257f347178576dd3d3125839e84842e14ec356a329#5  from bkirwi/master
    Fix invalid JSON (removed trailing comma) and add test names
commit 356a3296bc42e14ec54f4300197a74a0d01b1a0b6bc2fc740566bc366c31a93c#4  from ethers/master
    fix file name that seems to have been a typo
commit c31a93c27a66bc3665c1ede5499da65131429abbf44a859331e1ae4ad4492b6c136ddacbccbf977cedbb8d445a0974edbb8d407e45a0974f6f15dd8fd5fd2a98#3  from autolycus/develop
    Fixed formatting and added test cases
commit 5fd2a98fcb4ba150954e15dd8fd79433f80fef21e1f5e12abbf87ce15ad2c006ed4ffd510ff56363a0ec843832660cd26f316ad14c1a15f91ad7b3856da2954462cc42246131c610cc4224675f131c610da6121632b7613302#1  from obscuren/master
    Update trietest.txt
commit 7613302b49121632beddef6c5506c3345e4bcfef2c81698e4bbea42c81698f31e4bbea400f 
						
					 
					
						2014-12-12 11:34:27 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							186948da22 
							
						 
					 
					
						
						
							
							changed to unsigned integers  
						
						
						
					 
					
						2014-12-10 11:27:10 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							4f1ef89cb2 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2014-12-10 11:04:21 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							3043b233ea 
							
						 
					 
					
						
						
							
							Log is now interface  
						
						
						
					 
					
						2014-12-04 12:35:23 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							f298ffdbb8 
							
						 
					 
					
						
						
							
							Renamed State => StateDB  
						
						
						
					 
					
						2014-12-04 11:40:20 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							83663ed4b0 
							
						 
					 
					
						
						
							
							Renames for chain, updated VM, moved methods  
						
						... 
						
						
						
						* Renamed a couple more chain => core
* Updated VM `pc` to be uint64 rather than big int
* XEth interface cleanup 
						
					 
					
						2014-12-04 10:53:49 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							99853ac3ce 
							
						 
					 
					
						
						
							
							Moved execution from vm to chain.  
						
						... 
						
						
						
						This moves call and create to the specified environments. Vms are no
longer re-used. Vm uses environment's Call(Code) and Create in order to
execute new contracts or transfer value between accounts.
State transition now uses the same mechanism described above. 
						
					 
					
						2014-12-03 17:06:54 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							6095edac58 
							
						 
					 
					
						
						
							
							merge  
						
						
						
					 
					
						2014-12-03 13:50:51 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							3d9a4e7084 
							
						 
					 
					
						
						
							
							Fixed mem error in vm. Fixed logs tests  
						
						
						
					 
					
						2014-12-03 12:21:12 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							64f35ba8d1 
							
						 
					 
					
						
						
							
							merge errors fixed  
						
						
						
					 
					
						2014-12-02 11:52:56 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							99481a245a 
							
						 
					 
					
						
						
							
							Check for known block err and ignore  
						
						
						
					 
					
						2014-12-02 11:37:33 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							9f7a8ea5e6 
							
						 
					 
					
						
						
							
							updated tests  
						
						
						
					 
					
						2014-12-02 10:29:39 +01:00 
						 
				 
			
				
					
						
							
							
								obscuren 
							
						 
					 
					
						
						
						
						
							
						
						
							2df8ad6307 
							
						 
					 
					
						
						
							
							Added state tests  
						
						
						
					 
					
						2014-12-02 00:03:53 +01:00