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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[4.9.3] - 2023-08-09
Fixed
Fixed start timestamp of BFX API queries to be at least Date.UTC(2013) = 1356998400000 ms. The issue is the following: some restrictions of the BFX API are changed for the Funding Credits History, if we set start: 0 throws Internal Server Error from the API side. It's an issue for the sync mode (as we start syncing with 0) and setting the default value for requests. PRs: bfx-report#324, bfx-reports-framework#307