-
Notifications
You must be signed in to change notification settings - Fork 343
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(sns): neuron SetFollowing
command is validated in composition
#4563
Conversation
SetFollowing
command is validated in composition
…4543) This PR adds validation for the recently added neuron `SetFollowing` command (which is still disabled). The validation is based on global topic following invariants, but does not yet take into potential account existing topic-based following that a neuron might have; that will be added in a follow-up PR. | [Next PR](#4563) >
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this pull request affects the behavior of any canister owned by
the Governance team, remember to update the corresponding
unreleased_changes.md file(s).
To acknowldge this reminder (and unblock the PR), dismiss this
code review by going to the bottom of the pull request page, and
supply one of the following reasons:
-
Done.
-
No canister behavior changes.
No canister behavior changes.
This PR implements the rest of the
SetFollowing
command (which is still disabled). This ensures that the command has an effect only if the resulting following configuration would be valid.< Previous PR |