Conversation
|
The contracts CI is failing on the rustfmt format check. This isn't a logic issue, just formatting. Run this in the contracts directory and push: cd contracts
cargo fmtThen commit and push the formatting changes. The CI should pass after that. |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ogazboiz
left a comment
There was a problem hiding this comment.
Contracts CI is failing under 30 seconds, which is almost always a cargo fmt check. Run this from the contracts/ directory and commit the result:
cd contracts
cargo fmt
git add -A
git commit -m 'style: apply cargo fmt'
git push|
The codebase issues on main have been resolved and all CI checks are passing now. Please rebase your branch to pull in the latest changes before continuing. Thanks for your patience. |
ogazboiz
left a comment
There was a problem hiding this comment.
19k+ additions, mostly snapshots. Migration 1779000000010 is below the highest. Committed error.txt and error_tests.txt build logs. Rust refinance function has a borrow-after-partial-move compile error. The retry scheduler uses unsafe as any casts. import * as crypto from "crypto" regresses the correct node:crypto import. Needs rebase and significant fixes.
|
heads up, a few important changes just landed on main that affect your PR:
please rebase on latest main: git fetch upstream
git rebase upstream/main
git push --force-with-lease |
Closes #353