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

make query module optional #2696

Merged
merged 1 commit into from
Feb 27, 2025
Merged

make query module optional #2696

merged 1 commit into from
Feb 27, 2025

Conversation

imabdulbasit
Copy link
Contributor

This PR makes query module optional again, and adds back status and catchup module.

@imabdulbasit imabdulbasit merged commit 4162475 into main Feb 27, 2025
52 checks passed
@imabdulbasit imabdulbasit deleted the ab/query-module-optional branch February 27, 2025 21:33
rob-maron pushed a commit that referenced this pull request Feb 28, 2025
sveitser pushed a commit that referenced this pull request Mar 7, 2025
This is extremely useful for downstream testing. For example, many
tests in the query service rely on a timestamp. Without this change,
we would have to implement our own test types or implement something
very unrealistic (like always getting the current time every time we
get the timestamp for the same header).

This is also pretty realistic, as any real application will probably
timestamp its blocks, and it demonstrates getting inputs in `Header::new`
from the outside world (ie the hardware clock) in addition to just the
inputs which are passed in, which is good for example purposes.
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