-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: p2p mtm #686
Closed
Closed
feat: p2p mtm #686
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a96d6ad
to
70287cf
Compare
boecklim
reviewed
Dec 3, 2024
boecklim
reviewed
Dec 3, 2024
boecklim
reviewed
Dec 3, 2024
boecklim
reviewed
Dec 3, 2024
boecklim
reviewed
Dec 3, 2024
boecklim
reviewed
Dec 3, 2024
0c1d682
to
0712138
Compare
kuba-4chain
reviewed
Dec 5, 2024
0712138
to
a59de33
Compare
7 tasks
daba2c0
to
ba5b03a
Compare
boecklim
reviewed
Dec 9, 2024
boecklim
reviewed
Dec 9, 2024
boecklim
reviewed
Dec 9, 2024
Status: metamorph_api.Status_SEEN_ON_NETWORK, | ||
Peer: peer.String(), | ||
}: | ||
default: // Ensure that writing to channel is non-blocking -- probably we should give up on this |
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.
Agree, this will not be needed anymore soon
f3c8383
to
c7b947c
Compare
kuba-4chain
reviewed
Dec 9, 2024
kuba-4chain
approved these changes
Dec 9, 2024
7 tasks
61e70b0
to
2ff75d3
Compare
790532b
to
3565a1f
Compare
b800d75
to
9a0966e
Compare
9a0966e
to
836b7df
Compare
2cb576b
to
3d5ab77
Compare
836b7df
to
2c36e13
Compare
|
Closing as replaced by #743 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Changes
blockchain_communication
->bcnet
blocktx_p2p
->p2p
andmetamorph_p2p
->p2p
p2p/network_messenger
(used batch_processor from refactor(ARCO-212): Introduce batch processor for chain hashes libsv/go-p2p#34)Linked Issues / Tickets
Reference any related issues or tickets, e.g. "Closes #123".
Testing Procedure
Describe the tests you've added or any testing steps you've taken.
Checklist:
CHANGELOG.md
with my changes