You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@liangpeili should i also replace the sandbox when doing a fresh install of Asch; git clone https://github.com/AschPlatform/asch && cd asch && chmod u+x aschd followed by npm install
本次 DApp 升级方案如下:
一、节点从1.3.6 升级到1.4版本
升级文档参考Asch 1.4 升级方案 · AschPlatform/asch Wiki
二、 替换 sandbox
下载地址: http//39.107.52.143/dist.tgz. 解压后是 dist 目录,需要替换node_modules里的asch-sandbox 内容。 进入asch-sandbox 执行
npm install
添加一行代码,366行附近:
修改后的代码为:
三、数据库修改
目前主链上查询到的 seq 为(主链blockchain.db 执行 select chain, max(seq) from deposits group by chain;)
项目方根据上面的结果确定自己应用的 seq 值。
接下来的操作:
四、修改config.json
在应用的 config.json 里,需要添加 peers,格式如下:
这里的 ip 和端口是本机的 ip 以及 peerport,可以参考config.json 里的配置
五、其他
The text was updated successfully, but these errors were encountered: