Problem Description: The history page show order's start point as end point, vice versa Step to Reproduce: Create a new transaction and check it in History page. Actual result: show order start point as end point, vice versa Expected result: Order's start point shown in start point. End point show in end point.
Thank you for reporting us this problem. This is caused by we mixed up the parameter starting point and ending point take by the transaction constructer and the createTransaction function in transactionBuilder. The problem is now fixed.