[NOD-1220] Add network string field to Version message (#852)

* [NOD-1220] Add network name to the version message.

* [NOD-1220] Ban peers from the wrong network.

* [NOD-1220] Add the network parameter to protowire.

* [NOD-1220] Add "kaspa-" to network names.
This commit is contained in:
stasatdaglabs 2020-08-09 18:11:13 +03:00 committed by Ori Newman
parent 1927e81202
commit d55f4e8164

View File

@ -0,0 +1,7 @@
protowire
=========
1. Download and place in your PATH: https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-x86_64.zip
2. `go get github.com/golang/protobuf/protoc-gen-go`
3. `go get google.golang.org/grpc/cmd/protoc-gen-go-grpc`
4. In the protowire directory: `go generate .`