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
Second @proton/vert v0.2.15 bug: IndexObject.compare() in table.ts has
a JS operator precedence issue where || binds tighter than ?:, causing
BTree lookups to return secondary index entries from wrong tables. This
triggered "db access violation" in cross-contract inline actions (e.g.,
approve/arbitrate calling incjobs on agentcore).
Fix: add parentheses around the ternary expression. All 114 tests now
pass with zero pending. Updated upstream PR: XPRNetwork/vert#5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments