Implement first iteration of node

The coordinator implementation has been refactored to allow all the goroutines
to be handled from the node.
This commit is contained in:
Eduard S
2020-09-08 11:31:51 +02:00
parent bcd93fee36
commit 475614cc3a
15 changed files with 759 additions and 160 deletions

View File

@@ -4,7 +4,7 @@ import (
"github.com/hermeznetwork/hermez-node/common"
)
// Proof TBD this type will be got from the proof server
// Proof TBD this type will be received from the proof server
type Proof struct {
}