Remove references to parity-ethereum (#11525)

* update all the changelogs

* update only github URLs in README.md

* sed magic

find . -type f -exec sed -i 's_paritytech/parity-ethereum_OpenEthereum/open-ethereum_g' {} \;
This commit is contained in:
s3krit
2020-03-01 23:40:59 +01:00
committed by GitHub
parent 597cbc2d6c
commit 62b73a6460
41 changed files with 1406 additions and 1406 deletions

View File

@@ -147,7 +147,7 @@ impl Snapshot {
/// sometimes spills over into more than one chunk and the parts of state that are missing
/// pieces are held in memory while waiting for the next chunk(s) to show up. This means that
/// when chunks are processed out-of-order, memory usage goes up, sometimes significantly (see
/// e.g. https://github.com/paritytech/parity-ethereum/issues/8825).
/// e.g. https://github.com/OpenEthereum/open-ethereum/issues/8825).
pub fn needed_chunk(&mut self) -> Option<H256> {
// Find next needed chunk: first block, then state chunks
let chunk = {