Skip to content

feat(escrow): event contract tests with 98.51% coverage#144

Open
TYDev01 wants to merge 6 commits intoTalenttrust:mainfrom
TYDev01:feature/contracts-40-event-contract-tests
Open

feat(escrow): event contract tests with 98.51% coverage#144
TYDev01 wants to merge 6 commits intoTalenttrust:mainfrom
TYDev01:feature/contracts-40-event-contract-tests

Conversation

@TYDev01
Copy link
Copy Markdown

@TYDev01 TYDev01 commented Mar 25, 2026

Close #90

  • Rewrote lib.rs with clean implementation and 14 structured events
  • Added test/events.rs: tests covering all event types, payload correctness, ordering, absence guarantees, and accumulation
  • Fixed all 10 existing test modules to align with updated API
  • Added docs/escrow/events.md: full event catalogue with decode examples
  • Updated README.md with event quick-reference table

- Rewrote lib.rs with clean implementation and 14 structured events
- Added test/events.rs: tests covering all event types, payload
  correctness, ordering, absence guarantees, and accumulation
- Fixed all 10 existing test modules to align with updated API
- Added docs/escrow/events.md: full event catalogue with decode examples
- Updated README.md with event quick-reference table
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 25, 2026

@TYDev01 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@mikewheeleer
Copy link
Copy Markdown
Contributor

@TYDev01 please resolve the conflicts

TYDev01 and others added 4 commits March 29, 2026 18:07
- Accepted HEAD (feature branch) for lib.rs, test.rs, flows.rs, security.rs,
  lifecycle.rs, and snapshot JSON files to preserve the clean event-driven
  implementation and 98.51% test coverage
- Merged both branches' README.md test-command and Upgradeable Storage
  Planning sections, combining event-contract doc pointers with storage/
  access-control pointers from main
- Fixed lifecycle.rs which was committed to origin/main with stale conflict
  markers from feature/contracts-27-contract-ownership-transfer

All 81 tests pass.
@TYDev01
Copy link
Copy Markdown
Author

TYDev01 commented Mar 30, 2026

Hello Chief, can you check.

@mikewheeleer
Copy link
Copy Markdown
Contributor

@TYDev01 Please resolve the conflicts

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.

[Mike] 40. Event contract tests

2 participants