debris 
							
						 
					 
					
						
						
						
						
							
						
						
							61d8f90530 
							
						 
					 
					
						
						
							
							updated serde to version 1.0  
						
						
						
					 
					
						2017-07-06 11:36:15 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							9773aa4c76 
							
						 
					 
					
						
						
							
							Update Cid/multihash/ring/tinykeccak ( #5785 )  
						
						... 
						
						
						
						* Updating ring,multihash,tiny-keccak
* Updating CID in ipfs. 
						
					 
					
						2017-06-07 12:31:12 +02:00 
						 
				 
			
				
					
						
							
							
								Robert Habermeier 
							
						 
					 
					
						
						
						
						
							
						
						
							b1eab698d2 
							
						 
					 
					
						
						
							
							Light friendly dapps ( #5634 )  
						
						... 
						
						
						
						* move native_contracts ABIs to JSON files, add urlhint
* port hash-fetch to futures, fix tests
* fix dapps compilation, defer async port to later
* activate dapps server in the light client
* better formatting 
						
					 
					
						2017-05-18 12:44:09 +02:00 
						 
				 
			
				
					
						
							
							
								Rien 
							
						 
					 
					
						
						
						
						
							
						
						
							02b54ff7e8 
							
						 
					 
					
						
						
							
							find . -type f -not -path './.*' -exec sed -i -e "s/ethcore\.io/parity.io/g" {} \; ( #5528 )  
						
						
						
					 
					
						2017-05-02 11:41:09 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							c58fd744ee 
							
						 
					 
					
						
						
							
							Fix removal of hash-mismatched files. ( #5440 )  
						
						
						
					 
					
						2017-04-12 15:04:53 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							2df4532d50 
							
						 
					 
					
						
						
							
							Dapps and RPC server merge ( #5365 )  
						
						... 
						
						
						
						* Dapps server as a middleware.
* Dapps RPC - Work in Progress
* Merging Dapps and RPC server.
* Fast HTTP server configuration.
* Bump jsonrpc
* Fixing test target
* Re-implementing commented-out tests. 
						
					 
					
						2017-04-03 10:27:37 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiy Paronyan 
							
						 
					 
					
						
						
						
						
							
						
						
							ae3f85bd5b 
							
						 
					 
					
						
						
							
							v1.7 ( #4730 )  
						
						
						
					 
					
						2017-03-07 17:29:27 +01:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							1949d44d0c 
							
						 
					 
					
						
						
							
							Hash-fetch errors in case upstream returns non-200 ( #4599 )  
						
						
						
					 
					
						2017-02-20 16:30:14 +01:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							f1e99ea2e4 
							
						 
					 
					
						
						
							
							Serde 0.9 ( #4508 )  
						
						... 
						
						
						
						* Porting json
* Dapps
* Rpc & Ethstore
* New ethabi
* Last bunch of fixes
* Fixing last test
* Removing build script
* Adding ethcore-ipc-tests back
* Fixing grumbles
* Fixing blockchain tests (inference regression?) 
						
					 
					
						2017-02-13 18:38:47 +03: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 
						 
				 
			
				
					
						
							
							
								Arkadiy Paronyan 
							
						 
					 
					
						
						
						
						
							
						
						
							148ea37687 
							
						 
					 
					
						
						
							
							v1.6 in master ( #4113 )  
						
						
						
					 
					
						2017-01-10 15:41:59 +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 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							f0387c33c6 
							
						 
					 
					
						
						
							
							Global Fetch Service ( #3915 )  
						
						... 
						
						
						
						* Dapps web
Conflicts:
	dapps/src/apps/fetcher.rs
	dapps/src/handlers/fetch.rs
* Rewriting fetch
* Parity-wide fetch service
* Obey the limits and support cancellation.
* Removing temporary files.
* Actually use Fetch for dapps
* Re-implementing file fetching to avoid temporary files.
* Serde to 0.8.19
* Fixing content & dapps fetch 
						
					 
					
						2016-12-22 18:26:39 +01:00 
						 
				 
			
				
					
						
							
							
								Gav Wood 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e528ac9217 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master' into check-updates  
						
						
						
					 
					
						2016-12-11 20:20:09 +01:00 
						 
				 
			
				
					
						
							
							
								Gav Wood 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							35b037e055 
							
						 
					 
					
						
						
							
							Add renamed files.  
						
						
						
					 
					
						2016-12-11 19:15:58 +01:00