Increase bzz version (#18184)

* swarm/network/stream/: added stream protocol version match tests

* Increase BZZ version due to streamer version change; version tests

* swarm/network: increased hive and test protocol version
This commit is contained in:
holisticode
2018-11-26 13:34:40 -05:00
committed by Viktor Trón
parent c207edf2a3
commit 695a5cce1e
3 changed files with 170 additions and 3 deletions

View File

@ -31,7 +31,7 @@ import (
)
const (
TestProtocolVersion = 7
TestProtocolVersion = 8
TestProtocolNetworkID = 3
)