Consensys / handel

Multi-Signature Aggregation in a Large Byzantine Committees
Apache License 2.0
53 stars 5 forks source link

CI started to fail #135

Closed nkeywal closed 5 years ago

nkeywal commented 5 years ago

Without any change on the code. It seems we can reproduce the problem locallty: FAIL github.com/ConsenSys/handel/simul/p2p/libp2p [build failed] @nikkolasg any insight?

nikkolasg commented 5 years ago

3 solutions here:

  1. we use go modules and stick to previous version of libp2p
  2. we keep that version in a separate branch and have master without libp2p
  3. we spend time making this simulation work (maybe new versions of libp2p will help).

Due to time scarcity, I'm more for option 2 but happy to talk about any options more in-depth.