Verfiy SON network status #508

Closed
opened 2023-02-07 03:19:53 +00:00 by bobinson · 5 comments
bobinson commented 2023-02-07 03:19:53 +00:00 (Migrated from gitlab.com)

There is a bug reported against 1.5.20-alpha here : https://gitlab.com/PBSA/NEX/-/issues/630

Please collect the logs or try to re-produce the issues.

There is a bug reported against `1.5.20-alpha` here : https://gitlab.com/PBSA/NEX/-/issues/630 Please collect the logs or try to re-produce the issues.
bobinson commented 2023-02-07 03:19:53 +00:00 (Migrated from gitlab.com)

assigned to @vampik

assigned to @vampik
bobinson commented 2023-02-07 03:20:21 +00:00 (Migrated from gitlab.com)

marked this issue as blocking NEX#630

marked this issue as blocking NEX#630
vampik commented 2023-02-08 09:45:39 +00:00 (Migrated from gitlab.com)

I checked in QA environment, SON network status works fine.
It seems that the problem happens because now we have separate statuses for sidechains.

I checked in QA environment, **SON network status** works fine. It seems that the problem happens because now we have separate statuses for sidechains.
serkixenos commented 2023-02-08 17:30:27 +00:00 (Migrated from gitlab.com)

I am confirming that get_son_network_status and get_son_network_status_by_sidechain cmd/api works as intended.

I am confirming that `get_son_network_status` and `get_son_network_status_by_sidechain` cmd/api works as intended.
vampik commented 2023-02-09 08:42:27 +00:00 (Migrated from gitlab.com)

New API for get_son_network_status:

get_son_network_status
[[
    "bitcoin",[[
        "1.33.0",
        "OK, regular SON heartbeat"
      ],[
        "1.33.1",
        "OK, regular SON heartbeat"
      ],[
        "1.33.2",
        "OK, regular SON heartbeat"
      ],[
        "1.33.3",
        "OK, regular SON heartbeat"
      ],[
        "1.33.4",
        "OK, regular SON heartbeat"
      ]
    ]
  ],[
    "ethereum",[[
        "1.33.0",
        "OK, regular SON heartbeat"
      ],[
        "1.33.1",
        "OK, regular SON heartbeat"
      ],[
        "1.33.2",
        "OK, regular SON heartbeat"
      ],[
        "1.33.3",
        "OK, regular SON heartbeat"
      ],[
        "1.33.4",
        "OK, regular SON heartbeat"
      ]
    ]
  ],[
    "hive",[[
        "1.33.0",
        "OK, regular SON heartbeat"
      ],[
        "1.33.1",
        "OK, regular SON heartbeat"
      ],[
        "1.33.2",
        "OK, regular SON heartbeat"
      ],[
        "1.33.3",
        "OK, regular SON heartbeat"
      ],[
        "1.33.4",
        "OK, regular SON heartbeat"
      ]
    ]
  ]
]

New API for `get_son_network_status`: ``` get_son_network_status [[ "bitcoin",[[ "1.33.0", "OK, regular SON heartbeat" ],[ "1.33.1", "OK, regular SON heartbeat" ],[ "1.33.2", "OK, regular SON heartbeat" ],[ "1.33.3", "OK, regular SON heartbeat" ],[ "1.33.4", "OK, regular SON heartbeat" ] ] ],[ "ethereum",[[ "1.33.0", "OK, regular SON heartbeat" ],[ "1.33.1", "OK, regular SON heartbeat" ],[ "1.33.2", "OK, regular SON heartbeat" ],[ "1.33.3", "OK, regular SON heartbeat" ],[ "1.33.4", "OK, regular SON heartbeat" ] ] ],[ "hive",[[ "1.33.0", "OK, regular SON heartbeat" ],[ "1.33.1", "OK, regular SON heartbeat" ],[ "1.33.2", "OK, regular SON heartbeat" ],[ "1.33.3", "OK, regular SON heartbeat" ],[ "1.33.4", "OK, regular SON heartbeat" ] ] ] ] ```
vampik (Migrated from gitlab.com) closed this issue 2023-02-09 08:42:56 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Peerplays_Blockchain/peerplays_migrated#508
No description provided.