Timestamp not found in query response

This is expected. As per the release notes in https://github.com/dfinity/agent-js/releases/tag/v0.20.0,

if you are using a lower version of dfx than 0.15.2, you will need to set {verifyQuerySignatures: false} in your HttpAgent options, as the signatures were not present in earlier replica versions.

during local development with old versions of dfx

3 Likes