Follow-ups from #8081 that need some human input:
These discrepancies were not hidden with documentation changes:
- Preview governance Swagger requires issuer
keyFilter, but src/node/gov/handlers/service_state.h does not emit it.
- Governance JWK schemas describe legacy certificate objects, while runtime and tests use per-key arrays > containing
publicKey, issuer, and optional constraint.
- Governance join-policy schemas use Swagger
byte encoding, while handlers emit hexadecimal values.
- The host RPC protocol schema is unconstrained; runtime treats every value other than
udp as TCP.
- The SNP endorsement URL is schema-required although runtime supports an omitted URL and default endpoint.
js/ccf-app/src/global.ts says enableUntrustedDateTime controls Date.now(), while the implementation treats it as a deprecated no-op.
- Piccolo parses
--host but does not apply it.
tla/tlc.py may place a Path object in an environment mapping, which breaks Windows trace validation.
Follow-ups from #8081 that need some human input: