dethcrypto / dethcrypto/TypeChain
Warn about version mismatch in runtime
Open
enhancement
good first issue
- Dominant language
- TypeScript
- Stars
- 2.8k
- Forks
- 376
- PR merge metrics
- No merged PRs in 30d
Description
We should add explicit runtime errors that stop CLI execution when an obvious version mismatch is detected. No one (me neither) checks peer dependency-related errors from a package manager.
TC should bail if:
* ether target has detected too low ethers version detected
* tc core package is too low to support given target package
Each target package should be able to define custom conditions to bail.
Contributor guide
Assessment
This issue has not been assessed yet.