kevincharm
                                            kevincharm
                                        
                                    I've updated kyber to the newly cut [1.3.0 release](https://github.com/drand/kyber/releases/tag/v1.3.0) which contains other changes besides the addition of BN254. Also deployed the updated verifier contracts just to make sure everything works...
@AnomalRoil I found a couple of issues running the tests under the new scheme (please see the inline comments). Sorry I should have double checked the drand tests when working...
I opened a new PR on kyber to address the race issues and get the drand tests passing: https://github.com/drand/kyber/pull/59
No unfortunately it doesn't support the vanilla CentOS 7 AMI from AWS, you will have to modify it first. You need to be able to login via SSH as root.
You would have to somehow be able to change ssh config to accept passwordless root login. I suggest doing this manually, then saving it as an AMI template for spinning...
[Instructions for CentOS 7 AMI](https://gist.github.com/hellstad/587c65a210df74b182a6)
Have you got SELinux enabled? Check out the bottom part of [this gist](https://gist.github.com/hellstad/587c65a210df74b182a6). If `sudo cat /var/log/audit/audit.log | grep nginx | grep denied` shows some lines, then that would be...
Hey, thanks for filing an issue. I'll have a look soon. If you have a minimal project to reproduce this behaviour, it'd greatly help!
Thanks! Will take a look at this soon :)