-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full node syncing issue #2073
Comments
Hi, also state-sync tutorial is not working. |
Hi there, Can you describe the symptoms better? |
About state sync, @yaruwangway are you trying to ss for V8? That won't work till about 1500 blocks after v8 is running and may not work at all on testnet because the script pulls from chain registry. Recommendations:
I am going to define full node here, as archival with all history, and attempt to sync now. |
Hi about state sync, I am syncing mainnet. it is working now, I opened an issue here. It is not a bug, just the peers are not working. We need to think a way to curl live peer from a reliable source. I also tried to sync v8 Rho-testnet, which is not working. |
Hi, @faddat , i see your pr, will test the sync, lets move to talk in the other issue, this is probably not so related this one here. |
Ok, in order to work this issue better, I'll need the exact configuration of the nodes that are failing please |
let's define a test here for this: git clone https://github.com/cosmos/gaia
cd gaia
gh pr checkout 2077
go install ./...
gaiad init test
wget https://github.com/cosmos/testnets/raw/master/public/genesis.json.gz
gzip -d genesis.json.gz
mv genesis.json ~/.gaia/config/genesis.json
gaiad start --p2p.seeds "639d50339d7045436c756a042906b9a69970913f@seed-01.theta-testnet.polypore.xyz:26656,3e506472683ceb7ed75c1578d092c79785c27857@seed-02.theta-testnet.polypore.xyz:26656" That is how I define "full node" There is also "archive node" git clone https://github.com/cosmos/gaia
cd gaia
gh pr checkout 2077
go install ./...
gaiad init test
wget https://github.com/cosmos/testnets/raw/master/public/genesis.json.gz
gzip -d genesis.json.gz
mv genesis.json ~/.gaia/config/genesis.json
gaiad start --p2p.seeds "639d50339d7045436c756a042906b9a69970913f@seed-01.theta-testnet.polypore.xyz:26656,3e506472683ceb7ed75c1578d092c79785c27857@seed-02.theta-testnet.polypore.xyz:26656" --pruning nothing Also needed: The commit hash running on the testnet.
This occurs weather or not iavl fast node is enabled. I just reprodueced it. This points at gas. @yaruwangway @jtremback testnet validators are on rc3? |
An update on this issue. The nodes that are lagging have In gaia v8, Line 189 in 27234da
v8.0.0-rc4 .
In general though, we need to improve the documentation / logging / validation of the Thanks to @sergio-mena @ancazamfir for their help figuring out this issue. |
@faddat , yes, testnet is on v8-rc3 |
Summary of Bug
The text was updated successfully, but these errors were encountered: