Skip to content

Feat/expand payload validation tests - #666

Merged
Abd-Standard merged 4 commits into
Core-Foundry:mainfrom
vicajohn:feat/expand-payload-validation-tests
Sep 1, 2026
Merged

Feat/expand payload validation tests#666
Abd-Standard merged 4 commits into
Core-Foundry:mainfrom
vicajohn:feat/expand-payload-validation-tests

Conversation

@vicajohn

Copy link
Copy Markdown
Contributor

closes #606

Overview

Related Issue

Closes #

Changes

Verification

# e.g.
cd dashboard && npm test
cd listener && npm run typecheck && npm test
cd contract/contracts/hello-world && cargo test

How to Test

Checklist

  • Branch is up to date with main
  • Tests added/updated and all pass locally
  • cargo fmt --all run (if Rust changes)
  • npm run lint passes (if TypeScript changes)
  • Documentation updated if behavior changed

vicajohn added 4 commits July 25, 2026 17:35
- Add comprehensive requirements covering 10 key validation areas
- Include design with dual testing approach (unit + property-based)
- Define 8 correctness properties for formal validation
- Create 30+ actionable implementation tasks organized in 5 phases
- Target 95% line coverage and 100% branch coverage
@Abd-Standard
Abd-Standard merged commit e66fe2e into Core-Foundry:main Sep 1, 2026
0 of 7 checks passed
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.

Add Contract Address Copy Action

2 participants