Nuwa v1.0.5
Nuwa v1.0.5 is a package released for both mainnet and testnet. It enable all the functionality of MicroChain and fixed a few issues discovered during the test.
It provides JSON-RPC commands for the SCS server.
For VNODE users:
- If you want to become a VNODE proxy and join MicroChain mining, you need to upgrade the VNODE software to this version v1.0.5.
- If you only mining or monitoring the network, you don't need to upgrade your VNODE software.
For SCS users:
- Please upgrade to this version as soon as possible to allow MicroChain usage.
- Please also use the MicroChain contracts provided with v1.0.5.
本次发布的软件包可用于主网和测试网。
修正了之前测试中发现的一些问题,提供了完整的子链功能;
为用户提供了便于使用的SCS端的JSON-RPC的接口。
对于VNODE节点用户
- 如果要配置子链,成为子链代理节点(MicroChain Proxy)的,请尽快升级到v1.0.5;
- 如果只是使用VNODE挖矿,或者作为监听节点,短期内不会有影响,但建议升级;
对于SCS节点用户
- 必须升级到v1.0.5;
- 必须使用v1.0.5提供的子链合约来初始部署子链;
VNODE
- Enabled the whitelist for Microchains in the mainnet;
- Increased SubChainBase contract functions;
- Fixed the issues found in the test process;
SCS
- Fixed the bugs in HandleProposalDistribute and getCurNodeList functions;
- Modified the way to get account nonce;
- In command line flags, changed 'rpc1' to 'rpcdebug', 'rpc2' to 'rpc';
- Used 'rpccorsdomain' flag to control the domains from which to accept cross origin requests;
- Added 'getBlockList' and 'getMicroChainInfo' methods;
MicroChain contracts
- SubChainProtocolBase.sol
- VnodeProtocolBase.sol
- SubChainBase.sol