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

indexers: Use testable bucket for existsaddrindex. #1440

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Sep 7, 2018

This modifies the functions in the exists address index to use the internalBucket interface instead of directly taking a database.Bucket interface. This allows tests to mock the data the source and is consistent with the address index.

@davecgh davecgh added this to the 1.4.0 milestone Sep 7, 2018
This modifies the functions in the exists address index to use the
internalBucket interface instead of directly taking a database.Bucket
interface.  This allows tests to mock the data the source and is
consistent with the address index.
@davecgh davecgh force-pushed the existsaddrindex_internal_bucket branch from c00dcd5 to 830aa6b Compare September 10, 2018 13:52
@davecgh davecgh merged commit 830aa6b into decred:master Sep 10, 2018
@davecgh davecgh deleted the existsaddrindex_internal_bucket branch September 10, 2018 14:16
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

Successfully merging this pull request may close these issues.

3 participants