Peter Argue
Peter Argue
another update for the flow-go side. https://github.com/onflow/flow-go/issues/4584 was merged adding 2 new methods: `GetSystemTransaction` and `GetSystemTransactionResult`. It most likely will be deployed sometime mid/late Jan
The `SendAndSubscribeTransactionStatuses ` should have a new field that returns a `TransactionResultResponse` message. This field should be populated by the server when sending the "executed" response. A single message should...
Please also add the `messageIndex` to responses. This was missed in the original design, and is needed to allow pagination as well as tracking responses for sparse data sets.
I created a fork of `ipfs/go-ds-pebble` with your changes here: https://github.com/onflow/go-ds-pebble. please update the replace to this repo, then I'll approve
This continues to chew up a lot of cycles managing the cross dependencies, which has gotten more complex with the cadence 1.0 branches. Each Access API update requires 2-3 emulator...
@Guitarheroua can you please review this PR
@janezpodhostnik can you take a look?
> I would consider removing grpc tbh, this creates incentives to keep rest api in sync with grpc ones. Regardless of what we decide here, the goal is to maintain...
I'm not attached to keeping grpc over rest (though I am biased). I'm just looking to reduce the maintenatnce overhead of maintaining both. For context, we're kicking off a project...
QuickNode ran into this same issue recently with 2 nodes, but there were missing Tx Results because the block to collection mapping used to lookup which block a transaction is...