unicornultrafoundation / go-u2u

Implementation of U2U Network in Golang
https://u2u.xyz
GNU Lesser General Public License v3.0
5 stars 2 forks source link

Persist fake validators keys for fakenet and unit tests #17

Closed trinhdn97 closed 1 year ago

trinhdn97 commented 1 year ago

This PR helps resolve issue https://github.com/unicornultrafoundation/go-u2u/issues/16. We're going to persist a list of validator keys instead of generating a random list each time when we start fakenet or run unit tests.

lewtran commented 1 year ago

LGTM