-
Notifications
You must be signed in to change notification settings - Fork 1
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
Detect Counterparty/Colored Coin transactions #11
Comments
Access to the data field of the transaction will likely be necessary. This probably cannot be done (efficiently). |
Impossible until blockchain.info updates their API, or I move to a different one entirely. Closing for now. :( |
https://counterpartychain.io/api May be possible! |
Step 1) Add node Pros: This is a cool feature |
Looking at data: this murders performance (doubles CPU utilization) for almost no gain. I'll publish what I have now in a seperate branch, but I won't be putting it on the main unless it can be optimized much further. |
These could be handled by two web workers. It would still increase transaction latency by several seconds, but it would be a good way to start. |
Possibly not feasible with current setup, but needs investigation.
The text was updated successfully, but these errors were encountered: