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

Various fixes #841

Merged
merged 9 commits into from
Oct 22, 2021
Merged

Various fixes #841

merged 9 commits into from
Oct 22, 2021

Conversation

emmanuelm41
Copy link
Contributor

  • Add beacon id to some missing log lines
  • Update go version on Dockerfile (required to build docker image with new os package)

@willscott
Copy link
Member

# github.com/drand/drand/demo/node
demo/node/node_inprocess.go:164:24: not enough arguments in call to cl.InitDKG
	have ("github.com/drand/drand/net".Peer, nil, string)
	want ("github.com/drand/drand/net".Peer, *drand.EntropyInfo, string, string)
demo/node/node_inprocess.go:197:34: not enough arguments in call to cl.InitReshareLeader
	have (int, int, time.Duration, number, string, string, int)
	want (int, int, time.Duration, time.Duration, string, string, int, string)
demo/node/node_inprocess.go:200:28: not enough arguments in call to cl.InitReshare
	have ("github.com/drand/drand/net".Peer, string, string, bool)
	want ("github.com/drand/drand/net".Peer, string, string, bool, string)

@willscott willscott merged commit 1311d66 into drand:master Oct 22, 2021
@emmanuelm41 emmanuelm41 deleted the various-fixes branch October 22, 2021 21:34
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.

None yet

3 participants