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

investigate nanosecond time for query time command #303

Open
Franziska-Mueller opened this issue Feb 7, 2025 · 1 comment
Open

investigate nanosecond time for query time command #303

Franziska-Mueller opened this issue Feb 7, 2025 · 1 comment

Comments

@Franziska-Mueller
Copy link
Collaborator

When querying the node time with qubic-cli the returned nanoseconds in the received packet are always 0:

Image

The issue seems to originate on the node side, when processing SPECIAL_COMMAND_QUERY_TIME (qubic.cpp around line 1280). Assuming that updateTime() works as expected on the node, the EFI_TIME that's converted to UtcTime should contain nanoseconds.

@Franziska-Mueller Franziska-Mueller moved this to 📋 Backlog in qubic Feb 7, 2025
@philippwerner
Copy link
Contributor

If I remember correctly, this is because GetTime() in the EFI implementation running on our nodes does not return time with nanosecond accuracy.

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

No branches or pull requests

2 participants