-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix small p2p network issues #3154
Fix small p2p network issues #3154
Conversation
@chimp1984 I've added [WIP] to your title, so it is easier to see that you are still working on this. |
# Conflicts: # core/src/main/java/bisq/core/setup/CoreNetworkCapabilities.java
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.
utACK - Looks good to me. Thanks for the PR! 👍
Maybe @sqrrm or @ManfredKarrer could give it a quick ACK again. From my side changes seem to be fine. |
looks good. some of the commits messages could be improved by explaining why the change was done, and also the pr description could explain the overall motivation. |
@chimp1984 Yes, please just add a small description for your PRs in the future. Everything looks perfectly fine, what you are contributing, but it helps to review if there is more context. |
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.
ACK.
though, next time, please leave the formatting as is. it is very hard to spot the differences that actually change something.
also a good idea: reformat in a separate commit |
We do better next time.
I use the formatting settings from the IDEA which are part of the project and as far I understand formatting should be applied before commit.
Agree. |
/** | ||
* Marker interface for messages which must not be added again after a remove message has been received (e.g. MailboxMessages). | ||
*/ | ||
public interface AddOncePayload { |
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.
Is there an issue number that this change fixes? After reviewing and refactoring this code I'm having trouble understanding the bug that would have needed this fix. I'd like to try and reproduce it in my tests, if possible.
No description provided.