Changes in the node configuration file

This section provides information to help you identify changes in the configuration file depending on the node version.

Warning

If you are updating a node version, you must also update the node configuration file. The node will not run without updating the configuration file!

Changes in the node configuration file of the 1.2.0 version

docker-engine section

In the section docker-engine added parameter grpc-server, responsible for setting up gRPC server to work docker contracts with gRPC API:

grpc-server {
  # gRPC server port
  port = 6865
  # Optional node host
  # host = “192.168.65.2”
}

Changes in the node configuration file for earlier versions

Node version 1.1.2

Node version 1.1.0