Changelog for
feathercoin-0.17-32.1.x86_64.rpm :
Fri Nov 9 13:00:00 2018 wellenreiter01AATTt-online.de
- version 0.17.0.1
* ACP related changes
* Upstream changes from Bitcoin
Thu Nov 8 13:00:00 2018 wellenreiter01AATTt-online.de
- version 0.17
* Changed configuration options - -includeconf= can be used to include additional configuration files.
* GUI changes - Block storage can be limited under Preferences.
* External wallet files - The -wallet= option now accepts full paths.
* Newly created wallet format - If -wallet= is specified with a path that does not exist, it will now create a wallet directory at the specified location.
* Dynamic loading and creation of wallets - Previously, wallets could only be loaded or created at startup, by specifying -wallet parameters on the command line or in the bitcoin.conf file. It is now possible to load, create and unload wallets dynamically at runtime.
* Partial spend avoidance - A new -avoidpartialspends flag has been added (default=false). If enabled, the wallet will always spend existing UTXO to the same address together even if it results in higher fees.
* \'label\' and \'account\' APIs for wallet - A new \'label\' API has been introduced for the wallet. This is intended as a replacement for the deprecated \'account\' API.
* BIP 174 Partially Signed Bitcoin Transactions support - BIP 174 PSBT is an interchange format for Bitcoin transactions that are not fully signed yet, together with relevant metadata to help entities work towards signing it. It is intended to simplify workflows where multiple parties need to cooperate to produce a transaction. Examples include hardware wallets, multisig setups, and CoinJoin transactions.
* Upgrading non-HD wallets to HD wallets - Since Bitcoin Core 0.13.0, creating new BIP 32 Hierarchical Deterministic wallets has been supported by Bitcoin Core but old non-HD wallets could not be upgraded to HD. Now non-HD wallets can be upgraded to HD using the -upgradewallet command line option.
* HD Master key rotation - A new RPC, sethdseed, has been introduced which allows users to set a new HD seed or set their own HD seed. This allows for a new HD seed to be used. A new backup must be made when a new HD seed is set.
* Transaction index changes - The transaction index is now built separately from the main node procedure, meaning the -txindex flag can be toggled without a full reindex.
* Miner block size removed - The -blockmaxsize option for miners to limit their blocks\' sizes was deprecated in V0.16.0, and has now been removed.
Tue Jun 26 14:00:00 2018 wellenreiter01AATTt-online.de
- version 0.16.1
* Add ACP service bit for compatibility with non-ACP nodes
* Corrections to the regtest network
* Update man pages
* Improved Korean translation
* Upstream changes from Bitcoin 0.16.1
Fri May 4 14:00:00 2018 wellenreiter01AATTt-online.de
- version 0.16.0
* Automated build tests fixed - Feathercoin v0.9.6 now includes automated unit tests from Bitcoin v0.9
* Fixed Miniupnpc > 1.6 - There was a bug in the code that didn’t agree with versions of miniupnpc greater than version 1.6
* Fixed “Ambiguous Overload” build error from chainparams.cpp when building with C++11 support
* Fixed buffer overflow bug in Coins.cpp
* Refreshed MacOS DMG background -updated icon size and position
* Fixed a build issue with MacOS build and the Multi-Sig QT page
* Fixed a C++11 build error “C++11 requires a space between literal and identifier” on main.cpp, wallet.cpp, walletmodel.cpp
* enabled zeromq support
* Feathercoin-cli manpage added
* updated feathercoind, feathercoin-qt, feathercoin.conf manpages
Fri Feb 9 13:00:00 2018 wellenreiter01AATTt-online.de
- version 0.13.1.0
* BIP9 Version Bits which starts on block 2120000
* Segregated Witness BIP9 Soft Fork
* CHECKSEQUENCEVERIFY BIP9 Soft Fork
* CHECKLOCKTIMEVERIFY Legacy Soft Fork
* Faster synchronization
* Compact Block support
* Hierarchical Deterministic Key Generation
* Dynamic transaction fee
* RPC Access Control iconfiguration parameter changes
* REST interface with -rest flag
* Watch-only wallet support
* Block file pruning
* Memory usage optimization
* Direct headers announcement
* Notifications through ZMQ
* fix message magic number
* Depends fixes
Mon Nov 13 13:00:00 2017 wellenreiter01AATTt-online.de
- version 0.9.6.2
* Problem with Static Builds with Windows (issue #155)
* copyright updated (issue #156)
* changes in message displays (issue #157)
* new protocol version number (issue #158)
* changes to unit tests (issue #159)
* fix to format errors on Multisig GUI page (issue #160)
* Solomining not working, getwork broken (issue #166)
* ACP in advisory mode crashes cliend (issue #169)
* ACP enforced config parameter not handled correctly in 0.9.6 (issue #170)
* fix to connections problems for incomming connections from 0.11.x nodes (issue #171)
* fix to gui display problems (# issue #180)
* updates to configure script to fix dependicy detection problems (issue #190)
Mon Jan 30 13:00:00 2017 wellenreiter01AATTt-online.de
- version 0.9.6
* Automated build tests fixed - Feathercoin v0.9.6 now includes automated unit tests from Bitcoin v0.9
* Fixed Miniupnpc > 1.6 - There was a bug in the code that didn’t agree with versions of miniupnpc greater than version 1.6
* Fixed “Ambiguous Overload” build error from chainparams.cpp when building with C++11 support
* Fixed buffer overflow bug in Coins.cpp
* Refreshed MacOS DMG background -updated icon size and position
* Fixed a build issue with MacOS build and the Multi-Sig QT page
* Fixed a C++11 build error “C++11 requires a space between literal and identifier” on main.cpp, wallet.cpp, walletmodel.cpp
* Feathercoin-cli manpage added
* updated feathercoind, feathercoin-qt, feathercoin.conf manpages
Fri Mar 18 13:00:00 2016 wellenreiter01AATTt-online.de
- version 0.9.3.1
* patch to fix compability problem with future versions
Thu Mar 17 13:00:00 2016 wellenreiter01AATTt-online.de
-fixed errors in spec and dsc file
Mon Mar 7 13:00:00 2016 wellenreiter01AATTt-online.de
- version 0.9.3 initial
* BIP66 support