-
Notifications
You must be signed in to change notification settings - Fork 176
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
Add fetch: block, spend, block-height, block-hashes, stealth-hashes, merkle #453
Comments
Fetch-block was completed in #600 I am looking at some of the others and so far have:
@evoskuil The output of the last command seems somehow not satisfying, or optimal. Any suggestions on improvement? |
This should be a JSON array of hashes. |
Something like this? Already seems better to me ...
EDIT: Actually, should probably invert (hashes for transaction_hashes, then replace transaction_hash with just hash) |
Yeah, maybe just “hash” for the elements. |
The array notation should be [] and without names I believe. |
@thecodefactory can we close this? |
The server fetch-spend method is not getting tested, and is the only use of the huge spends store.
The text was updated successfully, but these errors were encountered: