Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goshimmer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iota-imt
goshimmer
Commits
0fff31a8
Commit
0fff31a8
authored
4 years ago
by
Wolfgang Welz
Browse files
Options
Downloads
Patches
Plain Diff
upgrade drand version
parent
8125d129
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
go.mod
+4
-4
4 additions, 4 deletions
go.mod
go.sum
+65
-22
65 additions, 22 deletions
go.sum
packages/binary/drng/subtypes/collectiveBeacon/collective_beacon.go
+1
-1
1 addition, 1 deletion
...inary/drng/subtypes/collectiveBeacon/collective_beacon.go
with
70 additions
and
27 deletions
go.mod
+
4
−
4
View file @
0fff31a8
...
@@ -6,9 +6,9 @@ require (
...
@@ -6,9 +6,9 @@ require (
github.com/coreos/bbolt
v1.3.3 // indirect
github.com/coreos/bbolt
v1.3.3 // indirect
github.com/dgraph-io/badger/v2
v2.0.2
github.com/dgraph-io/badger/v2
v2.0.2
github.com/dgrijalva/jwt-go
v3.2.0+incompatible
github.com/dgrijalva/jwt-go
v3.2.0+incompatible
github.com/drand/drand
v0.
5.4
github.com/drand/drand
v0.
8.1
github.com/gobuffalo/packr/v2
v2.7.1
github.com/gobuffalo/packr/v2
v2.7.1
github.com/golang/protobuf
v1.3.
4
github.com/golang/protobuf
v1.3.
5
github.com/gorilla/websocket
v1.4.1
github.com/gorilla/websocket
v1.4.1
github.com/iotaledger/hive.go
v0.0.0-20200430073924-0e16f8c3a522
github.com/iotaledger/hive.go
v0.0.0-20200430073924-0e16f8c3a522
github.com/iotaledger/iota.go
v1.0.0-beta.14
github.com/iotaledger/iota.go
v1.0.0-beta.14
...
@@ -25,8 +25,8 @@ require (
...
@@ -25,8 +25,8 @@ require (
go.dedis.ch/kyber/v3
v3.0.12
go.dedis.ch/kyber/v3
v3.0.12
go.uber.org/atomic
v1.6.0
go.uber.org/atomic
v1.6.0
go.uber.org/zap
v1.14.0
go.uber.org/zap
v1.14.0
golang.org/x/crypto
v0.0.0-20200
302210943-78000ba7a073
golang.org/x/crypto
v0.0.0-20200
429183012-4b2356b1ed79
golang.org/x/net
v0.0.0-20200
301022130-244492dfa37a
golang.org/x/net
v0.0.0-20200
425230154-ff2c4b7c35a0
golang.org/x/tools
v0.0.0-20200330040139-fa3cc9eebcfe // indirect
golang.org/x/tools
v0.0.0-20200330040139-fa3cc9eebcfe // indirect
google.golang.org/grpc
v1.28.1
google.golang.org/grpc
v1.28.1
gopkg.in/src-d/go-git.v4
v4.13.1
gopkg.in/src-d/go-git.v4
v4.13.1
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
65
−
22
View file @
0fff31a8
This diff is collapsed.
Click to expand it.
packages/binary/drng/subtypes/collectiveBeacon/collective_beacon.go
+
1
−
1
View file @
0fff31a8
...
@@ -100,7 +100,7 @@ func verifySignature(data *events.CollectiveBeaconEvent) error {
...
@@ -100,7 +100,7 @@ func verifySignature(data *events.CollectiveBeaconEvent) error {
return
err
return
err
}
}
msg
:=
beacon
.
Message
(
data
.
PrevSignature
,
data
.
Round
)
msg
:=
beacon
.
Message
(
data
.
Round
,
data
.
PrevSignature
)
if
err
:=
key
.
Scheme
.
VerifyRecovered
(
dpk
,
msg
,
data
.
Signature
);
err
!=
nil
{
if
err
:=
key
.
Scheme
.
VerifyRecovered
(
dpk
,
msg
,
data
.
Signature
);
err
!=
nil
{
return
err
return
err
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment