Problem
We want BluePallas::challenge to stay strict: input must be serialized PallasMessage.
Current test vectors/helpers still pass raw bytes in some paths, so tests fail.
Fix
What needs to be done
- Update test vectors to store/use serialized PallasMessage bytes, not raw payload bytes.
- Update test helpers to stop fallback parsing and require serialized PallasMessage.
Problem
We want BluePallas::challenge to stay strict: input must be serialized PallasMessage.
Current test vectors/helpers still pass raw bytes in some paths, so tests fail.
Fix
What needs to be done