openethereum/parity
Tomasz Drwięga 980418898a [beta] Backports (#6497)
* 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...

* 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.

* Don't accept transactions above block gas limit.

* Expose health status over RPC (#6274)

* Node-health to a separate crate.

* Initialize node_health outside of dapps.

* Expose health over RPC.

* Bring back 412 and fix JS.

* Add health to workspace and tests.

* Fix compilation without default features.

* Fix borked merge.

* Revert to generics to avoid virtual calls.

* Fix node-health tests.

* Add missing trailing comma.

* Fixing/removing failing JS tests.

* do not activate genesis epoch in immediate transition validator contract (#6349)

* Fix memory tracing.

* Add test to cover that.

* ensure balances of constructor accounts are kept

* test balance of spec-constructed account is kept
2017-09-11 18:01:02 +02:00
..
cli [beta] Backports (#6333) 2017-08-19 22:10:19 +02:00
light_helpers EIP-168, 169: Dust protection (#4757) 2017-06-28 09:10:57 +02:00
account.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
blockchain.rs [beta] Backports (#6163) 2017-07-27 18:46:09 +02:00
boot.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
cache.rs Memory usage optimization (#5526) 2017-05-02 11:40:03 +02:00
configuration.rs [beta] Backports (#6497) 2017-09-11 18:01:02 +02:00
dapps.rs [beta] Backports (#6497) 2017-09-11 18:01:02 +02:00
deprecated.rs Dapps and RPC server merge (#5365) 2017-04-03 10:27:37 +02:00
dir.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
helpers.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
informant.rs Bump snap version and tweak importing detection logic (#6079) (#6081) 2017-07-18 18:38:07 +02:00
ipfs.rs Dapps and RPC server merge (#5365) 2017-04-03 10:27:37 +02:00
main.rs [beta] Backports (#6497) 2017-09-11 18:01:02 +02:00
migration.rs initial light CLI 2017-03-22 18:32:04 +01:00
modules.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
params.rs Limit transaction queue memory & limit future queue (#6038) 2017-07-13 15:12:25 +02:00
presale.rs Ledger wallet support (#4486) 2017-02-09 19:07:06 -05:00
rpc_apis.rs [beta] Backports (#6497) 2017-09-11 18:01:02 +02:00
rpc.rs [beta] Backports (#6497) 2017-09-11 18:01:02 +02:00
run.rs [beta] Backports (#6497) 2017-09-11 18:01:02 +02:00
secretstore.rs Fixing secretstore TODOs - part 2 (#5416) 2017-04-25 21:34:03 +02:00
signer.rs UI server refactoring (#5580) 2017-05-24 12:24:07 +02:00
snapshot.rs Use standard paths for Ethash cache (#5881) 2017-07-10 12:57:40 +02:00
stratum.rs remove the deprecated options in rustfmt.toml (#5616) 2017-05-19 17:12:20 +02:00
sync.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
upgrade.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
url.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
user_defaults.rs updated serde to version 1.0 2017-07-06 11:36:15 +02:00