Skip to content
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

P2P: New tx relay protocol #407

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

P2P: New tx relay protocol #407

wants to merge 1 commit into from

Conversation

Boog900
Copy link
Member

@Boog900 Boog900 commented Mar 17, 2025

What

monero-project/monero#9334 for Cuprate.

@github-actions github-actions bot added A-p2p Related to P2P. A-net Related to networking. A-binaries Related to binaries. labels Mar 17, 2025
@SyntheticBird45
Copy link
Member

epic

@@ -29,6 +29,7 @@ pub struct PeerSupportFlags(u32);
bitflags! {
impl PeerSupportFlags: u32 {
const FLUFFY_BLOCKS = 0b0000_0001;
const TX_REALY_V2 = 0b0000_0010;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const TX_REALY_V2 = 0b0000_0010;
const TX_RELAY_V2 = 0b0000_0010;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-binaries Related to binaries. A-net Related to networking. A-p2p Related to P2P.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants