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
We want the marker for 'potentially unsafe result' to be exposed in the query response. A go API error won't get threaded through to cosmwasm, so this data has to be in the query response field.
Suggested Design
Add a bool field for "is response unstable" to the twap queries, at the GRPC proto layer, and a test for this threading through correctly
Acceptance Criteria
The text was updated successfully, but these errors were encountered:
Background
We want the marker for 'potentially unsafe result' to be exposed in the query response. A go API error won't get threaded through to cosmwasm, so this data has to be in the query response field.
Suggested Design
Add a bool field for "is response unstable" to the twap queries, at the GRPC proto layer, and a test for this threading through correctly
Acceptance Criteria
The text was updated successfully, but these errors were encountered: