openethereum/parity
Tomasz Drwięga 86f6cea29d [beta] Backports (#8011)
* Hardware-wallet/usb-subscribe-refactor (#7860)

* Hardware-wallet fix

* More fine-grained initilization of callbacks by vendorID, productID and usb class
* Each device manufacturer gets a seperate handle thread each
* Replaced "dummy for loop" with a delay to wait for the device to boot-up properly
* Haven't been very carefully with checking dependencies cycles etc
* Inline comments explaining where shortcuts have been taken
* Need to test this on Windows machine and with Ledger (both models)

Signed-off-by: niklasad1 <niklasadolfsson1@gmail.com>

* Validate product_id of detected ledger devices

* closed_device => unlocked_device

* address comments

* add target in debug

* Address feedback

* Remove thread joining in HardwareWalletManager
* Remove thread handlers in HardwareWalletManager because this makes them unused

* fixed broken logs (#7934)

* fixed broken logs

* bring back old lock order

* removed bloom groups from blockchain

* revert unrelated changes

* simplify blockchain_block_blooms

* Bump WS (#7952)

* Calculate proper keccak256/sha3 using parity. (#7953)

* Increase max download limit to 128MB (#7965)

* fetch: increase max download limit to 64MB

* parity: increase download size limit for updater service

* Detect too large packets in snapshot sync. (#7977)

* fix traces, removed bloomchain crate, closes #7228, closes #7167 (#7979)

* Remvoe generator.rs

* Make block generator easier to use (#7888)

* Make block generator easier to use

* applied review suggestions

* rename BlockMetadata -> BlockOptions

* removed redundant uses of blockchain generator and genereator.next().unwrap() calls
2018-02-28 14:59:04 +01:00
..
cli [Beta] Backports (#7756) 2018-01-31 21:45:23 +01:00
light_helpers
account.rs
blockchain.rs fixed panic when io is not available for export block, closes #7486 (#7495) 2018-01-08 14:46:29 +01:00
cache.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 11:00:37 +01:00
configuration.rs Revert "revert to #7677 #7679" (#7715) 2018-01-29 11:43:30 +01:00
dapps.rs Fix CSP for dapps that require eval. (#7867) (#7903) 2018-02-15 12:21:29 +01:00
deprecated.rs
helpers.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 11:00:37 +01:00
informant.rs
ipfs.rs
main.rs
migration.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 11:00:37 +01:00
modules.rs
params.rs Expanse Byzantium update w/ correct metropolis difficulty increment divisor (#7463) 2018-01-05 13:49:07 +01:00
presale.rs
rpc_apis.rs Expose default gas price percentile configuration in CLI (#7497) 2018-01-09 12:43:36 +01:00
rpc.rs Merge branch 'master' into dircrate2 2017-12-29 10:45:11 +01:00
run.rs [beta] Backports (#8011) 2018-02-28 14:59:04 +01:00
secretstore.rs Merge branch 'master' into dircrate2 2017-12-29 10:45:11 +01:00
signer.rs
snapshot.rs
stratum.rs
upgrade.rs
url.rs
user_defaults.rs
whisper.rs Problem: sending any Whisper message fails 2018-01-01 20:54:15 -08:00