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

Create our own txindex #130

Closed
2 tasks done
sr-gi opened this issue Sep 28, 2022 · 0 comments
Closed
2 tasks done

Create our own txindex #130

sr-gi opened this issue Sep 28, 2022 · 0 comments
Milestone

Comments

@sr-gi
Copy link
Member

sr-gi commented Sep 28, 2022

Rationale: #128

This is an alternative approach to #129.

  • Create a TxIndex in the Responder so data is queried internally instead of against bitcoind
  • Update the reorg logic accordingly
sr-gi added a commit to sr-gi/rust-teos that referenced this issue Sep 28, 2022
In order to fix talaia-labs#130 we need to implement out own txindex. Turns out this almost identical
to out `LocatorCache`, so we can generalize it and use it for both purposes.
sr-gi added a commit to sr-gi/rust-teos that referenced this issue Sep 28, 2022
In order to fix talaia-labs#130 we need to implement our own txindex. Turns out this is almost identical
to our `LocatorCache`, so we can generalize it and use it for both purposes.
sr-gi added a commit to sr-gi/rust-teos that referenced this issue Oct 5, 2022
In order to fix talaia-labs#130 we need to implement our own txindex. Turns out this is almost identical
to our `LocatorCache`, so we can generalize it and use it for both purposes.
sr-gi added a commit to sr-gi/rust-teos that referenced this issue Oct 14, 2022
In order to fix talaia-labs#130 we need to implement our own txindex. Turns out this is almost identical
to our `LocatorCache`, so we can generalize it and use it for both purposes.
sr-gi added a commit to sr-gi/rust-teos that referenced this issue Nov 4, 2022
In order to fix talaia-labs#130 we need to implement our own txindex. Turns out this is almost identical
to our `LocatorCache`, so we can generalize it and use it for both purposes.
@sr-gi sr-gi added this to the 0.2 milestone Nov 7, 2022
@sr-gi sr-gi closed this as completed in 770b6e6 Nov 7, 2022
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