config.ini v1.0.0到v1.0.10的变化

这里提及的
v1.0.0 的版本号: 2840751565
v1.0.10的版本号:1013003462

1. bnet bnet_plugin

两个版本同时都有的parameter包括:

bnet-endpoint =
bnet-threads = 
bnet-connect = 
bnet-no-trx = 

v1.0.10版本会有两个新增的-parameter


config.ini v1.0.0到v1.0.10的变化_第1张图片
bnet-follow-irreversible = 0
bnet-peer-log-format = ["${_name}" ${_ip}:${_port}]

bnet-follow-irreversible: 是否获取从 irreversible blocks(不可逆的区块)

2. RPC 和 HTTP 通信 http_plugin

max-body-size = 
verbose-http-errors = false

特别提醒verbose-http-errors

3. socket-watermark net_plugin

config.ini v1.0.0到v1.0.10的变化_第2张图片
use-socket-read-watermark = 0
peer-log-format = ["${_name}" ${_ip}:${_port}]

4. 去掉了eosio-key wallet_plugin

你可能感兴趣的:(config.ini v1.0.0到v1.0.10的变化)