We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
repair_mode
repair_ts
Before 3.1 Release we have repair_mode check in skale-api, now we have repair_ts and in skale-api there is still old value
skale-admin: 2.8.0-beta.1
2.8.0-beta.1
{"status": "ok", "payload": {"name": "thirsty-miserable-hamal", "id": "0x00000735e11e82075050a6cdb26a552dd5b66d4b92cceb1e65f5f045b30941eb", "mainnet_owner": "0x487360568fE5Ee4AE5c75782D5F63e9935B0E512", "part_of_node": 16, "dkg_status": 3, "is_deleted": false, "first_run": false, "repair_mode": false}}
The text was updated successfully, but these errors were encountered:
Verified
skale-admin: 2.8.0-beta.2 node-cli: 2.5.0-beta.3
2.8.0-beta.2
2.5.0-beta.3
Logs:
root@Regression-11:~# skale schains info exciting-glittering-sharatan Name Id Mainnet_owner Part_of_node Dkg_status Is_deleted First_run Repair_ts ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- exciting-glittering-sharatan 0x00000451e565e667e19cf948ee2924415bda7848457b94c9aa1aa5f85f3fa68d 0x47A260715623df37b9F5ea52C2E66245c0529DF2 16 3 False False 1729528902
{"status": "ok", "payload": {"name": "thirsty-miserable-hamal", "id": "0x00000735e11e82075050a6cdb26a552dd5b66d4b92cceb1e65f5f045b30941eb", "mainnet_owner": "0x487360568fE5Ee4AE5c75782D5F63e9935B0E512", "part_of_node": 16, "dkg_status": 3, "is_deleted": false, "first_run": false, "repair_ts": 1729528902}}
Sorry, something went wrong.
badrogger
Successfully merging a pull request may close this issue.
Before 3.1 Release we have
repair_mode
check in skale-api, now we haverepair_ts
and in skale-api there is still old valueskale-admin:
2.8.0-beta.1
The text was updated successfully, but these errors were encountered: