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

feat: add full sync notif #8

Merged
merged 2 commits into from
Feb 4, 2025
Merged

feat: add full sync notif #8

merged 2 commits into from
Feb 4, 2025

Conversation

azurwastaken
Copy link

@azurwastaken azurwastaken commented Feb 2, 2025

Description

Adding an notification to be able to condition behavior on full sync

@azurwastaken azurwastaken deployed to sui-typescript-aws-kms-test-env February 2, 2025 22:32 — with GitHub Actions Active
@azurwastaken azurwastaken changed the title init Feat: add full sync notif Feb 2, 2025

let highest_checkpoint = match sync_state.highest_known_checkpoint_sequence_number() {
Some(checkpoint) => checkpoint,
None => return,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log a warning in case its None, also write comment when this could happen

@EvolveArt EvolveArt changed the title Feat: add full sync notif feat: add full sync notif Feb 4, 2025
@EvolveArt EvolveArt merged commit b7b9f14 into main Feb 4, 2025
1 check passed
@EvolveArt EvolveArt deleted the max/init-exex-event branch February 4, 2025 18:44
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