diff --git a/README.md b/README.md index 897c8c2..bb0cb45 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,33 @@ ## 墨客伏羲 2.x +### Fuxi v2.1.1: +2021/05/25 + +本次发布版本用于正式网络,包含了测试网络上2.0.5以来的所有新增功能,主网预定分叉高度在6850000,预计分叉时间为北京时间5月28日到29日之间。 + +本版本修复了DAG文件生成过程中多线程并发产生的问题。 + +VNODE客户端增加了对web3的接口支持,使得用户可以使用以太坊的 EIP155 签名方式发送交易到MOAC基础链/母链。这次升级可以让开发者使用以太坊类的开发工具,如MetaMask,直接接入MOAC基础链。 + +在VNODE客户端增加了支持以太坊 EIP-2537(https://eips.ethereum.org/EIPS/eip-2537) 中 BLS12-381 签名的预编译合约模块,使得MOAC网络能够使用和以太坊网络相同的签名验证算法,来验证BLS和SNARKS的签名。这个新的特征为下一步实现MOAC网络和以太坊网络的跨链做准备,也是MOAC网络上实现聚合自动化市商(AMM)的一个重要工具。 + +主网可以提供了eth_subscribe接口中支持参数的问题,使得用户可以在提供websocket接口的客户端订阅信息。 +目前可以订阅的信息包括: +* newHeads +* logs +* newPendingTransactions +* syncing + + +**下载链接** + +VNODE 可执行文件包 + +* [Linux 可执行文件包](https://github.com/MOACChain/moac-core/releases/download/v2.1.1/fuxi2.1.1-stable.linux.tar.gz) +* [Windows 可执行文件包](https://github.com/MOACChain/moac-core/releases/download/v2.1.1/fuxi2.1.1-stable.win.zip) +* [MAC OS 可执行文件包](https://github.com/MOACChain/moac-core/releases/download/v2.1.1/fuxi2.1.1-stable.mac.tar.gz) + ### Fuxi v2.1.0: 2021/05/14 @@ -15,7 +42,7 @@ ### Fuxi v2.1.0: 2021/05/12 -本次发布版本用于正式网络,包含了测试网络上2.0.5以来的所有新增功能,主网预定分叉高度在6780000,预计分叉时间为北京时间5月17日到18日之间。 +本次发布版本用于正式网络,包含了测试网络上2.0.5以来的所有新增功能。 VNODE客户端增加了对web3的接口支持,使得用户可以使用以太坊的 EIP155 签名方式发送交易到MOAC基础链/母链。这次升级可以让开发者使用以太坊类的开发工具,如MetaMask,直接接入MOAC基础链。 diff --git a/READMEen.md b/READMEen.md index a3314c6..8cfa9b5 100644 --- a/READMEen.md +++ b/READMEen.md @@ -2,6 +2,32 @@ ## MOAC Fuxi 2.x +### Fuxi v2.1.1: +2021/05/25 + +This release runs on mainnet and contains all the updates from Fuxi 2.0.5. +Mainnet will be updated after block height 6850000, estimated fork time is on Monday, May 28th, 2021. + +Fixed the bug when generating DAG under multi-threading conditions. + +Enabled the web3 RPC commands and transactions can be send to MOAC basechain/mother chain with Ethereum EIP155 signed methods. + +Added the precompiled contract for BLS12-381 curve operations as suggested on Ethereum EIP-2537(https://eips.ethereum.org/EIPS/eip-2537). This new feature will enable the operations such as BLS signature verification and perform SNARKs verifications on MOAC network, which are required for future cross-chain operations. + +Fixed the issue of parameters in eth_subscribe method, the VNODE client supports all four parameters in eth_subscribe method: +* newHeads +* logs +* newPendingTransactions +* syncing + +**Download links** + +VNODE client only + +* [Binary package for Linux](https://github.com/MOACChain/moac-core/releases/download/v2.1.1/fuxi2.1.1-stable.linux.tar.gz) +* [Binary package for Windows](https://github.com/MOACChain/moac-core/releases/download/v2.1.1/fuxi2.1.1-stable.win.zip) +* [Binary package for MAC OS](https://github.com/MOACChain/moac-core/releases/download/v2.1.1/fuxi2.1.1-stable.mac.tar.gz) + ### Fuxi v2.1.0: 2021/05/14 @@ -14,7 +40,6 @@ Two reminders for the developers using Ethereum web3.js library on MOAC net work 2021/05/12 This release runs on mainnet and contains all the updates from Fuxi 2.0.5. -Mainnet will be updated after block height 6780000, estimated fork time is on Monday, May 18th, 2021. Enabled the web3 RPC commands and transactions can be send to MOAC basechain/mother chain with Ethereum EIP155 signed methods.