Add non-sensitive order transition audit, endpoint, and tests - #208
Add non-sensitive order transition audit, endpoint, and tests#208smog123 wants to merge 2 commits into
Conversation
|
@smog123 is attempting to deploy a commit to the karagoz's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hey @smog123! 👋 It looks like this PR isn't linked to any issue. If this PR is for one of the issues assigned to you as part of a Wave, please link it to ensure your contribution is tracked properly. You can do this by adding a keyword to the PR description (e.g.,
|
|
Thanks for the transition audit PR. I started the review from the karagozemin maintainer account, but this branch is currently not mergeable against latest GitHub reports it as conflicting, and a local merge confirms a conflict in: Please rebase or merge latest |
|
Thanks for the update. I rechecked again after the latest commit, but the branch is still not mergeable against current A local merge now conflicts in: Please rebase/merge latest |
This PR adds a read-only, non-sensitive audit of order state transitions:
order_transitionstable to persist from/to timestamps, optional tx hash, and category.GET /orders/:id/transitionsto retrieve transition summaries.Tests:
pnpm --filter @oversync/coordinator testpasses locally.