filecoin-project / venus

Filecoin Full Node Implementation in Go
https://venus.filecoin.io
Other
2.06k stars 462 forks source link

[venus] Set upgrade height through environment variables / 通过环境变量来设置升级高度 #5923

Open simlecode opened 1 year ago

simlecode commented 1 year ago

链服务模块 / Chain Service Components

订单服务模块 / Deal Service Components

算力服务模块 / Storage Power Service Components

描述 / Description

只有可执行程序的时候,希望通过环境变量来设置升级高度,从而不需要修改代码重新编译

elvin-du commented 1 year ago

如果有100台机器,每个机器都需求设置环境变量来升级高度,会不会可能100台机器设置环境变量的时候误操作,从而导致问题?

elvin-du commented 1 year ago

更多是为了开发者测试用。