-
Notifications
You must be signed in to change notification settings - Fork 106
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 tests for Chain
implementation
#1093
Conversation
Co-authored-by: teor <teor@riseup.net>
Co-authored-by: teor <teor@riseup.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Let's fix the slow tests issue before we merge, so we don't impact other developers.
Otherwise, this is all fantastic!
@yaahc what do we need to do to get this merged? |
I merged #1090 into the state RFC, so we might have some conflicts here. Hopefully they will disappear in the rebase. |
I think its just a bit of cleanup, make sure the tests dont run to wrong, etc. But first I want to try to see if I can't figure out why the sync is hanging when I use the full impl in the follow up PR |
Co-authored-by: teor <teor@riseup.net>
It would be nice to fix rustfmt before we merge.
Can you point me to the specific PR? There are a lot of PRs open right now, so I want to make sure I have the right one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we're good here, as long as CI passes.
Motivation
Solution
Related Issues
Related PRs
Chain
type #1069 - the implementation this tests