Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Kovan testnet not syncing beyond 32,321 #5589

Closed
adrianbrink opened this issue May 10, 2017 · 8 comments
Closed

Kovan testnet not syncing beyond 32,321 #5589

adrianbrink opened this issue May 10, 2017 · 8 comments
Assignees
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust.
Milestone

Comments

@adrianbrink
Copy link

I'm using the newest build of parity master.

Command

./target/release/parity ui --chain kovan --no-warp
Parity
  version Parity/v1.7.0-unstable-0bd4d5bb0-20170507/x86_64-macos/rustc1.19.0-nightly
Copyright 2015, 2016, 2017 Parity Technologies (UK) Ltd
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

By Wood/Paronyan/Kotewicz/Drwięga/Volf
   Habermeier/Czaban/Greeff/Gotchac/Redmann

screen shot 2017-05-10 at 12 50 59

I would expect Kovan to fully sync. Any idea why this doesn't work? Also, how to I reset my entire chain history, but ideally only for Kovan.

@keorn
Copy link

keorn commented May 10, 2017

Should be fixed in the PR above. To reset the Kovan chain use parity db kill --chain kovan.

@5chdn 5chdn added F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. labels May 10, 2017
@5chdn 5chdn added this to the 1.7 milestone May 10, 2017
@lgpawel
Copy link

lgpawel commented May 10, 2017

Sadly, after git pull, git checkout revert-aura, cargo build --release, and parity db kill --chain kovan the result is the same.

@adrianbrink
Copy link
Author

The issue still persists

@keorn
Copy link

keorn commented May 10, 2017

Please check with the current branch, works fine for me.

@lgpawel
Copy link

lgpawel commented May 10, 2017

After re-cloning the repo, git submodule init and update, and cargo build --release, unfortunately cannot confirm. The version number I get is Parity/v1.7.0-unstable-8146cbdae-20170510/x86_64-linux-gnu/rustc1.17.0.

@keorn
Copy link

keorn commented May 10, 2017

You will need git checkout revert-aura, its the pending fix.

@lgpawel
Copy link

lgpawel commented May 10, 2017

OK, seems to work now. Thanks!

@rphmeier
Copy link
Contributor

@adrianbrink Have you tried as well?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

No branches or pull requests

5 participants