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
The cache of the wallets/{id}/wallets endpoint is built without regard of the query params. This results in unexpected results returned from the API.
For instance visit http://NODE_IP:4003/api/wallets/03dcb84917cf6d7b742f58c04693c5e00c56a4ae83feec129b3e3cc27111796232/locks followed by http://NODE_IP:4003/api/wallets/03dcb84917cf6d7b742f58c04693c5e00c56a4ae83feec129b3e3cc27111796232/locks?isExpired=true
The data returned is the same. Visit the second url after the cache has expired to get the intended results.
The text was updated successfully, but these errors were encountered:
faustbrian
changed the title
query params are ignored in wallets/{id}/locks cache
[2.6][T4] query params are ignored in wallets/{id}/locks cache
Nov 11, 2019
The cache of the
wallets/{id}/wallets
endpoint is built without regard of the query params. This results in unexpected results returned from the API.For instance visit http://NODE_IP:4003/api/wallets/03dcb84917cf6d7b742f58c04693c5e00c56a4ae83feec129b3e3cc27111796232/locks followed by http://NODE_IP:4003/api/wallets/03dcb84917cf6d7b742f58c04693c5e00c56a4ae83feec129b3e3cc27111796232/locks?isExpired=true
The data returned is the same. Visit the second url after the cache has expired to get the intended results.
The text was updated successfully, but these errors were encountered: