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

Implements an internal txindex so we don't have to run bitcoind with txindex=1 #132

Merged
merged 3 commits into from
Nov 7, 2022

Commits on Nov 7, 2022

  1. Generalizes LocatorCache into a TxIndex

    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 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    770b6e6 View commit details
    Browse the repository at this point in the history
  2. Adds TxIndex to Responder

    sr-gi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1788b4d View commit details
    Browse the repository at this point in the history
  3. Updates docs regarding txindex

    sr-gi committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    221358d View commit details
    Browse the repository at this point in the history