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

chore(deps): bump breaking deps #14570

Merged
merged 3 commits into from
Feb 19, 2025
Merged

chore(deps): bump breaking deps #14570

merged 3 commits into from
Feb 19, 2025

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Feb 18, 2025

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

@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

@@ -569,7 +569,7 @@ tower = "0.4"
tower-http = "0.6"

# p2p
discv5 = "0.8.0"
discv5 = "0.9"
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
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

@@ -122,7 +122,7 @@ impl Message {
// Serialize the signature and append it to the signature bytes
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 19, 2025
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
loocapro pushed a commit to loocapro/reth that referenced this pull request Feb 19, 2025
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
loocapro pushed a commit to loocapro/reth that referenced this pull request Feb 21, 2025
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
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.

3 participants