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

Persist wallet transactions #8152

Closed
yenda opened this issue May 8, 2019 · 4 comments
Closed

Persist wallet transactions #8152

yenda opened this issue May 8, 2019 · 4 comments
Labels
feature feature requests

Comments

@yenda
Copy link
Contributor

yenda commented May 8, 2019

Problem

Every time users logs in, transactions are fetched again.

Implementation

  • the transactions should be persisted in realm
  • remember oldest checked block and query whole history iteratively over time
  • remember latest checked block to only query from there

Acceptance Criteria

  • token transactions older than 2 weeks are visible in transaction history
  • history is only fetched for the blocks that were created since last login
@yenda yenda added the wallet label May 8, 2019
@yenda yenda self-assigned this May 8, 2019
@yenda yenda mentioned this issue May 8, 2019
12 tasks
@annadanchenko annadanchenko added the feature feature requests label May 9, 2019
@yenda
Copy link
Contributor Author

yenda commented May 23, 2019

Currently being worked on go side by @dmitryn
status-react side implementation once this is done shouldn't take more than a couple day

@flexsurfer
Copy link
Member

@yenda could you give an update for this issue please?

@yenda
Copy link
Contributor Author

yenda commented Jul 9, 2019

@flexsurfer yes it is solved in status-go so it will be solved in with my pending PR on wallet api integration

@flexsurfer
Copy link
Member

great thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature requests
Projects
None yet
Development

No branches or pull requests

3 participants