Skip to content

Conversation

@DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Feb 18, 2025

emhane
emhane previously requested changes Feb 19, 2025
Copy link
Collaborator

@emhane emhane left a comment

Choose a reason for hiding this comment

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

try latest discv5


# p2p
discv5 = "0.8.0"
discv5 = "0.9"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
discv5 = "0.9"
discv5 = "0.9.1"

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

updated the failing test

let (rec, sig) = signature.serialize_compact();
sig_bytes.extend_from_slice(&sig);
sig_bytes.put_u8(rec.to_i32() as u8);
sig_bytes.put_u8(i32::from(rec) as u8);
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

Comment on lines -738 to -741
assert!(matches!(
event_2_v5,
discv5::Event::SessionEstablished(node, socket) if node == node_1_enr && socket == node_1_enr.udp4_socket().unwrap().into()
));
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is an internal discv5 event change so this established event is no longer emitted

@mattsse mattsse dismissed emhane’s stale review February 19, 2025 11:30

this is 0.9.1 in the lockfile already

@mattsse mattsse enabled auto-merge February 19, 2025 11:30
@mattsse mattsse added this pull request to the merge queue Feb 19, 2025
Merged via the queue into main with commit c9a348d Feb 19, 2025
41 checks passed
@mattsse mattsse deleted the dani/bumpers6 branch February 19, 2025 11:53
loocapro pushed a commit to loocapro/reth that referenced this pull request Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants