You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): unblock workflows and align verifier inputs (#215)
## What ❔
- **CI/workflow maintenance:** updated `deny`, `typos`, and GPU
workflows; typo checks now run only on changed files.
- **CI stabilization:** temporarily disabled unstable CLI-dependent
jobs/tests (with TODOs to re-enable after follow-up).
- **Security/license policy:** re-enabled `cargo-deny` (`advisories`,
`licenses`, `bans`, `sources`), kept temporary advisory ignores for
known unresolved unmaintained transitive crates, added missing workspace
license metadata for `tools/pow_config_generator`, and allowed
`CDDL-1.0` for the current `inferno` transitive license.
- **Verifier/CLI alignment:** propagated `pow_challenge` into
metadata/oracle generation and switched CLI verification calls to
`full_statement_verifier::legacy_circuits::*`.
- **Test hygiene:** marked profiler `test_types` as ignored.
## Why ❔
- Keep CI green and actionable while targeted follow-up work lands.
- Keep security/license checks enabled with explicit, reviewable policy
exceptions.
- Ensure prover/verifier input wiring is consistent.
## Is this a breaking change?
- [ ] Yes
- [x] No
## Checklist
- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [x] Code has been formatted.
0 commit comments