Lea Lobanov
Lea Lobanov
Related parent issue for missing protobuf fields in Access API classes: https://github.com/onflow/flow-go-sdk/issues/736
Related parent issue for missing protobuf fields in Access API classes: https://github.com/onflow/flow-go-sdk/issues/736
Related parent issue for missing protobuf fields in Access API classes: https://github.com/onflow/flow-go-sdk/issues/736
Related parent issue for missing protobuf fields in Access API classes: https://github.com/onflow/flow-go-sdk/issues/736
Related parent issue for missing protobuf fields in Access API classes: https://github.com/onflow/flow-go-sdk/issues/736
Closing this issue as we decided not to pursue these breaking changes for now. Notes from Discord discussion: ``` ... the new protobuf fields added are non-boolean (block_id, collection_id, and...
Managed to reproduce the call and 3 of the events are failing to deserialize, please see attached JSON file with a copy of their payloads: [failed_events.json](https://github.com/user-attachments/files/17538000/failed_events.json) We have implemented a...
Related parent issue for missing protobuf fields in Access API classes: https://github.com/onflow/flow-go-sdk/issues/736
Hi @janezpodhostnik , - Just updated the exception handling to raise an exception and exit the decoding if one of the events failed to decode (instead of continuing). I think...
Hi @janezpodhostnik , Good catch, I didn't notice that the naming of the field had changed - thank you so much for looking into it. I've just pulled in your...