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

Tenderdash validators request error #2242

Closed
owl352 opened this issue Oct 13, 2024 · 0 comments · Fixed by dashpay/tenderdash#959
Closed

Tenderdash validators request error #2242

owl352 opened this issue Oct 13, 2024 · 0 comments · Fixed by dashpay/tenderdash#959
Assignees
Labels
bug Something isn't working

Comments

@owl352
Copy link
Contributor

owl352 commented Oct 13, 2024

In platform explorer, we using validators endpoint from tenderdash, but lately, we've been getting the occasional error.

Expected Behavior

{
  "block_height": 34323,
  "validators": [
    {
      "voting_power": "100",
      "pro_tx_hash": "05B687978344FA2433B2AA99D41F643E2D8581A789CDC23084889CECA5244EA8",
      "address": {
        "NodeID": "",
        "Hostname": "",
        "Port": 0
      },
      "proposer_priority": "0"
    },
    {
      "voting_power": "100",
      "pro_tx_hash": "12DE3EA6678DADB1DB529B7FA98762160625055DE2AA34E757C93C136233F4A2",
      "address": {
        "NodeID": "",
        "Hostname": "",
        "Port": 0
      },
      "proposer_priority": "0"
    },
    {
      "voting_power": "100",
      "pro_tx_hash": "2E48651A2E9C0CB4F2FB7AB874061AA4AF0CD28B59695631E6A35AF3950EF6FB",
      "address": {
        "NodeID": "",
        "Hostname": "",
        "Port": 0
      },
      "proposer_priority": "0"
    }, ...
  ],
  "count": "25",
  "total": "25",
  "threshold_public_key": {
    "type": "tendermint/PubKeyBLS12381",
    "value": "hoLxS89pQtcif2ebooZREg6ASWWx8MtK8ZkaqhcNSPGE2ilrVsPzULK9rOvBZPlN"
  },
  "quorum_type": 6,
  "quorum_hash": "0000006BBF8F606B027048A1AA58767B2080C05000AA2EAE972FA279FB568F49"
}

Current Behavior

{
  "code": -32603,
  "message": "Internal error",
  "data": "failed to create validator scoring strategy: could not initialize proposer: quorum hash mismatch at height 33226"
}

Possible Solution

Steps to Reproduce (for bugs)

I don't know under what conditions it happens, but sometimes this error pops up in the testnet and at this moment the validators page is not loaded on platform-explorer

Context

platform-explorer validators page does not work because of this error

Your Environment

last PE version
dashmate/1.3.0 darwin-arm64 node-v20.16.0
tenderdash:1.3.0
drive:1.4-dev
dapi:1.4-dev

@owl352 owl352 added the bug Something isn't working label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants