Skip to content
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

Heimdall v1.0.10 treats "heimdall-137" and "mainnet" as different networks. #1200

Open
sv3t0sl4v opened this issue Oct 28, 2024 · 1 comment

Comments

@sv3t0sl4v
Copy link

sv3t0sl4v commented Oct 28, 2024

Heimdall version 1.0.10, head 8d549d1

Environment:

  • OS Ubuntu Linux

What happened:
What title says and thus can't connect to some peers.

What you expected to happen:
Connect to peer and sync.

Have you tried the latest version: yes

How to reproduce it Install from source, add seeds from log or polygon technology documentation, start heimdalld.

Logs (paste a small part showing an error (< 10 lines) or link a pastebin, gist, etc. containing more of the log file):

ERROR[2024-10-28|01:12:34.045] Error dialing seed                           module=p2p err="incompatible: Peer is on a different network. Got heimdall-137, expected mainnet" [email protected]:26656
ERROR[2024-10-28|01:12:34.143] Error dialing seed                           module=p2p err="incompatible: Peer is on a different network. Got heimdall-137, expected mainnet" [email protected]:26656
ERROR[2024-10-28|01:12:34.303] Error dialing seed                           module=p2p err="incompatible: Peer is on a different network. Got heimdall-137, expected mainnet" [email protected]:26656

Config (you can paste only the changes you've made):
I only increased cache.

node command runtime flags:
Nothing special, flag for home dir as compiled from source and different from default.

/dump_consensus_state output for consensus bugs
{ "jsonrpc": "2.0", "id": "", "result": { "round_state": { "height": "1186", "round": "0", "step": 1, "start_time": "2024-10-28T01:21:42.125499059Z", "commit_time": "2024-10-28T01:21:37.125499059Z", "validators": { "validators": [ { "address": "D8507A6AA8C5B4FCC25043146BB357042B7040A2", "pub_key": { "type": "tendermint/PubKeySecp256k1", "value": "BCIzdtG7O4VcsfK3kSaOwAPoN3L8gLj+DyhCP8q2qp0XW8OcRyafJSP79pgrHpGSJP/WjuvGYtnKTFfF0vPGP04=" }, "voting_power": "1", "proposer_priority": "0" } ], "proposer": { "address": "D8507A6AA8C5B4FCC25043146BB357042B7040A2", "pub_key": { "type": "tendermint/PubKeySecp256k1", "value": "BCIzdtG7O4VcsfK3kSaOwAPoN3L8gLj+DyhCP8q2qp0XW8OcRyafJSP79pgrHpGSJP/WjuvGYtnKTFfF0vPGP04=" }, "voting_power": "1", "proposer_priority": "0" } }, "proposal": null, "proposal_block": null, "proposal_block_parts": null, "locked_round": "-1", "locked_block": null, "locked_block_parts": null, "valid_round": "-1", "valid_block": null, "valid_block_parts": null, "votes": [ { "round": "0", "prevotes": [ "nil-Vote" ], "prevotes_bit_array": "BA{1:_} 0/1 = 0.00", "precommits": [ "nil-Vote" ], "precommits_bit_array": "BA{1:_} 0/1 = 0.00" } ], "commit_round": "-1", "last_commit": { "votes": [ "Vote{0:D8507A6AA8C5 1185/00/2(Precommit) 87F2D1B80181 2B6FDFC518AA @ 2024-10-28T01:21:37.123703493Z [no-proposals]}" ], "votes_bit_array": "BA{1:x} 1/1 = 1.00", "peer_maj_23s": {} }, "last_validators": { "validators": [ { "address": "D8507A6AA8C5B4FCC25043146BB357042B7040A2", "pub_key": { "type": "tendermint/PubKeySecp256k1", "value": "BCIzdtG7O4VcsfK3kSaOwAPoN3L8gLj+DyhCP8q2qp0XW8OcRyafJSP79pgrHpGSJP/WjuvGYtnKTFfF0vPGP04=" }, "voting_power": "1", "proposer_priority": "0" } ], "proposer": { "address": "D8507A6AA8C5B4FCC25043146BB357042B7040A2", "pub_key": { "type": "tendermint/PubKeySecp256k1", "value": "BCIzdtG7O4VcsfK3kSaOwAPoN3L8gLj+DyhCP8q2qp0XW8OcRyafJSP79pgrHpGSJP/WjuvGYtnKTFfF0vPGP04=" }, "voting_power": "1", "proposer_priority": "0" } }, "triggered_timeout_precommit": false }, "peers": [] } }

This results in no peer connections and slow block height increment of 1 per 5-6 sec or worse.

@marcello33
Copy link
Contributor

@djpolygon can you take a look at this just to make sure it's not due to the new release packagers?
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants