entropyxyz / entropy-core

Protocol and cryptography development.
https://docs.entropy.xyz/
GNU Affero General Public License v3.0
11 stars 2 forks source link

Handle test key generation better #1071

Closed JesseAbram closed 1 month ago

JesseAbram commented 1 month ago

In #1050 we were having trouble with key managment, since there is now randomness and 4 potential signers and 3 are selected. This means we can't create alice, bob, charlie keys anymore and assume those three will be singing. In 1050 we......I......mmm me and @ameba23 made it alice, bob, and dave, which holds true due to test randomness with the chain, however, it needs to be more flexible.