-
Notifications
You must be signed in to change notification settings - Fork 173
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
Refactor Liveliness implementation #865
Refactor Liveliness implementation #865
Conversation
@fuzzypixelz If this pull request contains a bugfix or a new feature, then please consider using |
@fuzzypixelz If this pull request contains a bugfix or a new feature, then please consider using |
dc9ec91
to
5b2ebbb
Compare
@fuzzypixelz If this pull request contains a bugfix or a new feature, then please consider using |
fd7c307
to
8961ba3
Compare
* Add client writer-side filtering * Reimplement liveliness with interests * Fix writer-side filtering before receiving FinalInterest
8961ba3
to
a3a9c7e
Compare
What works now:
I disabled unused_variables and dead_code lints to unblock the CI. |
2e0afa9
to
3fcdb2c
Compare
…or/liveliness-delaration
Resolves #864.