Skip to content

Commit

Permalink
Upgrade discovery to include fix for nonce generation (hyperledger#2075)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Sutton <[email protected]>
  • Loading branch information
ajsutton authored and eum602 committed Nov 3, 2023
1 parent 90e154a commit f070202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

### Bug Fixes

- Fixed issue in discv5 where nonce was incorrectly reused.

### Early Access Features

#### Previously identified known issues
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencyManagement {

dependency 'org.yaml:snakeyaml:1.26'

dependency 'tech.pegasys.discovery:discovery:0.4.3'
dependency 'tech.pegasys.discovery:discovery:0.4.5'

dependency 'tech.pegasys.ethsigner.internal:ethsigner-core:21.3.0'
dependencySet(group: 'tech.pegasys.signers.internal', version: '1.0.16') {
Expand Down

0 comments on commit f070202

Please sign in to comment.