FeeSimple / data-manager

Scatter powered frontend the interacts with FeeSimple core smart contracts.
https://fsmanager.io
5 stars 0 forks source link

Transactions in wallet table are not accurate and sometimes doubled #57

Closed jasonlynx closed 5 years ago

jasonlynx commented 5 years ago

Seeing duplicate transactions in the wallet transaction table. Also after staking, not seeing any stakecpu actions.

trungtt198x commented 5 years ago

@jasonlynx The problem of duplicate entries in transaction history table has been resolved. After doing "send", "stake" and "ram", it'll take about max 1 minute for the new tx entry to show up on the table.

Another notice is that for "unstake" action, there will be no entry showing up in the table although the user resource values are updated correctly. This is because the "unstake" process only transfers internally the XFS from the staked balance into the unstaked balance. After that, it'll take several days for the amount in unstaked balance to be transferred into the spendable balance.

I just wonder if we should also display the unstaked balance to user or not? If yes, pls let me know.