Skip to content

Release v1.0.8

Compare
Choose a tag to compare
@studyzy studyzy released this 09 Jun 07:59
· 16 commits to mainnet since this release

Updates

本次更新包括:

  • 红包合约支持多Token的一次发放和领取。
  • 修复Validator模块的合约状态验证Bug。
  • 修复启用GasFee和无GasFee时逻辑的判断错误。
  • Fabric Adaptor的集成。
  • 子链与主链同步数据的完善。
  • 其他已知Bug的修复。

初次使用

mainnet:
./gptn
./gptn attach palletone/gptn.ipc

testnet:
./gptn --testnet
./gptn attach palletone/testnet/gptn.ipc

已有版本升级:

1.切换到gptn程序的运行目录: cd mainnet
2.执行:curl http://39.105.121.252/palletone/upgrade.sh | bash
3.重启gptn程序