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

Converting @jonas txref to txid results in "computing…" #5

Closed
kimdhamilton opened this issue Jul 16, 2017 · 4 comments
Closed

Converting @jonas txref to txid results in "computing…" #5

kimdhamilton opened this issue Jul 16, 2017 · 4 comments

Comments

@kimdhamilton
Copy link
Contributor

From @ChristopherA on July 15, 2017 21:47

@jonasschnelli publishes his TX1 enrollment in his twitter at: https://twitter.com/_jonasschnelli_ which is tx1-rk63-uvxf-9pqc-sy

If you put this into the playground's txref field, and click on convert, the txid field says "computing…".

Two bugs: it didn't reverse this function, and it stopped rather than reporting an error.

Copied from original issue: WebOfTrustInfo/txref-conversion-js#5

@kimdhamilton
Copy link
Contributor Author

From @ChristopherA on July 15, 2017 21:54

I thought maybe my error was that I had not clicked on "mainnet" checkbox when I tried to reverse jonas' tx1. However, this didn't work.

@kimdhamilton
Copy link
Contributor Author

Fixed error handling; now at least displays failure message. Looking into Jonas's tx

@kimdhamilton
Copy link
Contributor Author

I noticed the decoding step worked, but we are hitting API limits. As a temporary workaround (before we have more explorer APIs) I can break up the processing to display incremental progress, e.g. height and index so that someone can use another explorer

@kimdhamilton
Copy link
Contributor Author

I made the above change so at least the block height and index are available. The API limits are very strict, so I created an issue to use more blockchain explorers: WebOfTrustInfo/txref-conversion-js#7

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

1 participant