Skip to content

change the way we reconcillate tx in redux state

Eddie Wang requested to merge fix-transaction-bug into master

This MR fixes the transaction bug issue where people have large negative Sia transactions when their consensus goes out of sync. It appears that there a state reconciliation issue in the old way of handling appending new transactions.

This MR changes the array based state to an hashmap indexed by the unique txid.

Edited by Eddie Wang

Merge request reports