orbs-network / lean-helix-go

Go implementation of the Lean Helix Byzantine fault tolerant consensus algorithm
MIT License
37 stars 0 forks source link

main and worker loops GoForever. naive scribe integration #55

Closed ronnno closed 5 years ago

ronnno commented 5 years ago

Add GoForever to both main and worker loops. Naively create a new scribe logger, adding node instance id and the type of loop as logger tags

ronnno commented 5 years ago

abandoning this because feature already added in a different branch