Larry Ruane
Larry Ruane
Thanks, I'm working on a fix.
me: > I'm working on a fix. Correction, I'm still (actively) trying to figure out what the problem is.
Sorry, haven't been able to spend much time, but did try reproducing this problem today using `zebrad` instead of `zcashd`, and the `GetMempoolStream` seems to be working (using `grpcurl`). Do...
I haven't been able to reproduce any bug, but I have a theory. After v0.4.17, the mempool entries returned by GetMempoolStream now specify a height of zero instead of the...
@emersonian, the release I created two days ago did not include a fix for this. However, I would still like to confirm (as mentioned in my previous comment) that this...
I'm going to close this, at least for now; feel free to re-open it if the problem is seen again.
Testing, found a problem because the zcashd `getaddresstxids` has a quirky behavior: if you specify a start height but not an end height, it returns the entire range (block 1...
> that looks like a zcashd bug I can fix that tonight, have a PR ready by tomorrow morning, if that's okay
> if you think you introduced this bug Yes, I do remember saying at a meeting, "Bug, meet everyone; everyone, this is bug."
@nuttycom - I just discovered that `zebrad`'s version of the `getaddresstxids` RPC doesn't support zero for either the `start` or `end` height params. (On `zcashd`, this RPC allows either to...