-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Epic] Wallet Service v1 #5
Comments
Here is the estimated work for the breakdown tasks: handle timelock balance |
Introduction
The hathor-wallet-service will be used as a backend for all official Hathor's wallets.
This service is highly inspired by the Bitcore Wallet Service.
Motivation
The idea behind this service is to have a fully indexed Hathor blockchain in real-time on a centralized database so we don't have to seek the full-node to calculate his balances and to query his utxos it every time a user wants to use his wallet, thereby making the app a lot faster for large wallets and reducing the load on the full nodes.
Acceptance criteria
Aside from faster load times, the apps that are using this service as their backends should have all features working exactly as they were working when connected directly on the fullnode.
We should have control over exactly what percentage of our user base should be using this service and these percentages should be configured for each platform individually
Q3 Week 7: Aug 16th - Aug 20th
Q3 Week 6: Aug 9th - Aug 13th
In Review (from previous weeks)
Q3 Week 5: Aug 2nd - Aug 6th
Unplanned issues
Q3 Week 4: Jul 26th - Jul 30th
Q3 Week 3: Jul 19th - Jul 23rd
Unplanned issues:
Q3 Week 2: Jul 12th - Jul 16th
txProposalSend
API was refactored entirely. This is currently deployed on a Lambda staging environment and was already tested by @pedroferreira1Unplanned issues:
Q3 Week 1: Jul 5th - Jul 9th
Q2 Week 13: Jun 28th-Jul 02nd
mainnet
- @luislhlQ2 Week 12: Jun 21th-Jun 25th
Q2 Week 11: Jun 14th-Jun 18th
Q2 Week 10: Jun 7th-Jun 11th
Q2 Week 9: May 31st-Jun 4th
Design Issues
Pending issues to fulfill the design:
Pending tasks breakdown
address_balance
recalculation on multiple tokenIds - 2hSummary
Total: 336h / 42 days / 8.4 weeks, i.e., end of Q1/2021.
The text was updated successfully, but these errors were encountered: