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
fix(asb): Bob's sqlite migration would cause Alice to fail with assertion (#942)
The migration used json_tree to find objects with an "xmr" key, but this
also matched Alice states (which have xmr in state3). Added an explicit
Bob-only filter to the target query.
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments