Wallet v0.26.0 has been released and you can find it here:
https://github.com/Qoracoin/Qora/releases/tag/0.26.0The v0.26.0 release includes the following updates:
- The possibility of translation of the interface into any languages.
- Switching to Java 8.
- The ability to disable forging (in settings.json: "forging": false)
- Logging errors to a file.
- Multipayments when changing Namestorage (if you like a post you will send the author 10 Qora)
- Added new API commands:
- POST transactions/find {"address":"", "sender":"", "recipient":"", "type":, "service":, "offset":, "limit":, "minHeight":, "maxHeight":, "desc":, "count":}
- POST transactions/process
- GET names/address/ (including foreign addresses)
- GET names/address//values
- GET addresses/lastreference/
- GET addresses/lastreference//unconfirmed
- New commands allow to implement a full-fledged mobile app. - Fixed a bug due to which Windows-version could not start.
- Command line param -peers=127.0.0.1,127.0.0.2,127.0.0.3 for add peers.
- In BlockExplorer added support for displaying information on multiple addresses separated by a comma.
- QR-code added for addresses in BlockExplorer.
- Minor optimizations and bug fixes.