OpenZeppelin / OpenZeppelin/compact-contracts
Live-backend test harness for the contract suite
Open
@andrew-fleming is already working on this.
Since Jul 22, 2026.
0-high
enhancement
- Dominant language
- TypeScript
- Stars
- 55
- Forks
- 29
- Avg merge
- 5d 7h
- Merged PRs (30d)
- 25
Description
Motivation
The contract suite's specs run against the dry simulator only, so live-only
failure modes go uncaught: real deploys, ZK proofs, on-chain state, per-signer
wallets, dust fees, and indexer lag.
This umbrella tracks a live-backend test harness that reruns the existing unit specs against a local node (make env-up) under MIDNIGHT_BACKEND=live (the unit-live vitest project), rolled out one module category at a time.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.