openethereum/ethcore
Niklas Adolfsson 4b11d79829
fix(ManageNetwork): replace Range with RangeInclusive (#10209)
* fix(ManageNetwork): replace Range -> RangeIncls

Fixes `TODO: Range should be changed to RangeInclusive once stable (https://github.com/rust-lang/rust/pull/50758)`

* fix(tests)

* fix(grumbles): off-by-one error in debug_asserts

* RangeInclusive::end() is inclusive which means that if start and end is equal the `debug_assert(range.end() >
range.start()` will fail which is shouldn't
2019-01-22 09:51:40 +01:00
..
benches misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
blockchain Adds cli interface to allow reseting chain to a particular block (#9782) 2019-01-16 16:37:26 +01:00
call-contract Extract CallContract and RegistryInfo traits into their own crate (#10178) 2019-01-16 19:52:21 +01:00
db misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
evm misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
light misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
node-filter Remove caching for node connections (#10143) 2019-01-08 11:31:26 +11:00
private-tx Remove CallContract and RegistryInfo re-exports from `ethcore/client` (#10205) 2019-01-17 16:43:08 +01:00
res Enable St-Peters-Fork ("Constantinople Fix") (#10223) 2019-01-21 22:55:44 +01:00
service misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
src Add EIP-1283 disable transition (#10214) 2019-01-21 12:22:29 +01:00
sync fix(ManageNetwork): replace Range with RangeInclusive (#10209) 2019-01-22 09:51:40 +01:00
types misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
vm misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
wasm Replace ethcore-logger with env-logger. (#10102) 2019-01-08 15:07:20 +01:00
Cargo.toml Extract CallContract and RegistryInfo traits into their own crate (#10178) 2019-01-16 19:52:21 +01:00