Conversation
…de-sanity-tests-setup
Gas Usage ReportCommit: Exceeded Limits
|
|
@yurii-ssv I was wondering if we can reuse pieces/semantics between the current deployment scripts and forking tests. Convergence Opportunities1. Duplicate Deployment LogicThe biggest redundancy is in
The 2. Duplicate
|
| Issue | Recommendation |
|---|---|
runInTestUpgradePath() duplicates scripts/upgrade.ts |
Remove or delegate to upgrade script; rely on just upgrade-test-fork pre-step |
Two ForkConfigFile type definitions |
Test-side should import from scripts/common/fork-test.ts |
connection.ts / fork.ts near-identical |
Merge into getConnection(network?) |
Forked fixture ignores FORK_* env protocol params |
Read env vars from buildForkTestEnv output instead of hardcoded constants |
| Fork testing underdocumented on test side | Add "Fork Testing in Detail" section to deployments/README.md |
No description provided.