Skip to content

Nuwa v1.0.9

Compare
Choose a tag to compare
@mdranger mdranger released this 01 Jun 08:09
· 69 commits to master since this release

Nuwa v1.0.9 runs on both mainnet and testnet to support Multiple contracts on MicroChains:

  1. Allow multiple contracts to be deployed on one MicroChain;
  2. Enable new data structure supports in SCS RPCdebug APIs;
  3. Enable new JSON-RPC methods in SCS to work with MicroChain and DAPPs;
  4. Optimized txpool handling of MicroChain flushing process.
  5. Updated bootnodes to improve the P2P connections;
  6. The contracts used to generate MicroChains are also updated to the latest version with ASM and AST supports;
  7. Added scripts to launch the MicroChains for both ASM and AST;

More info can be found on the latest documentation

There are APIs and SDKs to use with the MicroChain.
More info can be found on the API documentation.
To get the Access Token to the REST-API, please contact: moacapi@mossglobal.net

2019/08/16 Added README file for SCS server; Removed default port 6060 usage.

版本特性


  1. 在主网和测试网上支持多合约。子链多合约指的是在一条子链中部署多个智能合约,多合约可以将业务逻辑进行拆分,相互调用,合约之间也可以进行升级;
  2. 为SCS提供更多开发接口,便于用户使用;
  3. 提供更多JSON-RPC接口;
  4. 优化了交易池中对子链确认过程的处理;
  5. 优化了P2P的连接方式;
  6. 更新了ASM和AST两种子链的合约;
  7. 提供了部署ASM和AST子链合约的脚本;

更多信息可以参考最新的开发文档

开发团队同时提供可以接入子链的API和SDK,可以参考API 文档.
接入API需要首先获取access token,请联系开发团队:moacapi@mossglobal.net