Problem
yarn install fails for all contributors:
Error: halmos-cheatcodes@https://github.com/a16z/halmos-cheatcodes.git#commit=c0d865508c0fee0a11b97732c5e90f9cad6b65a5: Manifest not found
The commit c0d8655 no longer exists in the upstream a16z/halmos-cheatcodes repo (likely force-pushed away). This also breaks the pre-commit hook (yarn lint:check && yarn build), blocking all commits.
Current state
package.json: "halmos-cheatcodes": "github:a16z/halmos-cheatcodes#c0d8655"
- Upstream
main is now at 6da4e69
Fix
Update the pin to the current main HEAD (6da4e692c357ba6d641a2e677a28298cac9f76ab).
Problem
yarn installfails for all contributors:The commit
c0d8655no longer exists in the upstreama16z/halmos-cheatcodesrepo (likely force-pushed away). This also breaks the pre-commit hook (yarn lint:check && yarn build), blocking all commits.Current state
package.json:"halmos-cheatcodes": "github:a16z/halmos-cheatcodes#c0d8655"mainis now at6da4e69Fix
Update the pin to the current
mainHEAD (6da4e692c357ba6d641a2e677a28298cac9f76ab).