Arkadiy Paronyan 
							
						 
					 
					
						
						
						
						
							
						
						
							25b35ebddd 
							
						 
					 
					
						
						
							
							Byzantium updates ( #5855 )  
						
						... 
						
						
						
						* EIP-211 updates
* benchmarks
* blockhash instruction gas cost updated
* More benches
* EIP-684
* EIP-649
* EIP-658
* Updated some tests
* Modexp fixes
* STATICCALL fixes
* Pairing fixes
* More STATICALL fixes
* Use paritytech/bn
* Fixed REVERTing of contract creation
* Fixed more tests
* Fixed more tests
* Blockchain tests
* Enable previously broken tests
* Transition test
* Updated tests
* Fixed modexp reading huge numbers
* Enabled max_code_size test
* Review fixes
* Updated pairing pricing
* missing commas (style)
* Update test.rs
* Small improvements
* eip161abc 
						
					 
					
						2017-09-15 21:07:54 +02:00 
						 
				 
			
				
					
						
							
							
								Hawstein 
							
						 
					 
					
						
						
						
						
							
						
						
							ade37be25b 
							
						 
					 
					
						
						
							
							separate trie from util and make its dependencies into libs:  
						
						... 
						
						
						
						* bytes
* hashdb
* memorydb
* nibbleslice
* nibblevec 
						
					 
					
						2017-09-15 11:03:53 +08:00 
						 
				 
			
				
					
						
							
							
								Fredrik 
							
						 
					 
					
						
						
						
						
							
						
						
							308f36a532 
							
						 
					 
					
						
						
							
							Don't reexport bigint from util  
						
						
						
					 
					
						2017-09-04 16:36:49 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							f9a08e285c 
							
						 
					 
					
						
						
							
							Running state test using parity-evm ( #6355 )  
						
						... 
						
						
						
						* Initial version of state tests.
* Refactor state to support tracing.
* Unify TransactResult.
* Add test. 
						
					 
					
						2017-08-28 14:25:16 +02:00 
						 
				 
			
				
					
						
							
							
								cdetrio 
							
						 
					 
					
						
						
						
						
							
						
						
							4ccc82be92 
							
						 
					 
					
						
						
							
							fix panic in parity-evm json tracer ( #6338 )  
						
						
						
					 
					
						2017-08-20 12:03:47 +08:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							5ed14c1064 
							
						 
					 
					
						
						
							
							Fix --chain parsing in evmbin. ( #6314 )  
						
						
						
					 
					
						2017-08-18 17:44:40 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							146feea4a6 
							
						 
					 
					
						
						
							
							Add --to and --gas-price ( #6277 )  
						
						
						
					 
					
						2017-08-10 18:47:23 +02:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							7f85c0ce2a 
							
						 
					 
					
						
						
							
							Fixed evmbin  
						
						
						
					 
					
						2017-08-01 16:41:33 +02:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							b7006034b1 
							
						 
					 
					
						
						
							
							Decouple virtual machines ( #6184 )  
						
						... 
						
						
						
						* work in progress for splitting vms
* evm working
* Evm -> Vm
* wasm converted
* ethcore working
* test fixes 
						
					 
					
						2017-08-01 13:37:57 +03:00 
						 
				 
			
				
					
						
							
							
								Brian Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							6345b54034 
							
						 
					 
					
						
						
							
							Add custom panic hook  
						
						... 
						
						
						
						The panic hook prints a backtrace, the panic message, file, and line
number, and a plea to report bugs. 
						
					 
					
						2017-07-19 17:50:48 +00:00 
						 
				 
			
				
					
						
							
							
								Robert Habermeier 
							
						 
					 
					
						
						
						
						
							
						
						
							d365281cce 
							
						 
					 
					
						
						
							
							Ethcore crate split part 1 ( #6041 )  
						
						... 
						
						
						
						* split out types into separate crate
* split out evm into its own crate 
						
					 
					
						2017-07-12 13:09:17 +02:00 
						 
				 
			
				
					
						
							
							
								arkpar 
							
						 
					 
					
						
						
						
						
							
						
						
							c05924a713 
							
						 
					 
					
						
						
							
							Fixed build  
						
						
						
					 
					
						2017-07-11 10:21:23 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							f4453f77b8 
							
						 
					 
					
						
						
							
							Fix output of parity-evm in case of bad instruction ( #5955 )  
						
						... 
						
						
						
						* Fix output of evmbin.
* Use foundation chain settings by default. 
						
					 
					
						2017-07-10 13:23:40 +02:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							61d8f90530 
							
						 
					 
					
						
						
							
							updated serde to version 1.0  
						
						
						
					 
					
						2017-07-06 11:36:15 +02:00 
						 
				 
			
				
					
						
							
							
								Vurich 
							
						 
					 
					
						
						
						
						
							
						
						
							3d8dc11442 
							
						 
					 
					
						
						
							
							Upgrade elastic-array to 0.9.0  
						
						... 
						
						
						
						This is a huge change, which includes some changes to replace code that
originally cloned to reuse allocations instead. The updated
`elastic-array` crate renames its consuming `Vec`-conversion method to
`into_vec`, which means that I can do a simple
`sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.
This commit is probably a minor performance win and definitely a
significant readability win. 
						
					 
					
						2017-06-29 13:05:33 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							75ac263961 
							
						 
					 
					
						
						
							
							Fix stack display in evmbin. ( #5733 )  
						
						... 
						
						
						
						* Fix stack display.
* Additional compatiblity fixes. 
						
					 
					
						2017-06-09 12:31:03 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							480741894b 
							
						 
					 
					
						
						
							
							JSON format printing pre-state. ( #5712 )  
						
						
						
					 
					
						2017-05-30 19:30:15 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							543965411e 
							
						 
					 
					
						
						
							
							Revamping parity-evmbin ( #5696 )  
						
						... 
						
						
						
						* Revamping evmbin to support spec files, json format and subcalls.
* Fix formatting of usage. 
						
					 
					
						2017-05-26 11:06:48 +02:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							e1fef5c732 
							
						 
					 
					
						
						
							
							Update dependencies and bigint api ( #5685 )  
						
						... 
						
						
						
						* update to latest bigint
* bump elastic array and deps
* fix rlp tests
* also update all smallvec deps
* fix doc test
* reduce parking in attempt to fix CI bug
* fix from/into electum bug
* remove duplicate imports 
						
					 
					
						2017-05-24 12:31:33 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiy Paronyan 
							
						 
					 
					
						
						
						
						
							
						
						
							dd004aba9f 
							
						 
					 
					
						
						
							
							EIP-140 ( #5477 )  
						
						
						
					 
					
						2017-05-23 16:49:17 +03:00 
						 
				 
			
				
					
						
							
							
								Arkadiy Paronyan 
							
						 
					 
					
						
						
						
						
							
						
						
							b50fb71dd1 
							
						 
					 
					
						
						
							
							EIP-86 ( #4697 )  
						
						... 
						
						
						
						* EIP-86
* Disable EIP-86 auto activation for now 
						
					 
					
						2017-04-19 14:30:00 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Kotewicz 
							
						 
					 
					
						
						
						
						
							
						
						
							3fe3353696 
							
						 
					 
					
						
						
							
							removed redundant FixedHash trait,  fixes   #4029  ( #4866 )  
						
						
						
					 
					
						2017-03-11 22:58:15 +04:00 
						 
				 
			
				
					
						
							
							
								Robert Habermeier 
							
						 
					 
					
						
						
						
						
							
						
						
							1bf2b27708 
							
						 
					 
					
						
						
							
							Propagate trie errors upwards from State ( #4655 )  
						
						... 
						
						
						
						* state backend trait mirroring state_db API
* minimal state backend trait
make state module public
* fix json tests
* return errors on database corruption
* fix tests, json tests
* fix remainder of build
* add Backend bound on state 
						
					 
					
						2017-02-26 13:10:50 +01:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							efb95a59be 
							
						 
					 
					
						
						
							
							Fixing evmbin compilation and added standard build. ( #4561 )  
						
						
						
					 
					
						2017-02-15 16:58:42 +01:00 
						 
				 
			
				
					
						
							
							
								Gav Wood 
							
						 
					 
					
						
						
						
						
							
						
						
							8404edb656 
							
						 
					 
					
						
						
							
							Fix whitespace ( #4299 )  
						
						... 
						
						
						
						* Fix whitespace.
* Update copyright years/owner.
* Push release only for tags. 
						
					 
					
						2017-01-25 18:51:41 +01:00 
						 
				 
			
				
					
						
							
							
								Robert Habermeier 
							
						 
					 
					
						
						
						
						
							
						
						
							8125b5690c 
							
						 
					 
					
						
						
							
							Port try macro to new ? operator. ( #3962 )  
						
						... 
						
						
						
						* initial untry sweep
* restore try in ipc codegen, fix inference
* change a few missed try instances 
						
					 
					
						2016-12-27 12:53:56 +01:00 
						 
				 
			
				
					
						
							
							
								Gav Wood 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							17cc2be4b5 
							
						 
					 
					
						
						
							
							Rename ethcore -> parity in license.  
						
						
						
					 
					
						2016-12-11 19:30:54 +01:00 
						 
				 
			
				
					
						
							
							
								Gav Wood 
							
						 
					 
					
						
						
						
						
							
						
						
							d3de475205 
							
						 
					 
					
						
						
							
							EIPs 155, 160, 161 ( #2976 )  
						
						... 
						
						
						
						* The front-end for each hard-fork, also EIP-160.
* Address EIP161 a/c
* Include EIP-161b
* EIP-161 part d.
* Fix test build.
* Fix one test, add another.
* Fix use of bloom & renaming.
* Initial groundwork for EIP-155
* Fix minor bug.
* Fix all tests finally.
* Rest of EIP-155.
* Add tests for EIP-155 algorithm.
Update transaction tests validation.
* Minor reformat.
* Address grumbles.
* Remove unused code.
* Fix SUICIDE gas mechanism and add consensus tests.
* Remove commented code.
* Set Frontier hardfork block number
* Fix warning.
* Transaction tests, 
						
					 
					
						2016-11-03 22:22:25 +01:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							dedc4d5cfc 
							
						 
					 
					
						
						
							
							Get rid of duplicated code ( #2915 )  
						
						
						
					 
					
						2016-10-27 19:29:23 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							70c3001d2d 
							
						 
					 
					
						
						
							
							Fixing --no-default-features again and evmbin ( #2670 )  
						
						... 
						
						
						
						* Fixing --no-default-features again and evmbin
* Fixing evmbin Result 
						
					 
					
						2016-10-18 12:13:49 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							238840d74e 
							
						 
					 
					
						
						
							
							Fixing evmbin compilation ( #2652 )  
						
						
						
					 
					
						2016-10-17 11:55:47 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Kotewicz 
							
						 
					 
					
						
						
						
						
							
						
						
							06fe768ac2 
							
						 
					 
					
						
						
							
							Polishing Actually enable fat db pr ( #1974 ) ( #2048 )  
						
						... 
						
						
						
						* Actually enable fat db, and do RPCs for it.
* Implement HashDB traits for AccountDB.
* user defaults
* finished user defaults
* user defaults are network-dependent
* added tests for newly added functions, logger is initialized first
* dir cleanup in progress
* user_file is placed next to snapshots
* fixing requested change 
						
					 
					
						2016-10-03 11:13:10 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							f56b89010d 
							
						 
					 
					
						
						
							
							Gas for mem optimization ( #1768 )  
						
						... 
						
						
						
						* Optimizing mem_gas_cost calculations
* Memoizing current mem gas cost
* Optimizing jump destinations 
						
					 
					
						2016-07-30 06:38:44 -07:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							92fd00f41e 
							
						 
					 
					
						
						
							
							EVM gas for memory tiny optimization ( #1578 )  
						
						... 
						
						
						
						* EVM bin benches
* Optimizing mem gas cost
* Removing overflow_div since it's not used
* More benchmarks 
						
					 
					
						2016-07-12 09:49:16 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							2ed09de38e 
							
						 
					 
					
						
						
							
							Very basic EVM binary. ( #1574 )  
						
						... 
						
						
						
						* EVM binary - initial version
* Adding missing documentation
* Fixing warnings
* Basic evmbin options
* EVMbin crate. 
						
					 
					
						2016-07-11 09:42:41 +02:00