openethereum/parity
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
..
cli Happy New Year! (#10211) 2019-01-18 14:00:13 +01:00
db misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
light_helpers misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
logger Replace ethcore-logger with env-logger. (#10102) 2019-01-08 15:07:20 +01:00
account.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
blockchain.rs Adds cli interface to allow reseting chain to a particular block (#9782) 2019-01-16 16:37:26 +01:00
cache.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
configuration.rs Adds cli interface to allow reseting chain to a particular block (#9782) 2019-01-16 16:37:26 +01:00
deprecated.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
export_hardcoded_sync.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
helpers.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
informant.rs fix(ManageNetwork): replace Range with RangeInclusive (#10209) 2019-01-22 09:51:40 +01:00
ipfs.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
lib.rs Remove CallContract and RegistryInfo re-exports from `ethcore/client` (#10205) 2019-01-17 16:43:08 +01:00
main.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
modules.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
params.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
presale.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
rpc.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
rpc_apis.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
run.rs Remove CallContract and RegistryInfo re-exports from `ethcore/client` (#10205) 2019-01-17 16:43:08 +01:00
secretstore.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
signer.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
snapshot.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
stratum.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
upgrade.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
user_defaults.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
whisper.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00