Skip to content
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

RPC issues #50

Open
dexX7 opened this issue Apr 3, 2014 · 1 comment
Open

RPC issues #50

dexX7 opened this issue Apr 3, 2014 · 1 comment

Comments

@dexX7
Copy link

dexX7 commented Apr 3, 2014

Users on bitcointalk face (different?) problems with the RPC connection whereby the connection is partly available. I can't explain what happens there:

https://bitcointalk.org/index.php?topic=484025.msg5882775#msg5882775
https://bitcointalk.org/index.php?topic=484025.msg5986073#msg5986073
https://bitcointalk.org/index.php?topic=484025.msg6023272#msg6023272

@zathras-crypto
Copy link
Contributor

Thanks mate - aware of the issue - I put a 3-retry into the library last
time so if people are still getting an error on the latest builds they're
getting it after 3 retries.

There is a fault which I'm going to fix whereby blockchain scanning is
allowed to continue after an RPC call failure - this has to stop as if on
the small chance the transaction we're fetching is a MP message (very few
bitcoin transactions are but still a risk) then we can't trust the state.

Probably make things worse for these users short term, but will enforce a
fix. I'll put more debugging into the next version also to spit out what
the actual RPC call was that failed - should help diagnose.

Thanks
Zathras

On Thu, Apr 3, 2014 at 3:13 PM, dexX7 notifications@github.com wrote:

Users on bitcointalk face (different?) problems with the RPC connection
whereby the connection is partly available. I can't explain what happens
there:

https://bitcointalk.org/index.php?topic=484025.msg5882775#msg5882775
https://bitcointalk.org/index.php?topic=484025.msg5986073#msg5986073
https://bitcointalk.org/index.php?topic=484025.msg6023272#msg6023272

Reply to this email directly or view it on GitHubhttps://github.com//issues/50
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants