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

Update to the new SGX check response #27

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Update to the new SGX check response #27

merged 1 commit into from
Sep 27, 2024

Conversation

alexgex
Copy link
Contributor

@alexgex alexgex commented Sep 27, 2024

Changes are related to a new watchdog response on SGX check request

Old response:
{"data": {"status": 0, "status_name": "CONNECTED", "sgx_wallet_version": "1.9.0"}, "error": null}

New response:
{"data": {"status_zmq": true, "status_https": true, "sgx_wallet_version": "1.9.0"}, "error": null}

Temporary a support for both type of responds are implemented (can be removed after updating all SKALE nodes to 3.1 release)

@alexgex alexgex merged commit b29837d into develop Sep 27, 2024
2 checks passed
@alexgex alexgex deleted the improve-sgx-check branch September 27, 2024 15:55
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

Successfully merging this pull request may close these issues.

2 participants