Skip to content

test: cover monotonic escrow id allocation#48

Open
meteop-x wants to merge 1 commit into
JSE-ORG:mainfrom
meteop-x:codex/escrow-id-counter-29
Open

test: cover monotonic escrow id allocation#48
meteop-x wants to merge 1 commit into
JSE-ORG:mainfrom
meteop-x:codex/escrow-id-counter-29

Conversation

@meteop-x

Copy link
Copy Markdown

Summary

  • adds regression coverage for escrow IDs starting at 1 and increasing through 10 successful create_escrow calls
  • verifies each generated escrow remains pending and is stored with the expected seller/resolver/token/amount/window
  • applies rustfmt to the touched escrow contract files

Closes #29

Verification

  • cargo fmt -p trustlink-escrow -- --check
  • cargo test -p trustlink-escrow -- --nocapture (10 passed)

@JSE19

JSE19 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

👋 main has been fixed — \ und_escrow\ and
aise_dispute\ are restored and clippy is clean. Could you rebase your branch on the latest main so CI re-runs? \git rebase main\ then force-push.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue #29: Implement escrow counter with monotonically increasing IDs

2 participants