dep: bump ed25519consensus version (#5760)

## Description

Bump version to get performance updates:

```
benchmark                    old ns/op     new ns/op     delta
BenchmarkVerification-8      174857        78376         -55.18%
```

Closes: #XXX
This commit is contained in:
Marko
2020-12-07 12:54:07 +00:00
committed by GitHub
parent cdf1e251f7
commit 0d108adaec
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ require (
github.com/golang/protobuf v1.4.3
github.com/gorilla/websocket v1.4.2
github.com/gtank/merlin v0.1.1
github.com/hdevalence/ed25519consensus v0.0.0-20200813231810-1694d75e712a
github.com/hdevalence/ed25519consensus v0.0.0-20201207055737-7fde80a9d5ff
github.com/libp2p/go-buffer-pool v0.0.2
github.com/minio/highwayhash v1.0.1
github.com/pkg/errors v0.9.1