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

Remove dependency on NodeBloom #15

Merged
merged 2 commits into from
Jan 29, 2019
Merged

Remove dependency on NodeBloom #15

merged 2 commits into from
Jan 29, 2019

Conversation

cpacia
Copy link
Contributor

@cpacia cpacia commented Jan 29, 2019

Previously we were using NodeBloom to provide a programatic toggle to turn on
and off receiving unconfirmed transactions. The alternative is a using the
relay bool in the version message but this requires a full restart to make
the change take effect.

However, the new interface in the bchwallet mobile package is very thin and
does not provide a method to toggle relay. So given this it makes sense to just
remove the dependency on NodeBloom so that remote peers do not need to support
NodeBloom in addition to NodeCF.

cpacia and others added 2 commits January 28, 2019 20:05
Previously we were using NodeBloom to provide a programatic toggle to turn on
and off receiving unconfirmed transactions. The alternative is a using the
relay bool in the version message but this requires a full restart to make
the change take affect.

However, the new interface in the bchwallet mobile package is very thin and
does not provide a method to toggle relay. So given this it makes sense to just
remove the dependency on NodeBloom so that remote peers do not need to support
NodeBloom in addition to NodeCF.
@cpacia cpacia merged commit 34d12af into master Jan 29, 2019
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.

1 participant