Peter Argue

Results 110 comments of Peter Argue

Looks good. please fix the conflicts again, and we merge tomorrow

@illia-malachyn looks good, please merge master, then we can merge

Hi @alecalve, thanks for reporting this. I'm looking into it.

Hi @alecalve, I tracked this down to a known issue with event index generation within execution nodes. the index is incremented twice when service events are emitted. since service events...

Hi @austinkline. the SDK uses CCF encoded events, so your update to use json backwards compatibility mode is not registered. We're looking into how to address this for CCF. As...

it's currently not configurable. it's a simple change to switch it to jsoncdc if you wanted to try creating a custom build as a temporary workaround. just need to remove...

@austinkline I just tagged `v1.0.0-preview.33` which includes a change to set the encoding. you can add the following to your client setup ```golang opts = append(opts, flowGrpc.WithEventEncoding(flow.EventEncodingVersionJSONCDC)) ``` give that...

event encoding option is live since the v1.0.0

There was a similar issue fixed for `GetAccount` here: https://github.com/onflow/fcl-js/pull/1321/files it's probably worth looking over the different request types the use a default block to make sure they default to...

yea, it's still possible unless the client can guarantee to connect to the same AN every time, which is currently not possible. This should at least make it less likely.