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

Add address-based index #6835

Closed
wants to merge 1 commit into from

Commits on Oct 24, 2015

  1. Add address-based index

    1) Maintain a salt to perturbate the address index (protection against
       collisions).
    2) Add support for address index entries in the block index, and
       maintain those if -addrindex is specified. It indexes the use of
       every >8-byte data push in output script or consumed script - or in
       case of no such push, the entire script.
    3) Add a searchrawtransactions RPC call, which can look up raw
       transactions by address.
    sipa authored and J Ross Nicoll committed Oct 24, 2015
    Configuration menu
    Copy the full SHA
    5c9a794 View commit details
    Browse the repository at this point in the history