Skip to content

Commit

Permalink
Rollback to jblst 0.3.5 (#4499)
Browse files Browse the repository at this point in the history
0.3.6 is failing to load on Windows 10 because of additional dependencies in the Windows DLL which aren't installed by default.
  • Loading branch information
ajsutton authored Oct 18, 2021
1 parent 4a94938 commit 50afa93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ For information on changes in released versions of Teku, see the [releases page]


### Bug Fixes
- Fixed issue where discovery did not correctly abort handshake attempts when a request timed out.
- Fixed issue where discovery did not correctly abort handshake attempts when a request timed out.
- Downgrade to jbslt 0.3.5 to resolve incompatibility with Windows 10.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencyManagement {
dependency 'io.protostuff:protostuff-runtime:1.6.2'

dependency 'io.libp2p:jvm-libp2p-minimal:0.8.3-RELEASE'
dependency 'tech.pegasys:jblst:0.3.6'
dependency 'tech.pegasys:jblst:0.3.5'

dependency 'org.hdrhistogram:HdrHistogram:2.1.12'

Expand Down

0 comments on commit 50afa93

Please sign in to comment.