BitShares Mainnet 4.0.0 release is out. Please check this link for details: https://github.com/bitshares/bitshares-core/releases/tag/4.0.0 .
The scheduled protocol activation time is Thursday 30th July 13:55:00 UTC.
There are pre-built binaries for download if you don't like to compile by yourself.
Docker image is available too:
docker pull bitshares/bitshares-core:4.0.0
For API nodes, please
- enable the
custom_operationsandapi_helper_indexesplugins - check
config.iniand make sure the limits forget_full_accountsAPI are large enough
# api-limit-get-full-accounts = 50
# api-limit-get-full-accounts-lists = 500
BitShares 主网新版本 4.0.0 已经发布。详见 https://github.com/bitshares/bitshares-core/releases/tag/4.0.0 。
协议升级时间 北京时间 2020年7月30号21:55:00 。
包含已经编译好的二进制包(下载链接),可下载解压后直接运行。
也可以通过 Docker 下载或者更新:
docker pull bitshares/bitshares-core:4.0.0
API 节点升级请注意:
- 启用
custom_operations插件和api_helper_indexes插件 - 检查
config.ini配置文件,注意更新如下两个参数
# api-limit-get-full-accounts = 50
# api-limit-get-full-accounts-lists = 500