openethereum/ethcore
Niklas Adolfsson 2d2513b35a [dependencies] bump rand 0.7 (#11022)
* network-devp2p: bump rand `0.7`

* updater: bump rand `0.7`

* hash-fetch: bump rand `0.7`

* ethcore-sync: bump rand `0.7`

* rpc: dont work yet

* [private-tx] remove unused rand

* [ethcore-snapshot] bump rand 0.7

* [engine clique]: bump rand 0.7

* [engine authority-round]: remove rand

* [ethcore-blockchain]: bump rand 0.7

* [ethcore]: bump rand 0.7

* [ethcore-light]: bump rand 0.7

* [ethstore]: bump rand 0.7

* Fix for rand usage in rpc

* [rpc]: fix test build

* [ethcore-sync]: fix test build

* [snapshot tests]: rand 0.7

* [ethkey]: bump rand 0.7

* [rpc]: resolve TODO incompatible `rand versions`

* [ethkey] use `rust-secp256k1` master branch

* fix(bad merge): ethcoore-light remove itertools

* [rpc tests]: revert rpc test changes in #11139

`#11139` makes use a different `RNG/seed`, not `H64::random_using(&mut self.rand)`

This commit reverts the changed tests (the generated id by `Subscribers::next_id`)

* [ethkey/random]: resolve introduced `TODO`
2019-10-18 15:12:16 +02:00
..
account-db Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
account-state Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
benches Fix ethcore/benches build. (#10964) 2019-08-13 15:27:28 +02:00
block-reward Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
blockchain [dependencies] bump rand 0.7 (#11022) 2019-10-18 15:12:16 +02:00
builtin [ethcore/builtin]: do not panic in blake2pricer on short input (#11180) 2019-10-18 15:10:00 +02:00
call-contract Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
client-traits Change how RPCs eth_call and eth_estimateGas handle "Pending" (#11127) 2019-10-11 15:54:36 +02:00
db Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
engine RPC method for clearing the engine signer (#10920) 2019-10-09 14:42:51 +02:00
engines [dependencies] bump rand 0.7 (#11022) 2019-10-18 15:12:16 +02:00
evm Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
executive-state Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
light [dependencies] bump rand 0.7 (#11022) 2019-10-18 15:12:16 +02:00
machine TxPermissions ver 3: gas price & data (#11170) 2019-10-18 12:12:06 +02:00
node-filter Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
pod Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
private-tx Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
res TxPermissions ver 3: gas price & data (#11170) 2019-10-18 12:12:06 +02:00
service Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
snapshot [dependencies] bump rand 0.7 (#11022) 2019-10-18 15:12:16 +02:00
spec Use TryFrom instead of From+panic for Builtin (#11140) 2019-10-09 14:42:03 +02:00
src [dependencies] bump rand 0.7 (#11022) 2019-10-18 15:12:16 +02:00
state-db Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
sync [dependencies] bump rand 0.7 (#11022) 2019-10-18 15:12:16 +02:00
trace Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
trie-vm-factories Update to latest trie version. (#10972) 2019-08-15 15:36:48 +02:00
types Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
verification Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
vm Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
wasm Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
Cargo.toml [dependencies] bump rand 0.7 (#11022) 2019-10-18 15:12:16 +02:00