danicoin/ReleaseNotes.txt

109 lines
2.3 KiB
Plaintext
Raw Normal View History

2015-07-15 12:23:00 +00:00
Release notes 1.0.5
- High-level API for blockchain explorer
- Full network layer refactoring
- Transactions pool synchronization
- list_transactions method for RPC Wallet
- Various improvements
2015-05-27 12:08:46 +00:00
Release notes 1.0.4
- Bytecoin RPC Wallet
- New multithreading library
- Improved console logging
- Further optimizations
Release notes 1.0.3
- Multisignature API
- Low level API
- High level API improvements
- Instant transaction pool notifications
- Fully refactored simplewallet
Release notes 1.0.2
- Transaction history for simplewallet
- Reset command for simplewallet
- Various simplewallet improvements
2014-08-14 15:41:44 +00:00
Release notes 1.0.1
- Fix transfers in simplewallet
2014-08-13 10:51:37 +00:00
Release notes 1.0.0
- Multi-signatures
- Updated block reward scheme
- Further optimization in daemon RAM consumption
- Faster wallet refresh
- Transaction priority based on tx fee
- Transactions are returned from tx pools after 24 hours
- Dynamic maximum block size limit
- Reduced default transaction fee
- Various network health updates
2014-06-25 17:21:42 +00:00
Release notes 0.8.11
- Increased minimum transaction fee
- Transaction pool optimizations
- High level API implementation
- CryptoNight hash function optimization
- Improvements for wallet JSON RPC API
2014-06-20 15:56:33 +00:00
Release notes 0.8.10
- Optimized blockchain storage memory usage
- Various code improvements
2014-05-21 13:49:50 +00:00
Release notes 0.8.9
- JSON RPC v2.0 compatibility
- JSON RPC over TCP added
- Further optimizations
2014-05-15 16:40:40 +00:00
Release notes 0.8.8
- Fixed a bug with checkpoints behavior
- UI improvements for daemon
- Various updates from our forks
2014-05-09 12:01:18 +00:00
Release notes 0.8.7
- OSX support
- Further optimizations
2014-04-29 16:26:45 +00:00
Release notes 0.8.6
- Simplwallet can set extra for transfers
- Improvements in JSON RPC for wallet
- UX improvements in simplewallet
- Win32 compilation
2014-04-09 12:14:35 +00:00
Release notes 0.8.5
- Port mapping for daemon using UPnP
- Improvements for daemon JSON RPC API
2014-04-07 15:02:15 +00:00
Release notes 0.8.4
- Formalization of high level API
- Improvements for wallet JSON RPC API
2014-04-02 16:00:17 +00:00
Release notes 0.8.3
- JSON RPC for wallet
- fixed bug with blockchain storing
- fixed bug with correct display of transfer's change
- bug fix in simple wallet
Release notes 0.8.2
- now wallet is still working when daemon stores blockchain and can't serve clients;
- no-console option for a daemon;
- fixed problem with network synchronization;
- major bug fix in simple wallet.
Release notes 0.8.1
2014-04-09 12:14:35 +00:00
Bytecoin project is moved to GitHub