Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mixed transactions in explorer - Closes #508 #543

Merged
merged 2 commits into from
Mar 12, 2018

Conversation

ginacontrino
Copy link
Contributor

What was the problem?

The single account transactions results were mixed with the transactions of the logged in account (when confirmations < 1000)

How did I fix it?

The problem was that the state structure was changed, but this was not updated in updateTransactions in the account middleware

How to test it?

reproduce the steps from #508, but with an account that has a recent transaction

Review checklist

@ginacontrino ginacontrino requested review from slaweet and reyraa March 12, 2018 14:31
@ginacontrino ginacontrino self-assigned this Mar 12, 2018
@ginacontrino ginacontrino changed the title Fix not updated transaction state access Fix mixed transactions in explorer - Closes #508 Mar 12, 2018
Copy link
Contributor

@slaweet slaweet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect 👍

@ginacontrino ginacontrino merged commit ecc86b1 into 0.2.0 Mar 12, 2018
@ginacontrino ginacontrino deleted the 508-explorer-mixed-transactions branch March 12, 2018 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants