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
{{ message }}
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
Due to epochs expecting to start at 1 and the default start epoch in the client being 0ListHistory fails with: 2017/08/15 15:24:39 ListHistory failed: start=0, want > 0
If the default start epoch is changed to 1 the command still fails with: Error: ListHistory failed: incomplete account history.
This is due to end epoch being automatically being set to the latest for this entry (which is OK) and a combination of how the pagesize is set and this line