Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							f9c08df235 
							
						 
					 
					
						
						
							
							trace filters binary ser  
						
						
						
					 
					
						2016-05-06 17:30:36 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							c622fc62d5 
							
						 
					 
					
						
						
							
							binary for trace  
						
						
						
					 
					
						2016-05-06 17:19:53 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							29531ae72f 
							
						 
					 
					
						
						
							
							binary for blockstatus, blockchaininfo  
						
						
						
					 
					
						2016-05-06 17:16:03 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							00ce4aaa26 
							
						 
					 
					
						
						
							
							build scripts and codegen refs  
						
						
						
					 
					
						2016-05-06 01:10:50 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							14bcca54d2 
							
						 
					 
					
						
						
							
							block status moved  
						
						
						
					 
					
						2016-05-06 00:47:47 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							e95f610195 
							
						 
					 
					
						
						
							
							localized trace moved  
						
						
						
					 
					
						2016-05-06 00:38:13 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							25c88b7529 
							
						 
					 
					
						
						
							
							executed & trace moved  
						
						
						
					 
					
						2016-05-06 00:33:43 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							2a721b4eda 
							
						 
					 
					
						
						
							
							trace filter moved  
						
						
						
					 
					
						2016-05-06 00:17:03 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							a8affa6dee 
							
						 
					 
					
						
						
							
							log_entry move  
						
						
						
					 
					
						2016-05-05 23:57:10 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							beb33672bd 
							
						 
					 
					
						
						
							
							blockchain info  
						
						
						
					 
					
						2016-05-05 23:47:07 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							b6d1801e12 
							
						 
					 
					
						
						
							
							tree-route  
						
						
						
					 
					
						2016-05-05 23:04:59 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							7e9779e334 
							
						 
					 
					
						
						
							
							receipt  
						
						
						
					 
					
						2016-05-05 22:56:44 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							271d3f3e57 
							
						 
					 
					
						
						
							
							ids move  
						
						
						
					 
					
						2016-05-05 22:37:30 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							7d27aceee4 
							
						 
					 
					
						
						
							
							trash remove  
						
						
						
					 
					
						2016-05-05 22:21:40 +04:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							23f1a8fd48 
							
						 
					 
					
						
						
							
							transaction moved  
						
						
						
					 
					
						2016-05-05 22:20:34 +04:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							15a8860e8a 
							
						 
					 
					
						
						
							
							Fixing clippy warnings  
						
						
						
					 
					
						2016-05-04 15:22:22 +02:00 
						 
				 
			
				
					
						
							
							
								Gav Wood 
							
						 
					 
					
						
						
						
						
							
						
						
							ac73b2628a 
							
						 
					 
					
						
						
							
							Basic Authority ( #991 )  
						
						... 
						
						
						
						* Firt commit.
* First non-functional but correct implementation of BasicAuthority.
Still needs:
- Sealing infrastructure.
* Punch a hole to give miner access to key store.
* Fix test built.
* Basic version of synchronous mining.
This will seal a block whenever a new transaction comes through.
To be made better we need a timer which will wait for one second after the
last block before sealing a new one - better still would be to cooperatively
interleave blocks with other sealing nodes.
* Add tests.
* Fix minor issues from repotting.
* Address grumbles. 
						
					 
					
						2016-05-03 17:23:53 +02:00 
						 
				 
			
				
					
						
							
							
								arkpar 
							
						 
					 
					
						
						
						
						
							
						
						
							008d009e3e 
							
						 
					 
					
						
						
							
							Version 1.2  
						
						
						
					 
					
						2016-05-02 15:02:26 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							e2465b1eab 
							
						 
					 
					
						
						
							
							Bumping clippy & fixing warnings ( #1024 )  
						
						... 
						
						
						
						* Bumping clippy
* Fixing warnings found by clippy 
						
					 
					
						2016-05-02 13:13:12 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Kotewicz 
							
						 
					 
					
						
						
						
						
							
						
						
							7c2adc4137 
							
						 
					 
					
						
						
							
							Tracedb interface && cli ( #997 )  
						
						... 
						
						
						
						* traces cli and jsonrpc api
* missing if in docs
* adding traces to modules 
						
					 
					
						2016-05-02 12:17:30 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Kotewicz 
							
						 
					 
					
						
						
						
						
							
						
						
							66477a9476 
							
						 
					 
					
						
						
							
							Core tracedb functionality. ( #996 )  
						
						... 
						
						
						
						* fixed encoding 0u8
* simplified if else stmt
* tracedb core
* more comprehensive tracedb tests
* fixed minor review issues
* addresses filter
* fixed typos
* replace malformed with corrupted
* trace switch
* db key is generic and can be made smaller
* smaller tracedb keys
* tracedb version
* fixed ignored tests
* rename Tracedb -> TraceDB
* fixed typos
* proves
* trace only top level calls to builtins to avoid DDoS attacks
* fixed tracedb config switches
* fix comments fat replaced with trace
* vector-addressing scheme for localized traces
* removed comments
* removed first, redundant 0 from trace address
* updated db.trace method
* additional tests for tracedb.trace() 
						
					 
					
						2016-04-30 16:41:24 +01:00 
						 
				 
			
				
					
						
							
							
								Arkadiy Paronyan 
							
						 
					 
					
						
						
						
						
							
						
						
							8f7624f5cb 
							
						 
					 
					
						
						
							
							Support 'pending' block in RPC ( #1007 )  
						
						... 
						
						
						
						* Support `pending` block in RPC
* Forward calls from miner to client in case no pending block is available 
						
					 
					
						2016-04-28 20:47:44 +01:00 
						 
				 
			
				
					
						
							
							
								Gav Wood 
							
						 
					 
					
						
						
						
						
							
						
						
							242b986196 
							
						 
					 
					
						
						
							
							Fix spelling of "omitted"  
						
						
						
					 
					
						2016-04-24 22:16:34 +01:00 
						 
				 
			
				
					
						
							
							
								Gav Wood 
							
						 
					 
					
						
						
						
						
							
						
						
							0810de4415 
							
						 
					 
					
						
						
							
							Fix spelling of "omitted"  
						
						
						
					 
					
						2016-04-24 22:16:06 +01:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							d5555de1b9 
							
						 
					 
					
						
						
							
							import route contains ommited blocks  
						
						
						
					 
					
						2016-04-24 19:40:04 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiy Paronyan 
							
						 
					 
					
						
						
						
						
							
						
						
							f2a5630fdf 
							
						 
					 
					
						
						
							
							Merge pull request  #972  from ethcore/db_writer  
						
						... 
						
						
						
						querying extras separated to its own module 
						
					 
					
						2016-04-21 11:26:13 +02:00 
						 
				 
			
				
					
						
							
							
								Arkadiy Paronyan 
							
						 
					 
					
						
						
						
						
							
						
						
							e47af7f745 
							
						 
					 
					
						
						
							
							Merge pull request  #966  from ethcore/from-bytes-extend  
						
						... 
						
						
						
						Addressing binary serialization for db types 
						
					 
					
						2016-04-20 18:17:00 +02:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							273e4d6f32 
							
						 
					 
					
						
						
							
							removed db/module, a single file is enoguh  
						
						
						
					 
					
						2016-04-20 15:53:01 +02:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							bffa1e1ec9 
							
						 
					 
					
						
						
							
							simplified writing and reading from database with cache  
						
						
						
					 
					
						2016-04-20 15:45:42 +02:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							9ce9fd390d 
							
						 
					 
					
						
						
							
							Merge branch 'master' of github.com:ethcore/parity into db_writer  
						
						
						
					 
					
						2016-04-20 13:45:53 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Kotewicz 
							
						 
					 
					
						
						
						
						
							
						
						
							225a5ee825 
							
						 
					 
					
						
						
							
							removed redundant unwraps ( #935 )  
						
						... 
						
						
						
						* removed redundant unwraps
* fixed compilation error, removed warnings
* fixed transaction queue merge conflict
* fixed failing ethminer doc test 
						
					 
					
						2016-04-19 10:35:32 -07:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							caf4d179a2 
							
						 
					 
					
						
						
							
							Even more detailed errors for transaction queue ( #969 )  
						
						... 
						
						
						
						* Even more detailed errors for transaction queue
* Small rename
* Removing macros in favour of functions+try!() 
						
					 
					
						2016-04-18 10:34:59 -07:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							62455a4094 
							
						 
					 
					
						
						
							
							separated from blockchain and made reusable db reader and batch writer  
						
						
						
					 
					
						2016-04-18 18:15:03 +02:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							524a495ffd 
							
						 
					 
					
						
						
							
							temporary fix of panic in blockchain garbage collection  
						
						
						
					 
					
						2016-04-18 15:18:14 +02:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							3138584320 
							
						 
					 
					
						
						
							
							generalized fixedsized structs with macro  
						
						
						
					 
					
						2016-04-17 18:52:44 +03:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							17f26ad588 
							
						 
					 
					
						
						
							
							finished for BlockLocation  
						
						
						
					 
					
						2016-04-17 18:30:42 +03:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							bd2149406d 
							
						 
					 
					
						
						
							
							from/to for BlockLocation  
						
						
						
					 
					
						2016-04-17 18:18:25 +03:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							5c4086bf8e 
							
						 
					 
					
						
						
							
							log errors when db queries fails  
						
						
						
					 
					
						2016-04-15 19:32:30 +02:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							295efdba55 
							
						 
					 
					
						
						
							
							refactored blockchain extras keys building  
						
						
						
					 
					
						2016-04-15 18:54:35 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							00372cf747 
							
						 
					 
					
						
						
							
							Removing a transaction from queue now removes all from this sender with lower nonces. ( #950 )  
						
						... 
						
						
						
						* Changing  to wipe-out all transactions from particular sender lower then given nonce.
* Changing given nonce to be client_nonce
* Fixing test_client to support proper nonces when transactions are added to blockchain
* Fixing logic for transactions from new blocks in chain 
						
					 
					
						2016-04-14 22:38:23 -07:00 
						 
				 
			
				
					
						
							
							
								Gav Wood 
							
						 
					 
					
						
						
						
						
							
						
						
							32ca8066e9 
							
						 
					 
					
						
						
							
							Tracing and docs. ( #952 )  
						
						
						
					 
					
						2016-04-13 11:26:41 -07:00 
						 
				 
			
				
					
						
							
							
								Arkadiy Paronyan 
							
						 
					 
					
						
						
						
						
							
						
						
							c7d6444ae0 
							
						 
					 
					
						
						
							
							Merge pull request  #936  from ethcore/bumping-clippy  
						
						... 
						
						
						
						Bumping clippy and fixing warnings. 
						
					 
					
						2016-04-12 16:49:30 +02:00 
						 
				 
			
				
					
						
							
							
								Nikolay Volf 
							
						 
					 
					
						
						
						
						
							
						
						
							bdb35cfaed 
							
						 
					 
					
						
						
							
							Merge pull request  #927  from ethcore/pruning_auto  
						
						... 
						
						
						
						Pruning auto 
						
					 
					
						2016-04-12 16:00:39 +03:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							7fbe3f4721 
							
						 
					 
					
						
						
							
							Fixing clippy warnings  
						
						
						
					 
					
						2016-04-12 13:54:34 +02:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							6b03a3218c 
							
						 
					 
					
						
						
							
							Bumping clippy version  
						
						
						
					 
					
						2016-04-12 13:51:39 +02:00 
						 
				 
			
				
					
						
							
							
								Gav Wood 
							
						 
					 
					
						
						
						
						
							
						
						
							fa95419c27 
							
						 
					 
					
						
						
							
							--pruning=auto option.  
						
						
						
					 
					
						2016-04-11 18:42:50 -07:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							4bfbb56701 
							
						 
					 
					
						
						
							
							added explanatory comments  
						
						
						
					 
					
						2016-04-11 11:36:39 +02:00 
						 
				 
			
				
					
						
							
							
								debris 
							
						 
					 
					
						
						
						
						
							
						
						
							610251fdf7 
							
						 
					 
					
						
						
							
							Merge branch 'master' into tracing  
						
						
						
					 
					
						2016-04-11 11:35:07 +02:00 
						 
				 
			
				
					
						
							
							
								Marek Kotewicz 
							
						 
					 
					
						
						
						
						
							
						
						
							373284ca0a 
							
						 
					 
					
						
						
							
							spec loading cleanup ( #858 )  
						
						... 
						
						
						
						* spec loading cleanup in progress
* changed engine field in json spec
* refactored engine params
* polishing spec loading refactor
* fixed compiling json tests
* fixed compiling parity
* removed warnings
* removed commented out code
* fixed failing test
* bringing back removed TODO in spec. 
						
					 
					
						2016-04-09 10:20:35 -07:00 
						 
				 
			
				
					
						
							
							
								Tomasz Drwięga 
							
						 
					 
					
						
						
						
						
							
						
						
							04d5b5cbe6 
							
						 
					 
					
						
						
							
							Merge branch 'master' into h256  
						
						... 
						
						
						
						Conflicts:
	ethcore/src/account.rs 
						
					 
					
						2016-04-09 11:27:19 +02:00