Skip to content

Releases: FeatherCoin/Feathercoin

zeromq bug fix

20 Feb 17:19
Compare
Choose a tag to compare

Feathercoin release 0.17.0.1 has a vulnerable version of the dependency ZeroMQ, and puts the users which have this feature enabled at risk for a remote-code-execution bug related to CVE-2019-6250 .

Feathercoin release 0.17.0.2 fixed this bug by using ZMQ version 4.3.1

Users compiling their own version of Feathercoin-Wallet or daemon and are using the depends folder of the code to compile the dependencies should update to version 0.17.0.2

Users using the pre-compiled binaries for Linux Windows and Mac should also update to 0.17.0.2

Users using the Linux PPA should have received a patch for ZMQ through their Linux packet manager and therefore don't need to take any actions

For fresh install Linux installation packages for most major Linux distributions are available at https://software.opensuse.org/package/feathercoin

v0.17.0.1

09 Nov 08:23
Compare
Choose a tag to compare

Automatic Checkpointing implementation changes.
Upstream changes from Bitcoin 0.17.0.1.

v0.17.0

26 Oct 08:39
Compare
Choose a tag to compare
  • 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.

For full release notes please see the original Bitcoin 0.17.0 document on which the Feathercoin 0.17.0 release was based.
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.0.md

v0.17.0rc1

12 Oct 10:32
Compare
Choose a tag to compare

Release Candidate for Feathercoin 0.17.0 based on the Bitcoin codebase of the same version.

v0.16.3

22 Sep 07:20
388c327
Compare
Choose a tag to compare

Denial-of-Service vulnerability

A denial-of-service vulnerability (CVE-2018-17144) exploitable by miners has been discovered in Feathercoin Core versions 0.16.0 and 0.16.1. It is recommended to upgrade any of the vulnerable versions to 0.16.3 as soon as possible.

v0.16.1

26 Jun 18:38
cef7032
Compare
Choose a tag to compare
  • Add ACP Service Bit for better compatibility with non-ACP clients
  • Fixes to allow correct regtest operation
  • Updated Korean translation
  • Upsteam updates from Bitcoin 0.16.1

v0.16.0

03 May 10:26
758e090
Compare
Choose a tag to compare
  • Wallet defaults to SegWit addresses
  • BIP173 (Bech32) Address support (“fc1…” addresses)
  • HD-wallets by default
  • Performance Improvements
    • Script signature cache reimplemented as a “cuckoo cache”
    • Assumed-valid blocks have been introduced
    • BIP152: Some ompact blocks relayed before being fully validated
    • UTXO cache now claims unused mempool memory
    • P2P networking refactored with focus on concurrency and throughput
    • Chainstate database is now per-output instead of a per-transaction model
    • Full UTXO cache now used
    • Reduced redundant script validation
    • LevelDB upgraded to 1.20
    • Keypool refill sped up
  • ZMQ On Windows
  • Network Activity Toggle
  • Out-of-sync Modal Info Layer
  • Introduction of assumed-valid blocks
  • Sensitive Data Is No Longer Stored In Debug Console History
  • Rescanning with encrypted wallets
  • Fee Estimation Improvements
  • Multi-wallet support
  • Removal of Coin Age Priority
  • Mempool Persistence Across Restarts

v0.13.2

27 Apr 06:12
1735de5
Compare
Choose a tag to compare

Reduce fees in-line with the 0.16 release which will soon become stable. For pre-compiled binaries please use ones attached to the 0.13.1.0 or 0.16.0rc1 release.

v0.16.0rc1

09 Apr 07:07
Compare
Choose a tag to compare
v0.16.0rc1 Pre-release
Pre-release

Feathercoin Core 0.16.0 release candidate 1

v0.13.1.0

06 Mar 08:36
64d846f
Compare
Choose a tag to compare
  • Set correct message magic number
  • Update graphics
  • Update documentation
  • Mac deploy fixes
  • Depends fixes