openethereum/util
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
..
EIP-712 misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
bloom misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
blooms-db Blooms file iterator empty on out of range position. (#10145) 2019-01-07 17:54:06 +01:00
dir misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
fake-fetch misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
fastmap misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
fetch misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
io misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
journaldb Replace ethcore-logger with env-logger. (#10102) 2019-01-08 15:07:20 +01:00
keccak-hasher misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
len-caching-lock misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
macros misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
memory-cache misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
memzero misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
migration-rocksdb misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
network misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
network-devp2p fix(ManageNetwork): replace Range with RangeInclusive (#10209) 2019-01-22 09:51:40 +01:00
panic-hook misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
patricia-trie-ethereum misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
registrar misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
rlp-compress misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
rlp-derive misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
runtime misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
stats misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
triehash-ethereum misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
unexpected misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
version Enable St-Peters-Fork ("Constantinople Fix") (#10223) 2019-01-21 22:55:44 +01:00