Accepting request 926426 from home:jirislaby:branches:network:cryptocurrencies
- 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
This commit is contained in:
parent
fa617d246f
commit
fb21155a16
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:caff23449220cf45753f312cefede53a9eac64000bb300797916526236b6a1e0
|
||||
size 7628715
|
3
bitcoin-0.21.2.tar.gz
Normal file
3
bitcoin-0.21.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4146f751fc5691bdcf911cbdb8d32d8d25c297d29d58173227ae1ae6438edb9e
|
||||
size 7762621
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 20 05:01:40 UTC 2021 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 27 07:49:41 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define consensus 1
|
||||
%define is_base 1
|
||||
Name: bitcoin
|
||||
Version: 0.21.1
|
||||
Version: 0.21.2
|
||||
Release: 0
|
||||
Summary: P2P Digital Currency
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user