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

chore: fixes issues related to pending transactions UX #1801

Merged
merged 2 commits into from
Feb 21, 2019

Conversation

comountainclimber
Copy link
Member

What current issue(s) from Trello/Github does this address?
This issue was brought up in the CoZ slack channel

What problem does this PR solve?

  • Better representation of pending activity
  • "Notification" of pending tx will get removed from sidebar after 2 confirmations OR the neoscan API returns the transaction from the abstract endpoint

How did you solve this problem?
Because we were parsing the vout array to form the pending transactions getting added to the activity page occasionally this was not always creating the most desirable format see this transaction for instance https://neoscan.io/transaction/716e6606f17b3e2453bf9dd9037c1fdafe8bf527afb4cf37c9a29d45e14c9562 => now we simply reference the sendEntries array which resolves the issue

How did you make sure your solution works?
Manual testing

Are there any special changes in the code that we should be aware of?

Is there anything else we should know?

  • Unit tests written?

@comountainclimber comountainclimber merged commit 4c88ddc into release/2.1.0 Feb 21, 2019
@comountainclimber comountainclimber deleted the feature/remove-fees-from-pending-tx branch February 21, 2019 16:09
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.

None yet

2 participants