Error: current Docker image protocol version mismatch - mainnet is on 7, docker on 6
- Dominant language
- No language data
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The current IOTA full node docker image with tag "mainnet", exits with an error shortly after started, with the following error:
_Unsupported protocol version. The network is at ProtocolVersion(7), but this IotaNode only supports: SupportedProtocolVersions { min: ProtocolVersion(1), max: ProtocolVersion(6) }. Shutting down._
The current source code is alreay allowing for version 7, at iota-protocol-config/src/lib.rs
But the docker version does not allow for version 7 and for some reason it seems the current mainnet network is already at version 7.
Remedy: Release a new mainnet docker image that allows for protocol version 7
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.