You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The role legend comment ("0=voter, 1=standby, 2=spare") encoded an
enum that already exists in dqlitewire as NodeRole. Switch the field
annotation to NodeRole and construct VOTER instances via the enum.
IntEnum stays int-compatible so existing integer comparisons continue
to work.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments