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
As they are all 'historical' transactions, they should match that of the /v1/chains/{chainId}/safes/{safe_address}/transactions/history endpoint and return DATE_LABELs nested between differing days (relevant to the timezone_offset, see #660.
To Reproduce
Steps to reproduce the behavior:
Call each of the endpoints with a filter query and observe that no DATE_LABEL elements are present.
Expected behavior
A list of TRANSACTION elements matching that of the desired filter with DATE_LABEL elements between those on different days (relevant to the provided timezone_offset). (Example client side implementation (that was removed) can be found here)
Environment (please complete the following information):
Staging and production
All chains
The text was updated successfully, but these errors were encountered:
Describe the bug
The following endpoints only return
TRANSACTION
elements:As they are all 'historical' transactions, they should match that of the
/v1/chains/{chainId}/safes/{safe_address}/transactions/history
endpoint and returnDATE_LABEL
s nested between differing days (relevant to thetimezone_offset
, see #660.To Reproduce
Steps to reproduce the behavior:
DATE_LABEL
elements are present.Expected behavior
TRANSACTION
elements matching that of the desired filter withDATE_LABEL
elements between those on different days (relevant to the providedtimezone_offset
). (Example client side implementation (that was removed) can be found here)Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: