It’s time for another development update to bring you up to speed with recent changes in the Counterparty project.
Added support for Multisignature Addresses in Counterwallet
We have enabled full multisig support in Counterwallet. You can create multisignature addresses, view their balances, create transactions and sign them within the wallet. These features are currently available only in develop on testnet. Feel free to give them a try and report any bugs you encounter.
We also added i18n support for the date/time picker. More about this feature can be found on GitHub, issue #583.
counterpartyd Development
Here’s a list of all development in counterpartyd from this week:
- merged Counterparty Contracts code into ‘develop’ – Counterparty contracts branch has been merged into the ‘develop’ branch and is available to be used on testnet.
- removed the requirement for asset description and divisible option in the counterpartyd API when issuing new assets (description is by default set to an empty string, while the divisible option is set to True)
- removed the requirement for leverage in bets in the counterpartyd API, if the leverage option is not set it will default to 5040
- added required parameters in the API documentation and default values for not required parameters (#420)
- added examples for asset issuance in the API documentation
- fixed the Windows time zone bug (#407)
- tentatively scheduled mainnet numeric asset names for block 333000
- tentatively scheduled multisignature addresses on mainnet from block 333000
counterpartyd_build Development
- added addrindex=1 in bitcoin.conf
- cleaned up federated node build, removed unused options and insight building
- updated nginx to 1.7.4.1
Upcoming Releases
We have a new release of counterpartyd – v9.47.0 planned for upcoming weeks, which will include the following features:
- free numeric asset names (protocol change: 332000)
- kickstart functionality
- better process‐locking
- improvements to documentation
- graceful shutdown of processes
- faster server startup
- support for jmcorgan Bitcoin Core fork for block explorer
That summarizes the development updates for this week. If you want to contribute to Counterparty development and earn some XCP be sure to check out available bounties on BountySource. We also have several open bounties for Counterwallet translations, best place to check out those is on our forum thread.
If you have any questions regarding recent or upcoming changes you can contact us via our support channel, forum or github.