Skip to content

Commit 30d6dab

Browse files
authored
update libp2p (#8906)
1 parent a04f3ff commit 30d6dab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
### Bug Fixes
1717
- Added a startup script for unix systems to ensure that when jemalloc is installed the script sets the LD_PRELOAD environment variable to the use the jemalloc library
1818
- Set `is_syncing` to `false` instead of `true` for the `/eth/v1/node/syncing` API endpoint when the head is optimistic and the sync distance is 0
19+
- Fix libp2p direct peers handling

gradle/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencyManagement {
3232
entry 'javalin-rendering'
3333
}
3434

35-
dependency 'io.libp2p:jvm-libp2p:1.2.1-RELEASE'
35+
dependency 'io.libp2p:jvm-libp2p:1.2.2-RELEASE'
3636
dependency 'tech.pegasys:jblst:0.3.12'
3737
dependency 'io.consensys.protocols:jc-kzg-4844:2.0.0'
3838

0 commit comments

Comments
 (0)