Zondax / drand

🎲 A Distributed Randomness Beacon Daemon - Go implementation
Other
0 stars 1 forks source link

Unchained Randomness #3

Open jleni opened 3 years ago

jleni commented 3 years ago
emmanuelm41 commented 3 years ago

We extended the configuration to give support to unchained randomness here https://github.com/Zondax/drand/commit/2dd1727c9f472562e49ad385d4d0dc8c1a62a94a

emmanuelm41 commented 3 years ago

We changed the internal calculation based on the configuration here https://github.com/Zondax/drand/commit/0243d7cfc904fd2b3e9e5d8dba02ebc11be6f28f

emmanuelm41 commented 3 years ago

We extended and ajust the tests here https://github.com/Zondax/drand/commit/86c83d1134e79bd3e1df8facb074413a25dcada2. There are a lot of other commits to fix some issues with the tests.