Core Releases
:
* Mainnet v0.14.11: Add restore wallet feature to GUI, add new RPC API features
* Mainnet v1.1.4: Upgrade LevelDB resolving logevents issue, and fix a syncing issue
Work Completed
:
* [Core/GUI] Add option to restore wallet in the GUI
* [x86/Tests] Implemented custom testing infrastructure to test various short series of instructions to compare their behavior
* [Milestone/x86] The x86 VM is finally capable of running a simple hello world program written in C
* [x86/Toolchain] Built and documented how to build a GCC based toolchain targeting the Qtum x86 VM
* [x86/Design] Revamped how the x86 standard library model will work so that community library contracts can benefit from the same infrastructure
* [Wallet/Web] Completed create, sendto, and call contract support
* [Wallet/Web] Completed QRC20 token support
* [Misc] Updated docker node images to support GUI usage
* [Misc] Update docker node images to support testnet development work
* [Wallet/Mobile] Fixed UI and localization errors
* [Wallet/Mobile] Will now verify if a contract was deleted or not
Work In-Progress
:
* [Core/GUI] Working on a complete revamp of the theme and layout for the Qtum Core wallet
* [Core] Working on upgrading the wallet source code to include improvements in Bitcoin Core 0.15
* [API/QtumJS] Redesigned how sendtocontract API worked so creating a transaction and confirming it can be done separately
* [Documentation] Working on crowdsale tutorial for Qtum
* [x86/Tests] Adapting "test386.asm" to work on x86 VM
* [Mobile/Electrum] Adding smart contract support to Electrum
* [Core/P2P] Refactoring how mempool rules are enforced
* [Insight] Improved token support and adding custom page for tokens
* [Wallet/Mobile] Improved token support
* [Misc] Redesigning official Qtum logo and icons for use in all products
* [x86] Refactoring memory access to prepare for gas model implementation
* [Insight/API] Fixed supply reporting issue
* [Core] Researching issue that sometimes causes a segfault while synchronizing
* [Documentation] Working on the beginnings of a complete book covering developing with Qtum