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(rocksdb): prioritize slot ordering over version in comparison logic [MTG-1415] (#446)
* fix(rocksdb): prioritize slot ordering over version in comparison logic
Change the comparison order in macro to check
slot_updated values first before checking update_version. This ensures account-based
assets are properly indexed by slot-first ordering, which better represents the
correct temporal sequence of asset updates.
Closes MTG-1415
* chore: fmt
* test: Fix tests after reprioritising the ordering
0 commit comments