Releases: MOACChain/moac-core
Nuwa v1.0.3
Nuwa1.0.3 is a package for the testnet only. It fixed a few issues discovered during our pressure test on the microchain and implement new RPC commands for the SCS server.
VNODE
- Change the sendPushMsg from using mutex lock to channel
- Fixed a memory leak found in the pressure test
- Added format support for the shardingFlag
SCS
- Fix the performance issue for scs
- Add rpc interfaces SetDappAbi() and AnyCall() to support call a solidity and return data as json
- Add components to argument of abi, to support: unmarshal json struct data that returned form solidity function
- Move userconfig.json default location to the same level of scsserver
MicroChain contracts
- SubChainProtocolBase.sol
- VnodeProtocolBase.sol
- SubChainBase.sol
FileStorm 1.0.1
filestorm1.0.1.tar
Added changes to support deploying dapp contract through wallet.moac.io
deploy.js
Use deploy.js to create one vnode and 3 (or more) scs.
FileStorm
Nuwa v1.0.2
Thanks for the support from the community, MOAC mainnet chain moved successfully from Pangu to Nuwa after block number 647,200. The VNODE and SCS clients release today can be used to build MicroChain and enable the MicroChain mining in both testnet and mainnet.
To help the developers to try the SCS mining, we has a website providing information in the testnet, please check Testnet MicroChain Information and Instructions to start SCS.
Over the next couple of weeks, the teams will continue to develop VNODE/SCS features and provide tools to help the DAPP developers using MicroChain.
Available Features:
- Fully functional VNODE to support MicroChain;
- Fully functional SCS server to support MicroChain;
- Enabled VNODE to get rewards from MicroChain mining;
- MicroChain protocol smart contract;
- MicroChain base smart contract that supports POS consensus;
- Fully functional MicroChain supports sharding;
- Supports FileStorm Protocol for IPFS MicroChain;
- Supports MicroChain without token;
Executables:
Windows:
nuwa-vnode1.0.2win.zip
nuwa-scs1.0.2win.zip
Ubuntu:
nuwa-vnode1.0.2.ubuntu.tar.gz
nuwa-scs1.0.2.ubuntu.tar.gz
MAC:
nuwa-vnode1.0.2.mac.tar.gz
nuwa-scs1.0.2.mac.tar.gz
Support Materials:
We have some videos for the MicroChain users:
https://www.youtube.com/watch?v=ywCgPw4dqnM
Please let us know your thoughts and comments:
https://t.me/moacblockchain
https://github.com/MOACChain/moac-core/issues
Nuwa v1.0.1
This release is to fix a bug that event subscription in some machines does not work.
Nuwa v1.0.0
Release Date: 07/31/2018
After a year of hard work from the developers, we proudly release Moac client 1.0.0: Nuwa! This release, developed in Go language, fits into our roadmap with a fully functional Vnode and SCS to run MicroChain on the MOAC blockchain.
To make a smooth transition from Pangu to Nuwa, we will release SCS clients and enable the MicroChain mining one week after Nuwa release, at mainnet block number 647,200, which will likely occur between 0:00 and 1:00 UTC on Wednesday, August, 8th 2018.
Major Progress:
- Fully functional VNODE to support MicroChain;
- Fully functional SCS server to support MicroChain;
- Enabled VNODE to get rewards from MicroChain mining;
- MicroChain protocol smart contract;
- MicroChain base smart contract that supports POS consensus;
- Fully functional MicroChain supports sharding;
- Supports FileStorm Protocol for IPFS MicroChain;
- Supports MicroChain without token;
Available feature:
- MicroChain mining through SCSs and MicroChain contracts;
- MicroChain supports POS consensus;
- IPFS MicroChain support.
Executables:
Windows:
nuwa1.0.0.win.zip
Ubuntu:
nuwa1.0.0.ubuntu.tar.gz
MAC:
nuwa1.0.0.mac.tar.gz
We have some videos for users:
https://www.youtube.com/channel/UC_U54wsGNrm_Yivj5bH9i7Q
We will have more video instructions for developers soon, stay tuned!
Please let us know your thoughts and comments:
https://t.me/moacblockchain
Pangu0.8.4 with MicroChain support
Updated: 08/27/2018
The download links were removed for this version. Please use Nuwa version SCS for MicroChain.
Release Date: 06/30/2018
This release is for testnet only. Please refer to https://github.com/MOACChain/moac-core/wiki/SCS to learn how to setup and use MicroChain.
Updates:
- The package is Only to run at testnet and under development. It contains both vnode and scs executables and necessary files.
- In mc.getTransactionReceipt, added "status" flag to display if the transaction is success "status = 1" or failure "status=0".
- Listed the contract codes to form MicroChain: SubChainProtocolBase.sol, VnodeProtocolBase.sol and SubChainBase.sol.
Executables:
Windows:
pangu0.8.4.widows.zip
Ubuntu:
pangu0.8.4.ubuntu.tar.gz
MAC:
pangu0.8.4.mac.zip
We will have some video instructions for developers soon, stay tuned!
Please let us know your thoughts and comments:
https://t.me/moacblockchain
PIZZA day!
2010/05/22
A Pizza was bought with 10,000 BTC!!!
A programmer named Laszlo Hanyecz got a deal: 10,000 BTC for two Papa John's pizzas. That eye-watering amount was worth a mere $25 at the time and started a new era.
2018/05/22
For programmers, we are happy to bring you some slices of Pizza today.
This release is alpha version of MOAC microchain. It is still under development but we want you to try and taste it with us. It is for programmers only.
The package is Only to run at a single node mode for easy debugging. It contains both vnode and scs executables and necessary files
Executables:
Windows: pizzaAlpha.vnode.scs.widows.zip
Ubuntu: pizzaAlpha.vnode.ubuntu.tar.gz, pizzaAlpha.scs.ubuntu.tar.gz
We also have some video instructions for developers.
Please let us know your thoughts and comments.
English tutorials:
Youtube
Youku
Pangu 0.8.2
Release Date: 04/30/2018
This release is for both mainnet and testnet. The mainnet was launched on April 30th, 2018.
Updates:
- Added the community message in the genesis block.
- Updated the system contract to fix future send issue.
- The SCS ports were loaded and will be ready to use after the mainnet is launched and testing is finished for SCS.
- Fixed an issue of pending transactions .
- Removed config file and put the configs in the source files.
- MOAC explorer, (mainnet)
- MOAC testnet explorer, (testnet)
Pangu 0.8.1
This release is for MOAC project Pangu 0.8.1:
Release Date: 04/18/2018
- The network ID changed to 99 (mainnet) and 101 (testnet) to adopt the EIP155 specification.
- Fixed a previous "no data attached" issue in contract deploying.
- Added config file vnodeconfig.json.