You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently what @green is doing to capture the GQL is setup a proxy to intercept the requests and dump them into the file traffic.dump via the following command:
During some load tests, we realized a couple of issues (#3279, #3277) that we're fixing and optimizing.
In keeping with this theme, we should continue the effort and review our predefined GQL queries and fragments.
Every field removal is a breaking change and can break things for apps, so we need to be extra careful here.
Taking from the
providers/operations.graphql
:getVersion
getNodeInfo
getChain
getTransaction
getTransactionWithReceipts
getTransactions
getTransactionsByOwner
estimatePredicates
getBlock
getBlockWithTransactions
getBlocks
getCoin
getCoins
getCoinsToSpend
getContract
getContractBalance
getBalance
getLatestGasPrice
estimateGasPrice
getBalances
getMessages
getMessageProof
getMessageStatus
getRelayedTransactionStatus
getMessageByNonce
The text was updated successfully, but these errors were encountered: