Skip to content

Feat/watch seq set#385

Merged
eigmax merged 5 commits intoGOATNetwork:devfrom
blake-pro:feat/watch-seq-set
Feb 12, 2026
Merged

Feat/watch seq set#385
eigmax merged 5 commits intoGOATNetwork:devfrom
blake-pro:feat/watch-seq-set

Conversation

@blake-pro
Copy link
Contributor

No description provided.

&& enable_sequencer_set_hash_monitor
&& sequencer_set_monitor_start_cosmos_block.is_none()
{
return Err(anyhow::anyhow!(
Copy link
Contributor

Choose a reason for hiding this comment

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

bail!.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Switching to bail, it returns an anyhow::Error, while the main function is typed to return Result<(), Box>, causing a type mismatch.

node/src/main.rs Outdated
}
}));

if enable_sequencer_set_hash_monitor && is_committee {
Copy link
Contributor

Choose a reason for hiding this comment

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

can we define a new role, publisher? we use committee as the publisher currently

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good idea.

@eigmax eigmax merged commit 3542350 into GOATNetwork:dev Feb 12, 2026
3 checks passed
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