openethereum/ethcore/src
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
..
account_provider Merge branch 'master' into fo-6418-dont-export-bigint 2017-09-04 18:32:55 +02:00
blockchain Fix slow balances (#6471) 2017-09-10 18:03:35 +02:00
blooms Remove reexport of HeapSizeOf in util (#6419) 2017-08-30 16:04:47 +02:00
client Fix slow balances (#6471) 2017-09-10 18:03:35 +02:00
engines allow optional casting of engine client to full client 2017-09-05 17:55:14 +02:00
ethereum allow optional casting of engine client to full client 2017-09-05 17:55:14 +02:00
json_tests Fix missing imports in tests I had missed 2017-09-05 10:18:21 +02:00
migrations Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
miner Remove now unnecessary util glob imports 2017-09-05 10:18:07 +02:00
snapshot Revert "fixed master (#6465)" 2017-09-05 17:54:05 +02:00
spec Revert "fixed master (#6465)" 2017-09-05 17:54:05 +02:00
state eth_call returns output of contract creations (#6420) 2017-09-05 12:22:19 +01:00
tests Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
trace Merge branch 'master' into fo-6418-dont-export-bigint 2017-09-04 18:32:55 +02:00
verification Fix slow balances (#6471) 2017-09-10 18:03:35 +02:00
views Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
account_db.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
basic_types.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
block.rs UtilError uses error_chain!, moved OutOfBounds and Mismatched to unexpected crate 2017-09-05 12:14:03 +02:00
builtin.rs Merge branch 'master' into fo-6418-dont-export-bigint 2017-09-04 18:32:55 +02:00
cache_manager.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
db.rs remove re-export of parking_lot in util (#6435) 2017-09-02 20:09:13 +02:00
encoded.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
error.rs Merge branch 'master' of github.com:paritytech/parity into util_error_chain 2017-09-05 12:38:15 +02:00
executed.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
executive.rs eth_call returns output of contract creations (#6420) 2017-09-05 12:22:19 +01:00
externalities.rs eth_call returns output of contract creations (#6420) 2017-09-05 12:22:19 +01:00
factory.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
header.rs Revert "fixed master (#6465)" 2017-09-05 17:54:05 +02:00
lib.rs Fix slow balances (#6471) 2017-09-10 18:03:35 +02:00
pod_account.rs Merge branch 'master' into fo-6418-dont-export-bigint 2017-09-04 18:32:55 +02:00
pod_state.rs Merge branch 'master' into fo-6418-dont-export-bigint 2017-09-04 18:32:55 +02:00
service.rs Revert "fixed master (#6465)" 2017-09-05 17:54:05 +02:00
state_db.rs Merge branch 'master' into fo-6418-dont-export-bigint 2017-09-04 18:32:55 +02:00
timer.rs move timer.rs to ethcore (#6437) 2017-09-02 10:54:39 +02:00
transaction.rs fixed old import in json-tests 2017-09-05 15:25:06 +02:00
tx_filter.rs fix test build 2017-09-05 21:24:15 +02:00