-
Notifications
You must be signed in to change notification settings - Fork 56
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
avoid storing redundant tx from blockpropose event #716
Conversation
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.
You will need to rebase with master and failing tests should now pass
f201bf7
to
d4af634
Compare
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.
Do we need to apply these changes to client-nightfall?
yes I believe, that why I refactored client as well in this PR |
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.
Can you think of how we can test this?
the best way I could thing of (and the way i did is) to customise |
Hey @LijuJoseJJ, are you still working on this PR? |
didn't notice merge conflict, will fix by tomorrow |
d4af634
to
397c5f5
Compare
397c5f5
to
11f73db
Compare
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.
LGTM
this PR for now fixes wallet/browser and nightfall_client
fixes #667