Skip to content

Releases: drand/drand

v0.9.3

25 Jun 17:20
v0.9.3
23cc1bd
Compare
Choose a tag to compare

Changelog

23cc1bd add automatic releaser config
da4da42 hotfix grpc connections

v0.9.1

18 May 18:08
698cb89
Compare
Choose a tag to compare

Changelog

698cb89 Fix/deadcode (#349)
2b5d7c7 Refactor Metrics (#346)
094593e Rename README_docker.md to README.md, update references, minor fixes. (#342)
2ac3faf Set version and commit when building on Dockerhub (#345)
b4ec74e give link to docker deployment info (#344)

v0.9.0

17 May 18:21
586c14f
Compare
Choose a tag to compare

Changelog

978ded1 Add an HTTP client entrypoint, test
a7620bd Add prioritizer for multiple URLs, functional option constructor (#297)
d1d16ff Add the hash of the group file to output (#313)
53a8102 CI should test with go's race detector (#273)
f49a591 Client Library API
8f249d8 Correct docker readme with the latest commands (#325)
33fe568 Explicit opt-in for private randomness feature (#295)
57a6056 Fix client http tests (#329)
4c0c2d7 Fix demo to work on Mac OS. (#263)
d1743fc Fix port selection in node. (#316)
ac31cf0 HTTP client library
911d08e Level up the Dockerfile
056bd73 Listen everywhere
40744d2 Merge branch 'master' of github.com:drand/drand into feat/clientlib
145f63a Merge branch 'master' of github.com:drand/drand into feat/clientlib
6d4df14 Merge branch 'master' of github.com:drand/drand into feat/clientlib
290e2b3 Merge pull request #246 from drand/feat/cipublish
6dafe3a Merge pull request #251 from drand/feat/clientlib
235afcc Merge pull request #264 from drand/feat/dockerfile-user
97030f5 Merge pull request #269 from drand/nit/refactor
ce1fc0d Merge pull request #281 from drand/ci/race
696da19 Merge pull request #285 from drand/nit/codecov
91219d9 Merge remote-tracking branch 'origin/master' into feat/clientlib
ea17641 Move drand-gossip-relay to relay-gossip
1299971 Multi-stage docker file for building a standalone binary (#241)
6397aa0 Now with racing and coverage
594c733 Organize our documentation, avoid duplicate information (#309)
90f95e9 Print folder permissions warning in octal (#242)
16b6e56 Put GRPC and HTTP APIs on separate ports. (#274)
8c49bca Remove duplicate "of" in README (#197)
f4d157d Remove invalid hash comment (#240)
920c7ad Specs of the current drand behavior (#252)
076a6d3 Stabilizes test-integration on circleCI (#262)
db72638 Stabillizes CI test (#267)
1dceeb5 Standalone Relay Binary (#257)
d75eb16 Update DEPLOYMENT.md (#340)
e8a35a4 Update drand YouTube link (#236)
6398498 Use of the new refactored DKG code (#237)
807eae3 clarify public/private port (#318)
9c84361 client stability fixes (#304)
70d67b6 delete beacon from store CLI command
0c2ecca dont do this please
8430002 feat: client cache (#321)
131aae8 feat: label taxonomy
1a0a7d3 feat: record and submit code coverage to codecov.io (#278)
4b8884a feat: relay randomness using libp2p PubSub (with Gossipsub Router) (#279)
9dcd124 fix insecure flag (#239)
5768bb5 fix: links in ToC (#258)
33866c2 fix: remove reference to ipfs-cluster (#276)
5253518 ignore demo, autogenerated protobuf code for purposes of codecov (#319)
2993632 interface juggling + tests
cde1a09 logging
ca3a8e1 quiter coverage
f4d357d refactor proto conversion to key
1500da0 refactor: switch to dual MIT + Apache 2.0 license (#259)
586c14f remove docker builds from goreleaser (#341)
3039357 remove slack parameter now that server blocking is merged (#336)
6cdca0e remove travis config (#249)
74ad2fd removing hashing address in group hash (#301)
53e9896 separate publishing from testing
fc5fc9b server blocks at current randomness (#305)
2283204 store test results for easier ci viewing (#333)
bb9980e switch http public interface to use relay http server (#307)
9691742 switch relay from ipfs-log to kit log (#296)
bfcfaa9 switch to using kyber/encrypt/ecies (#289)
b9b695a synchronous get
2710478 use go build and test locally to ensure local binary
3376be3 use request contexts in http
0d0ce9c using util ping for demo

v0.8.1

28 Apr 16:40
170d05b
Compare
Choose a tag to compare

Changelog

170d05b update to latest rfc v7 (#235)

Docker images

  • docker pull drandorg/go-drand:v0.8.1

v0.8.0

27 Apr 23:38
b099bdd
Compare
Choose a tag to compare

This version brings back the previous behavior of drand that produces contiguous rounds only with the addition that the network catches up as fast as possible when it is back on.

Changelog

8a2cb2c Add endpoint for pprof and prometheus metrics (#221)
f51fc50 Drand "nogaps" with catchup when network's backup (#228)
60f7fc6 check connection takes addresess now (#230)
4e84a32 fixing main test
b099bdd v0.3.1 update from bls12-381 (#233)

Docker images

  • docker pull drandorg/go-drand:v0.8.0

v0.7.7

19 Apr 16:33
9a58a7f
Compare
Choose a tag to compare

Changelog

9a58a7f Newbeacon (#227)

Docker images

  • docker pull drandorg/go-drand:v0.7.7

v0.7.5

15 Apr 22:04
976ba91
Compare
Choose a tag to compare

Changelog

bb0e7f7 Automatic sync when previous is higher than local (#224)
976ba91 Periodical sync (#226)
a51676a Update entrypoint in docker-compose (#225)

Docker images

  • docker pull drandorg/go-drand:v0.7.5

v0.7.4

14 Apr 22:02
Compare
Choose a tag to compare

Changelog

764c8cd updating gitignore

Docker images

  • docker pull drandorg/go-drand:v0.7.4

Disabling cache for now

13 Apr 14:56
bd17226
Compare
Choose a tag to compare
v0.7.1

disable cache for now (#219)

Major simplification of setting up new network

13 Apr 13:03
41d6f34
Compare
Choose a tag to compare

This releases brings a major simplification to setup a new network (or resharing).
As well, it brings on some caching strategy, some chain_sync fixes and public stream API fixes.

  • Next version will include automatic cross versions build