| 
							
							
								 Jaco Greeff | 4a184dbbe6 | Merge branch 'master' into ui-2 | 2017-09-13 15:51:02 +02:00 |  | 
			
				
					| 
							
							
								 ivegotasthma | e9abcb2f6d | Fix compiler warning (#6491) | 2017-09-12 09:16:39 +02:00 |  | 
			
				
					| 
							
							
								 Svyatoslav Nikolsky | 03e039b13d | wasm: math_sub_with_overflow test (#6474) | 2017-09-11 11:43:33 +02:00 |  | 
			
				
					| 
							
							
								 Nicolas Gotchac | f1a050366f | Fix slow balances (#6471) * Update token updates
* Update token info fetching
* Update logger
* Minor fixes to updates and notifications for balances
* Use Pubsub
* Fix timeout.
* Use pubsub for status.
* Fix signer subscription.
* Process tokens in chunks.
* Fix tokens loaded by chunks
* Linting
* Dispatch tokens asap
* Fix chunks processing.
* Better filter options
* Parallel log fetching.
* Fix signer polling.
* Fix initial block query.
* Token balances updates : the right(er) way
* Better tokens info fetching
* Fixes in token data fetching
* Only fetch what's needed (tokens)
* Fix linting issues
* Revert "Transaction permissioning (#6441)"
This reverts commit eed0e8b03a.
* Revert "Revert "Transaction permissioning (#6441)""
This reverts commit 8f96415e58dde652e5828706eb2639d43416f448.
* Update wasm-tests.
* Fixing balances fetching
* Fix requests tracking in UI
* Fix request watching
* Update the Logger
* PR Grumbles Fixes
* PR Grumbles fixes
* Linting... | 2017-09-10 18:03:35 +02:00 |  | 
			
				
					| 
							
							
								 Nikolay Volf | ee14a3fb31 | WASM runtime update (#6467) * refactor to new parity-wasm
* more errors refactoring
* final test
* update tests
* fix merge bugs | 2017-09-10 18:02:31 +02:00 |  | 
			
				
					| 
							
							
								 Jaco Greeff | 6d8b511d25 | Merge master | 2017-09-07 13:32:45 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | ffced4e17f | fix test build | 2017-09-05 21:24:15 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | 7d1c7a0474 | allow optional casting of engine client to full client | 2017-09-05 17:55:14 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | ad39446e87 | Revert "fixed master (#6465)" This reverts commit 899538ae25. | 2017-09-05 17:54:05 +02:00 |  | 
			
				
					| 
							
							
								 debris | 4e66d3ca21 | fixed old import in json-tests | 2017-09-05 15:25:06 +02:00 |  | 
			
				
					| 
							
							
								 debris | 14d00a7f72 | Merge branch 'master' into util_error_chain | 2017-09-05 14:58:35 +02:00 |  | 
			
				
					| 
							
							
								 Marek Kotewicz | 899538ae25 | fixed master (#6465) * fixed master
* Revert "Merge pull request #6370 from paritytech/light-poa"
This reverts commit 3c60f99def, reversing
changes made tob731ccea18. | 2017-09-05 14:53:09 +02:00 |  | 
			
				
					| 
							
							
								 Tomasz Drwięga | 7462a69583 | eth_call returns output of contract creations (#6420) * eth_call returns output of contract creations
* Fix parameters order.
* Save outputs for light client as well. | 2017-09-05 12:22:19 +01:00 |  | 
			
				
					| 
							
							
								 debris | 0a71ee95af | Merge branch 'master' of github.com:paritytech/parity into util_error_chain | 2017-09-05 12:38:15 +02:00 |  | 
			
				
					| 
							
							
								 Marek Kotewicz | c49beccadc | Merge pull request #6459 from paritytech/fo-6418-dont-export-bigint Refactor: Don't reexport bigint from util | 2017-09-05 12:38:03 +02:00 |  | 
			
				
					| 
							
							
								 debris | 3497eab26c | Merge branch 'fo-6418-dont-export-bigint' of github.com:paritytech/parity into util_error_chain | 2017-09-05 12:15:39 +02:00 |  | 
			
				
					| 
							
							
								 debris | 236b6f1c3e | UtilError uses error_chain!, moved OutOfBounds and Mismatched to unexpected crate | 2017-09-05 12:14:03 +02:00 |  | 
			
				
					| 
							
							
								 Fredrik | 2b39af1f09 | Updating imports that were introduced with merge | 2017-09-05 12:08:02 +02:00 |  | 
			
				
					| 
							
							
								 Arkadiy Paronyan | eed0e8b03a | Transaction permissioning (#6441) | 2017-09-05 10:39:50 +01:00 |  | 
			
				
					| 
							
							
								 Fredrik Harrysson | dccdedc001 | Merge branch 'master' into fo-6418-dont-export-bigint | 2017-09-05 10:48:54 +02:00 |  | 
			
				
					| 
							
							
								 Fredrik | d1930ac708 | Fix missing imports in tests I had missed | 2017-09-05 10:18:21 +02:00 |  | 
			
				
					| 
							
							
								 Fredrik | a688370c9d | Remove now unnecessary util glob imports | 2017-09-05 10:18:07 +02:00 |  | 
			
				
					| 
							
							
								 Fredrik | e54784bfeb | Merge branch 'master' into fo-6418-dont-export-bigint # Conflicts:
#	dapps/src/tests/helpers/registrar.rs
#	ethcore/evm/src/interpreter/shared_cache.rs
#	ethcore/light/src/client/header_chain.rs
#	ethcore/light/src/client/mod.rs
#	ethcore/light/src/net/mod.rs
#	ethcore/light/src/on_demand/request.rs
#	ethcore/light/src/on_demand/tests.rs
#	ethcore/light/src/provider.rs
#	ethcore/node_filter/src/lib.rs
#	ethcore/src/block.rs
#	ethcore/src/blockchain/blockchain.rs
#	ethcore/src/client/test_client.rs
#	ethcore/src/engines/authority_round/mod.rs
#	ethcore/src/engines/basic_authority.rs
#	ethcore/src/engines/mod.rs
#	ethcore/src/engines/tendermint/mod.rs
#	ethcore/src/engines/validator_set/contract.rs
#	ethcore/src/engines/validator_set/multi.rs
#	ethcore/src/engines/validator_set/safe_contract.rs
#	ethcore/src/engines/vote_collector.rs
#	ethcore/src/miner/external.rs
#	ethcore/src/miner/miner.rs
#	ethcore/src/miner/service_transaction_checker.rs
#	ethcore/src/miner/work_notify.rs
#	ethcore/src/pod_account.rs
#	ethcore/src/pod_state.rs
#	ethcore/src/snapshot/block.rs
#	ethcore/src/snapshot/consensus/work.rs
#	ethcore/src/snapshot/mod.rs
#	ethcore/src/snapshot/service.rs
#	ethcore/src/spec/spec.rs
#	ethcore/src/state/backend.rs
#	ethcore/src/trace/db.rs
#	ethcore/src/verification/queue/mod.rs
#	ethcore/src/verification/verification.rs
#	parity/informant.rs
#	rpc/src/v1/helpers/dispatch.rs
#	rpc/src/v1/helpers/light_fetch.rs
#	rpc/src/v1/helpers/signing_queue.rs
#	rpc/src/v1/impls/eth.rs
#	rpc/src/v1/impls/eth_filter.rs
#	rpc/src/v1/impls/eth_pubsub.rs
#	rpc/src/v1/impls/light/eth.rs
#	rpc/src/v1/impls/signing.rs
#	rpc/src/v1/tests/helpers/miner_service.rs
#	rpc/src/v1/tests/helpers/snapshot_service.rs
#	rpc/src/v1/tests/helpers/sync_provider.rs
#	rpc/src/v1/tests/mocked/eth.rs
#	stratum/src/lib.rs
#	sync/src/blocks.rs
#	sync/src/chain.rs
#	sync/src/light_sync/mod.rs
#	sync/src/tests/helpers.rs
#	sync/src/tests/snapshot.rs
#	updater/src/updater.rs
#	util/src/lib.rs
#	util/triehash/src/lib.rs | 2017-09-04 18:32:55 +02:00 |  | 
			
				
					| 
							
							
								 Fredrik | 308f36a532 | Don't reexport bigint from util | 2017-09-04 16:36:49 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | 7ac3dd0889 | Merge branch 'light-poa' of github.com:paritytech/parity into light-poa | 2017-09-04 12:49:06 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | ffde22e711 | move genesis_epoch_data function to spec | 2017-09-04 12:46:32 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | e69e8254db | instantiate genesis epoch data if nonexistant in header_chain | 2017-09-04 12:37:03 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | 372779915f | Merge branch 'master' into light-poa | 2017-09-04 12:30:37 +02:00 |  | 
			
				
					| 
							
							
								 Marek Kotewicz | b731ccea18 | triehash is separated from util (#6428) | 2017-09-03 09:11:14 +02:00 |  | 
			
				
					| 
							
							
								 Hawstein | 7b8af30590 | remove re-export of parking_lot in util (#6435) | 2017-09-02 20:09:13 +02:00 |  | 
			
				
					| 
							
							
								 Hawstein | 1d95fe481f | fix modexp bug: return 0 if base=0 (#6424) | 2017-09-02 20:08:34 +02:00 |  | 
			
				
					| 
							
							
								 Hawstein | 2faa28ce9b | separate semantic_version from util (#6438) | 2017-09-02 13:14:21 +02:00 |  | 
			
				
					| 
							
							
								 Hawstein | 0b5285c282 | move timer.rs to ethcore (#6437) | 2017-09-02 10:54:39 +02:00 |  | 
			
				
					| 
							
							
								 Arkadiy Paronyan | ffae847b48 | spacing around comas | 2017-09-02 09:57:53 +02:00 |  | 
			
				
					| 
							
							
								 Hawstein | cf366bdb29 | util should not reexport ansi_term | 2017-09-01 22:57:57 +08:00 |  | 
			
				
					| 
							
							
								 Jaco Greeff | 0238295654 | Merge branch 'master' into ui-2 | 2017-08-31 12:16:27 +02:00 |  | 
			
				
					| 
							
							
								 debris | 94f717a255 | Merge branch 'master' into keccak_fn | 2017-08-31 11:53:26 +02:00 |  | 
			
				
					| 
							
							
								 debris | 7849fff41e | finished | 2017-08-31 11:35:41 +02:00 |  | 
			
				
					| 
							
							
								 debris | f0e8abb07b | Hashable::sha3 -> fn keccak for ethcore | 2017-08-30 19:18:28 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | abfa8e95a2 | Merge branch 'master' into light-poa | 2017-08-30 18:18:52 +02:00 |  | 
			
				
					| 
							
							
								 Axel Chalon | 6b5ad69c22 | Remove reexport of HeapSizeOf in util (#6419) | 2017-08-30 16:04:47 +02:00 |  | 
			
				
					| 
							
							
								 debris | 8a420d6580 | fixed merge | 2017-08-30 14:37:02 +02:00 |  | 
			
				
					| 
							
							
								 debris | 88200a1193 | Merge branch 'master' into Fix-4858 | 2017-08-30 14:30:39 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | 4e1fefc8ea | test balance of spec-constructed account is kept | 2017-08-30 11:57:48 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | c1c7d7a3e2 | ensure balances of constructor accounts are kept | 2017-08-29 17:02:38 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | 36d046f3ca | do not activate genesis epoch in immediate transition validator contract (#6349) | 2017-08-29 15:16:24 +02:00 |  | 
			
				
					| 
							
							
								 Robert Habermeier | d3c3e0b164 | Merge branch 'master' into light-poa | 2017-08-29 15:14:58 +02:00 |  | 
			
				
					| 
							
							
								 Gav Wood | e3666457cf | Consistent use of ,s | 2017-08-29 15:12:58 +02:00 |  | 
			
				
					| 
							
							
								 Gav Wood | 50495c6898 | Merge branch 'master' into Fix-4858 | 2017-08-29 15:11:05 +02:00 |  | 
			
				
					| 
							
							
								 Arkadiy Paronyan | d520aa2633 | Connection filter (#6359) | 2017-08-29 14:38:01 +02:00 |  |