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
For queries that return paginated responses the next key value can be
null
```json
{"positions":[],"pagination":{"next_key":null,"total":"0"}}
```
This leads to a deserialisation error. This fixes the issue by making
next_key optional.
The issue was first reported by @keyleu with a fix so due credit here.
#104
packages/osmosis-std/src/types/cosmos/base/query/v1beta1.rs
0 commit comments