-
Notifications
You must be signed in to change notification settings - Fork 28
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
Chore(home): transaction order bugfix #166
Conversation
src/app/containers/Home/Home.js
Outdated
txDetail.stringRemarks = [] | ||
|
||
txDetail.attributes.map((remark, i) => { | ||
Neoscan.getAddressAbstracts(account.address, page).then(results => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this whole block is duplicate code, might by worth optimizing this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, what do you mean? The getAddressAbstracts() call retrieves the summary pager data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comments above
could you remove the |
|
All tests cleared locally. Merging per discussion with @DalderupMaurice |
I'll do a follow up PR for this very soon. Merged to unblock @phetter on the progress |
This fixes the following: Transaction Ordering #154