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 all_messages_delivered_up_to take tracked_chains into account. #2562

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Make all_messages_delivered_up_to take tracked_chains into account.

68e283f
Select commit
Loading
Failed to load commit list.
Draft

Make all_messages_delivered_up_to take tracked_chains into account. #2562

Make all_messages_delivered_up_to take tracked_chains into account.
68e283f
Select commit
Loading
Failed to load commit list.
Graphite App / Graphite / ai_reviewer check succeeded Oct 2, 2024 in 0s

Graphite AI review summary

This pull request moved the all_messages_delivered_up_to function from the chain.rs file to the mod.rs file in the chain_worker/state directory, enhancing its functionality to check tracked chains and outboxes. The function now returns a Result instead of a bool and uses asynchronous operations.

Left no comments. Looks good to me!

Details