Commit cd5d856
committed
refactor(standard-contracts): collapse 3 reproducibility tests into one iterating file
Replaces three near-identical per-contract reproducibility.test.ts files with a single
src/reproducibility.test.ts that iterates standardContracts[] from contract_data.ts.
Pinned artifacts move from src/<slug>/pinned/ to a flat src/pinned/ directory.
Adding a new standard contract is now strictly one row in standardContracts[] plus one
pinned JSON; no test-file edits needed.1 parent 0e02d31 commit cd5d856
7 files changed
Lines changed: 39 additions & 108 deletions
File tree
- yarn-project/standard-contracts/src
- auth-registry
- multi-call-entrypoint
- pinned
- public-checks
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments