-
Notifications
You must be signed in to change notification settings - Fork 649
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
HTLC database APIs #1713
Comments
I am interested on this one. Question: Do we want to add the API calls in in database.cpp or do we want to create a new(enabled or disabled by default) |
IMO database.cpp, but please use consistent naming. |
Is it possible to provide an api for query by hashvalue? |
In addition, preimage length is too unfriendly for users. |
MobileApp requirements:
|
Perhaps we can make |
The majority of these requests have been fixed by #1742. Others are being considered (i.e. sorting), and still others would require a BSIP (i.e. making preimage length optional). |
Lack of an API to fetch all HTLCs. See #1749 (comment). Moving to next milestone. |
Merged #1849. If need a CLI command, create a new issue. |
User Story
As a user / client developer I want database APIs to query for active HTLC objects.
from
, one query byto
.get_full_accounts
API return HTLC objects as well.UI work is blocked by this.
Impacts
Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
Additional Context (optional)
Add any other context about your request here.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: