md5sum
File | md5sum |
---|---|
ctool-linux-amd64 | d4e11eab0e8c97d1efdc459adacf8899 |
ctool-windows-amd64.exe | e7fb9e9175203a5bfc52fe734a08519a |
ethkey-linux-amd64 | dbd1b4ec3c1924cde2dbce9f81fbb696 |
ethkey-windows-amd64.exe | f8c9d9d743d242d1750117c7bec2f81e |
platon-linux-amd64 | 3a8c5b96025d1ba7de3a8c7e7eedc39d |
platon-windows-amd64.exe | 24de7c4e8b7fa6ea0f62b04aa34e2966 |
PlatON-Contract.tar.gz | a1d1c2681264cfabbc01bca5779d8123 |
mpclib.tar.gz | 4865f8587c830f833d7e1d9eb4984428 |
platon.json | e8895fbcae39548690200a82f5bae5d8 |
platon-linux-amd64-full.deb | 235229f40dc9bfb93d7e0ccd4b3a4b84 |
platon-linux-amd64-full.tar.gz | 88566b33c3b9546c72a7172c3bd9712c |
platon-linux-mpc-vm-amd64.deb | ebc0b9fe01054e1fb6c98df110928691 |
platon-windows-amd64-full.zip | 9de1c83c3acc5007a47b658b53594c11 |
Change Log
- Support secure two-party computing on PlatON. #14
- Support the 'MPC' type transactions. #15
- Support for smart contracts running on WASM.#10
- Replace the default smart contracts' virtual machine with WASM.#11
- Support smart contracts written in C++.#12
- Add a new storage model, which is suitable for the storage of WASM contracts.#13
- Fixed an "unknown ancestor" bug, which is caused by delayed P2P connection and lose some blocks.
- Fixed a "concurrent map writes" bug, added a mutex lock on map access.
- Fixed out of sequence block confirmation bug that caused chain fork.
- Optimized txpool performance, added a channel to get consumers obtain txpool lock smoothly.
- Fixed gas estimation bug which may cause process panic.
- Raised priority of consensus-related messages in p2p broadcasting.