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

Unclear error while checking FSM spec #2203

Open
dvilelaf opened this issue Mar 22, 2024 · 1 comment
Open

Unclear error while checking FSM spec #2203

dvilelaf opened this issue Mar 22, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@dvilelaf
Copy link
Collaborator

Whenever we do not reference a specified event in our rounds, the FSM checker will report something like:

Error: Unreferenced events found in `AutomateAbciApp`
- Events {'NO_MAJORITY', 'DONE'} are defined in the round transitions of `ConditionCheckerRound` but not in `event_to_timeout`
- Events {'NO_MAJORITY', 'DONE'} are defined in the round transitions of `RelayFetcherRound` but not in `event_to_timeout`
- Events {'SETTLE'} are defined in the round transitions of `ExecutorRound` but not in `event_to_timeout`

THis has nothing to do with event_to_timeout and the message should be updated.

@dvilelaf dvilelaf added the documentation Improvements or additions to documentation label Mar 22, 2024
@Devanshusisodiya Devanshusisodiya mentioned this issue Mar 28, 2024
13 tasks
@Devanshusisodiya
Copy link
Contributor

@dvilelaf @angrybayblade I've raised a PR for this issue, please review and provide comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants