Hi, I’m implementing the v3 call api in the ic_tools Dart agent, and it looks like the response values are different than what is written in the spec.
On a successful 200 response, in the first decoded cbor map:
- The
status
value comes as “replied”, but the spec says it should be “certified_state”. - The certificate is in a “certificate” field, but the spec says it should be in a “reply” field.