* doc: update release notes for 25.0
* doc: update manual pages for 25.0
* build: bump version to v25.0 final
* doc: update manual pages for v25.0rc2
* build: bump version to v25.0rc2
* net_processing: Boost inv trickle rate
* txmempool: have CompareDepthAndScore sort missing txs first
* p2p: Avoid prematurely clearing download state for other peers
- Drop 392dc68e.patch
OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=53
- Update to version 0.21.2
* P2P protocol and network code
* use NetPermissions::HasFlag() in CConnman::Bind()
* Rate limit the processing of rumoured addresses
* Wallet
* Do not iterate a directory if having an error while accessing it
* RPC
* Reset scantxoutset progress before inferring descriptors
* Build System
* depends: update Qt 5.9 source url
* Update Windows code signing certificate
* Use custom MacOS code signing tool
* Fix build with Boost 1.77.0
* Tests and QA
* Build with --enable-werror by default, and document exceptions
* Fix intermittent feature_taproot issue
* Fix macOS brew install command
* add missing ECCVerifyHandle to base_encode_decode
* Run fuzzer task for the master branch only
* GUI
* Do not use QClipboard::Selection on Windows and macOS.
* Remove user input from URI error message
* Draw "eye" sign at the beginning of watch-only addresses
* Miscellaneous
* Fix crash when parsing command line with -noincludeconf=0
* util: Properly handle -noincludeconf on command line (take 2)
OBS-URL: https://build.opensuse.org/request/show/926426
OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=43
- Update to version 0.20.1
* Mining
* Fix GBT: Restore "!segwit" and "csv" to "rules" key
* P2P protocol and network code
* Replace automatic bans with discouragement filter
* Wallet
* Handle concurrent wallet loading
* Minimal fix to restore conflicted transaction notifications
* RPC and other APIs
* Increment input value sum only once per UTXO in decodepsbt
* psbt: Increment input value sum only once per UTXO in decodepsbt
* psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs
* GUI
* Add missing QPainterPath include
* update Qt base translations for macOS release
* Misc
* util: Don't reference errno when pthread fails
* Fix locking on WSL using flock instead of fcntl
- Remove fix-qpainterpath.patch
OBS-URL: https://build.opensuse.org/request/show/824286
OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=36
- Update to version 0.19.1:
* Wallet
* Fix origfee return for bumpfee with feerate arg
* Fix unique_ptr usage in boost::signals2
* Fix issue with conflicted mempool tx in listsinceblock
* Bug: IsUsedDestination shouldn't use key id as script id for
ScriptHash
* IsUsedDestination should count any known single-key address
* Reset reused transactions cache
* RPC and other APIs
* cli: Fix fatal leveldb error when specifying
-blockfilterindex=basic twice
* require second argument only for scantxoutset start action
* zmq: Fix due to invalid argument and multiple notifiers
* psbt: handle unspendable psbts
* psbt: check that various indexes and amounts are within
bounds
* GUI
* Fix missing qRegisterMetaType for size_t
* disable File->CreateWallet during startup
* Fix comparison function signature
* Fix unintialized WalletView::progressDialog
* Tests and QA
* Appveyor improvement - text file for vcpkg package list
* fix "bitcoind already running" warnings on macOS
* add missing #include to fix compiler errors
* Platform support
* Update msvc build for Visual Studio 2019 v16.4
* Updates to appveyor config for VS2019 and Qt5.9.8 + msvc
project fixes
OBS-URL: https://build.opensuse.org/request/show/783190
OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=26
- Update to version 0.19.0.1:
* New RPCs
+ `getbalances` returns an object with all balances
+ `setwalletflag` sets and unsets wallet flags that enable or
disable features specific to that existing wallet
+ `getblockfilter` fets the BIP158 filter for the specified
block
* New settings
+ `-blockfilterindex` enables the creation of BIP158 block
filters for the entire blockchain
* Updated settings
+ `whitebind` and `whitelist` now accept a list of permissions
to provide peers connecting using the indicated interfaces or
IP addresses
+ Users setting custom `dbcache` values can increase their
setting slightly without using any more real memory
* Updated RPCs
+ `sendmany` no longer has a `minconf` argument
+ `getbalance` and `sendtoaddress`, plus the new RPCs
`getbalances` and `createwaller`, now accept an `acoid_reuse`
parameter that controls whether already used addresses should
be included in the operation
+ RPCs which have an `include_watchonly` argument or
`includeWatching` option now default to true for watch-only
wallets
+ `listunspent` now returns a `reused` bool for each output if
the wallet flag `avoid_reuse` is enabled
+ `getblockstats` now uses BlockUndo data instead of the
transaction index, making it much faster, no longer dependent
on the `-txindex` configuration option, and functional for
OBS-URL: https://build.opensuse.org/request/show/754388
OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=24