Version 1.2.5 Changelog:
- Bugfix-release
- added maven support
Download:
https://github.com/burst-team/burstcoin/releases
Version 1.2.4 Changelog:
- Added support for parallel blockchain downloads
- Multicore Blockchain verification
- Updated GUI (fixed links & other minor changes)
- Optional: OpenCL / GPU acceleration for Blockchain sync
- Improvement of Automated Transactions
Download:
https://github.com/burst-team/burstcoin/releases
- Flush accountTable batch changes before commit in TransactionProcessor
- Add VersionedBatchEntityDbTable and convert Account to use it
- Updated /conf
- Upgraded h2 to 1.4.191. DB paths must now start with ./ in conf
- Remove old nxt forging-related code from Account.java
- Batch insert transactions to db instead of individually
- Cache baseTargets and timestamps to avoid looking up old blocks during verification
- Permanent enable escrow + subscriptions to prevent alias lookups every block
- Pre-verify transaction signatures
- Cache and fork handling improvements
- Duplicate PoC coded changed to calls to Generator. Generator moved to Generatorlmpl implementing Generator. Added MockGenerator enabled by config option for easier testing.
- Fix AT txid bug
- Upgraded to jetty 9.2.15
Sources:
https://github.com/burst-team/burstcoin