-
Notifications
You must be signed in to change notification settings - Fork 134
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
Getting the transaction list by the block height (Owner API) #595
Comments
I can't see if the confirmed block height is stored: https://github.com/mimblewimble/grin-wallet/blob/master/libwallet/src/types.rs#L792 or returned https://github.com/mimblewimble/grin-wallet/blob/master/libwallet/src/internal/updater.rs#L93 Is there any workaround for this? |
I think i know why exchanges might need this for the deposit flow (if they use SRS flow - afaik they all do that currently). The problem is that after the exchange does R part of SRS, there exists the final kernel excess (
The current |
@davidtavarez If you're interested in digging a bit deeper on this one, I can personally offer a bounty of US$1,000 paid in BTC if you can figure out a PR for this. |
I would like to filter the transaction list by block height. Right now, for
retrieve_txs
we have this:I would like to also send
confirm_height
as a parameter, like this for example:The text was updated successfully, but these errors were encountered: