Changelog for
bitcoin-doc-0.19.0-2.1.noarch.rpm :
* Sat Nov 09 2019 marecAATTdetebe.org- Update to version 0.19.0:
* build: set CLIENT_VERSION_RC to 0 pre-final
* doc: add macOS DMG opening note to release notes
* doc: reintegrate release notes from wiki
* gui: rc3 translations update
* build: bump version to rc3
* gui: disable font antialiasing for QR image address
* gui: Fix start timer from non QThread
* http: add missing header bootlegged by boost < 1.72
* gui: Make polling in ClientModel asynchronous
* util: Filter out macOS process serial number
* rpc: fix -rpcclienttimeout 0 option
* doc: update bips.md with buried BIP9 deployments
* util: Filter control characters out of log messages
* init: Change fallback locale to C.UTF-8
* tests: Fix fs_tests for unknown locales
* qt: Periodic translations update
* doc: Update manpages
* Prevent processing duplicate payment requests
* build: Fix boost detection on Ubuntu ARM 18.04
* qt: Periodic translations update
* Don\'t rename main thread at process level
* qt: Translations update pre-rc1
* build: Bump version to 0.19.0
* contrib: Remove invalid nodes from seeds list
* qa: Do not force overwrite of QT_QPA_PLATFORM on windows for gui tests
* doc: Explain QT_QPA_PLATFORM for gui tests
* doc: Consolidate release notes before 0.19.0
* doc: Add missing release notes for 16383
* chainparams: Bump assumed chain params
* net: 0.19 hardcoded seeds update
* contrib: makeseeds: More fancy output
* contrib: makeseeds: Limit per network, instead of total
* contrib: makeseeds: dedup by ip,port
* contrib: makeseeds: Factor out ASN lookup
* contrib: makeseeds: Improve logging and filtering
* Enable UBSan for Travis fuzzer job
* doc: Bump version in bips.md, mention bumping in release process
* build: Installed Qt version only appears if being built
* util: Make thread names shorter
* doc: Remove mention of renamed mapBlocksUnlinked
* doc: Add mention of BIP158 indexing since v0.19.0
* doc: Add mention of BIP125 used by wallet GUI by default since v0.18.1
* When BIP70 is disabled, get PaymentRequest merchant using string search
* doc: Add mention of BIP70 disabling by default in bips.md
* test bumpfee fee_rate argument
* qa: Fix service flag comparison check in rpc_net test
* test: Avoid whitespace linting in qt translations
* qt: Periodic translations update
* Correct docstring param name.
* build: Factor out qt translations from build system
* rpc bumpfee check fee_rate argument
* rpc bumpfee: add fee_rate argument
* test: add unittests for CheckProofOfWork
* qt: Change default size of intro frame
* refactor: Remove Qt function to disable menu icons on macOS
* doc: Improve test READMEs
* doc: Remove MSVC update step from translation process
* [RPC] Fix casing in getblockchaininfo to be inline with the rest of the response
* make SaltedOutpointHasher noexcept
* doc: Put PR template in comments
* test: Remove python dead code linter
* doc: replace outdated OpenSSL comment in test README
* ci: Remove TRAVIS env vars
* ci: Set $HOST before setting fallback values
* validation: Make GetWitnessCommitmentIndex public
* make sure to update the UI when deleting a transaction
* doc: Improve doxygen readme navigation section
* doc: Move doxygen intro to file for USE_MDFILE_AS_MANPAGE
* travis: Disable feature_block in tsan run
* test: use named args for sendrawtransaction calls
* doc: improve rawtransaction code/test docs
* test: fix incorrect value in rpc_rawtransaction.py
* gui: Rename address checkbox back to bech32
* Add OpenSSL termios fix for musl libc
* Refresh ZeroMQ 4.3.1 patch
* tests: Add information on how to add Vulture suppressions
* test: Fix extra_args in wallet_import_rescan.py
* doc: Fix doxygen comment for SignTransaction in rpc/rawtransaction_util
* test: Make PORT_MIN in test runner configurable
* Test: Move common function assert_approx() into util.py
* [doc] update brew instruction for doxygen
* Update tx-size-small comment with relevant CVE disclosure
* test: lint: Add DisabledOpcodeTemplates to whitelist
* test: Remove unused connect_nodes_bi
* scripted-diff: test: Replace connect_nodes_bi with connect_nodes
* test: Use connect_nodes when connecting nodes in the test_framework
* test: Reformat python imports to aid scripted diff
* refactoring: move ReplayBlocks under CChainState
* refactoring: move LoadChainTip to CChainState method
* doc: fix CChainState::ActivateBestChain doc
* doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4
* test: add some unit tests for merkle.cpp
* test: Bump timeouts in slow running tests
* depends: qt: Fix LDFLAGS pickup
* [refactor] Rewrite AcceptToMemoryPoolWorker() using smaller parts
* qt: Run \"make translate\" in ./src
* test: Add notes on how to generate data/wallets/high_minversion
* build: remove unnecessary qt xcb patching
* build: remove unnecessary macOS qt patching
* Add python bech32 impl round-trip test
* test: improve gettransaction test coverage
* rpc: fix regression in gettransaction
* build: make protobuf optional in depends
* doc: clarify protobuf build requirements
* build: update boost macros to latest upstream
* [wallet] Rename \'decode\' argument in gettransaction method to \'verbose\'
* Clarify includeWatching for fundrawtransaction
* bitcoin-wallet: Add a missing closing parenthesis in the help
* Elaborate on the need to re-login on Debian-based systems to use tor following usermod
* Prevent UpdateTip log message from being broken up
* Qt: advise users not to switch wallets when opening a BIP70 URI.
* doc: specify protobuf as optional in build docs
* build: disable BIP70 support by default
* tests: rename \'test_getnetworkinginfo\' in \'test_getnetworkinfo\'
* tests: add a test for the \'servicesnames\' RPC field
* doc: add comments clarifying how local services are advertised
* Fix block index inconsistency in InvalidateBlock()
* util: CBufferedFile fixes
* doc: move-only ActivateBestChain doxygen comment to header
* signrawtransaction
*: improve error for partial signing
* signrawtransactionwithkey: better error messages for bad redeemScript/witnessScript
* depends: qt: Fix C{,XX}FLAGS pickup
* gui: fix autofocus in CreateWalletActivity::askPassphrase()
* gui: fix passphrase labels/tooltip in createwalletdialog/askpassphrasedialog
* gui: rename encrypt(), blank(), and askPasshprase()
* qa: Check scantxoutset result against gettxoutsetinfo
* rpc: Improve scantxoutset response and help message
* Escape ampersands (&) in wallet names in Open Wallet menu
* HTML escape address labels in more dialogs and notifications
* HTML escape the wallet name in more dialogs and notifications
* refactor: Cleanup walletinitinterface.h
* doc: Add issue templates for bug and feature request
* Added libbitcoin_qt and bitcoin-qt to the msbuild configuration.
* Testchains: Qt: Simplify network/chain styles
* Testchains: Generic selection with -chain=
in addition of -testnet and -regtest
* Add Create Wallet menu action
* Expose wallet creation to the GUI via WalletController
* Add CreateWalletDialog to create wallets from the GUI
* Optionally allow AskPassphraseDialog to output the passphrase
* refactor: Avoid locking cs_main in ProcessNewBlockHeaders
* gui: Refactor OpenWalletActivity
* contrib: guix: Remove ssp spec file hack
* contrib: guix: More robust search paths, add checks
* depends: zlib: Move toolchain options to configure
* Ignore old versionbit activations
* doc: add a release note for the new field in \'getpeerinfo\' and \'getnetworkinfo\'
* rpc/net: decode the services flags in a new entry
* Assert that the HRP is lowercase in Bech32::Encode
* Test that joinpsbts randomly shuffles the inputs
* Shuffle inputs and outputs after joining psbts
* Conservatively accept RBF bumps bumping one tx at the package limits
* Make lint-includes.sh work from any directory
* Disconnect peers violating blocks-only mode
* doc: improve comments relating to block-relay-only peers
* Don\'t relay addr messages to block-relay-only peers
* Add 2 outbound block-relay-only connections
* Add comment explaining intended use of m_tx_relay
* Check that tx_relay is initialized before access
* test: Remove incorrect and unused try-block in assert_debug_log
* Refactor rawtransaction_util\'s SignTransaction to have previous tx parsing be separate
* devtools: Accomodate block-style copyright blocks
* lint: Bump flake8 to 3.7.8
* lint: Disable flake8 W504 warning
* test/contrib: Fix invalid escapes in regex strings
* wallet: Fix segmentation fault in CreateWalletFromFile
* test: Print both messages on failure in assert_raises_message
* wallet: Fix documentation around WalletParameterInteraction
* doc: ActivateBestChainStep return value
* gui: Update English source translation
* gui: Update transifex slug for 0.19
* Avoid unnecessary \"Synchronizing blockheaders\" log messages
* qt: Replace objc_msgSend with native syntax
* Check for codespell in lint-spelling.sh
* GUI: Remove unused menu items for Windows and Linux
* doc: Add release note for the new gettransaction argument
* tests: Add a new functional test for gettransaction
* gettransaction: add an argument to decode the transaction
* Don\'t show addresses or P2PK in decoderawtransaction
* [qt] Change uninstall icon on Windows
* qt: Replace QFontMetrics::width() with TextWidth()
* Add a test wallet_reorgsrestore
* Modify wallet tx status if has been reorged out
* Add window final block height to getchaintxstats
* wallet: extract PubKey from P2PK script with Solver
* doc: Delete stale URL in test README
* Added the bench_bitcoin project to the list automatically produced by the msvc-autogen python script.
* wallet: Translate all initErrors in CreateWalletFromFile
* util: Make util/error bilingual_str (refactor)
* doc: Tidy up shadowing section
* [refactor] Change tx_relay structure to be unique_ptr
* [refactor] Move tx relay state to separate structure
* test: add executable flag for wallet_watchonly.py
* Adds an option to msbuild common configuration to ignore linker warning 4221. This warning is for object files that do not include any symbols. The warning is harmless and occurs due to some classes that are
*nix only having no source to compile for an msvc build.
* qa: Relax so that the subscriber is ready before publishing zmq messages
* ci: Move CCACHE_DIR and test_runner tmp dir into ./ci/scratch/
* ci: Pass down $MAKEJOBS to test_runner.py
* test: Establish only one connection between nodes in rpc_invalidateblock
* move-only: move coins statistics utils out of RPC
* doc: Add spacing to command in translation_process.md
* Remove unused fScriptChecks parameter from CheckInputs
* Support serialization of std::vector
* rpc bumpfee: move feerate estimation logic into separate method
* lint: Catch use of [] or {} as default parameter values in Python functions
* Avoid using mutable default parameter values
* doc: Update labels in CONTRIBUTING.md
* qt: Remove QSignalMapper from TransactionView
* qt: Replace obsolete functions of QDesktopWidget
* qt: Remove obsolete QModelIndex::child()
* wallet: Use wallet name instead of pointer on unload/release
* [gui] intro: enable pruning by default unless disk is big
* [gui] intro: add prune preference
* [gui] intro: inform caller if intro was shown
* [gui] add explicit prune setter
* [node] add forceSetArg to interface
* [Doc] Add documentation for the new whitelist permissions
* Replace obsolete functions of QSslSocket
* qt: Remove QSignalMapper from RPCConsole
* Release notes: add previously undocumented changes
* Release notes: edit previously-detached notes
* Remove SyncTransaction for conflicted txn in CWallet::BlockConnected
* Encapsulate tx status in a Confirmation struct
* qt: Add TextWidth() wrapper
* gui: Ensure tx send error highlight is visible
* packages.md: document depends build targets
* Clarify need to specify --prefix with depends
* Doc: move detached release notes into release-notes.md
* gui: remove unused PlatformStyle::TextColorIcon
* refactor: replace qLowerBound & qUpperBound with std:: upper_bound & lower_bound
* refactor: replace qSort with std::sort
* refactor: replace qStableSort with std::stable_sort
* build: update RapidCheck Makefile
* QA: fix rpc_setban.py race
* Make descriptor test deterministic
* rpc: Use Join helper in rpc/util
* util: Add Join helper to join a list of strings
* Unrecommend making config file owned by bitcoin
* Set ProtectHome in systemd service file
* Chgrp config dir to bitcoin in systemd service
* Improve clarity of systemd service file comments
* scripts: move update-translations.py to maintainer-tools repo
* doc: add default bitcoin.conf locations
* scripts: remove github-merge.py
* doc: initial RapidCheck property-based testing documentation
* doc: add release-notes for getmempoolentry weight field addition
* qa: Add RPC tests for weight in mempool entry
* RPC: add weight to mempool entry output
* Bugfix: QA: Run tests with UPnP disabled
* qa: Test ZMQ notification after chain reorg
* qa: Refactor ZMQ test
* doc: Add note regarding ZMQ block notification
* test: Add test for default maxfeerate in sendrawtransaction
* wallet/rpc: Use the default maxfeerate value as BTC/kB
* doc: Add ZMQ dependencies to Fedora build
* Additional tests for other failure cases
* Check error messages in descriptor tests
* Give more errors for specific failure conditions
* Return an error from descriptor Parse that gives more information about what failed
* test: Test that low difficulty chain fork is rejected
* Reformat p2p_permissions.py
* [Fix] The default whitelistrelay should be true
* doc: Refer in rpcbind doc to the manpage
* test: Pass down correct chain name in tests
* [doc] mention whitelist is inbound, and applies to blocksonly
* ci: Set --ansi in test_runner
* ci: Add environment files for all settings
* build: echo prop tests status during build
* Add test for setban
* Fix spelling error chache -> cache.
* Cover UTXO set access with lock annotations
* ci: Add note that this assumes a fresh git clone
* ci: Use ./ci/ on non-travis host
* ci: Remove dependence on travis, use it as fallback env
* ci: Add retry
* ci: Rename .travis/ to ./ci/
* refactor: have CCoins
* data managed under CChainState
* doc: Improve versionbits.h documentation
* util: Move ResolveErrMsg to util/error
* [Fix] Allow connection of a noban banned peer
* lint: Add false positive to python dead code linter
* qt: Remove menu icons
* tests: Use colors and dots in test_runner.py output only if standard output is a terminal -- allows for using the test runner output as input to other programs
* test: Test p2sh-witness and bech32 in wallet_import_rescan
* test: Replace fragile \"rng\" with call to random()
* test: Generate one block for each send in wallet_import_rescan
* [docs] Add release notes for burying bip 9 soft fork deployments
* [tests] Add coverage for the content of getblockchaininfo.softforks
* [Consensus] Bury segwit deployment
* [Consensus] Bury CSV deployment height
* Remove unused variable
* doc: Fix typos in COPYRIGHT
* build: Remove src/obj directory from repository
* depends: zeromq: disable draft classes and methods
* depends: xproto: configure flags cleanup
* depends: qrencode: configure flags cleanup
* depends: fontconfig: configure flags cleanup
* depends: libxcb: configure flags cleanup
* depends: libXau: configure flags cleanup
* descriptor: fix missed m_script_arg arg renaming in #14934
* Add missing contributor to release notes
* build: ignore macOS make deploy artefacts & add them to clean-local
* [rpc] Tidy up reporting of buried and ongoing softforks
* Moved and renamed hash256 from util.py to zmq_interface.py
* rpc: Fix getblocktemplate CLI example (#16594)
* Add test for AddTimeData
* travis: Bump timeout from 50 minutes to 90
* doc: Mention other ways to conserve memory on compilation
* build: Remove unused src/obj-test folder
* doc: Update Markdown syntax for bdb packages
* Add functional tests for flexible whitebind/list
* Replace the use of fWhitelisted by permission checks
* Do not disconnect peer for asking mempool if it has NO_BAN permission
* Make whitebind/whitelist permissions more flexible
* sipsorcery gitian key.
* Give QApplication dummy arguments
* [wallet] Restore confirmed/conflicted tx check in SubmitMemoryPoolAndRelay()
* doc: Add historical release notes for 0.18.1
* build: disable libsecp256k1 benchmarks
* Remove p2pEnabled from Chain interface
* Fix Char as Bool in interfaces
* util: refactor upper/lowercase functions
* Do not query all DNS seed at once
* Add unmodified-but-with-checksum to getdescriptorinfo
* Factor out checksum checking from descriptor parsing
* [wallet] restore coinbase check in SubmitMemoryPoolAndRelay()
* refactor: pcoinsTip -> CChainState::CoinsTip()
* build: disable libxcb extensions
* test: only include and init openSSL where it\'s actually used
* [doc] chain: Declare BLOCK_VALID_HEADER reserved
* doc: Fix grammar and punctuation in developer notes
* test: Add missing sync_blocks to feature_pruning
* [doc] Update and extend benchmarking.md
* test: Explain why -whitelist is used in feature_fee_estimation
* test: Format feature_fee_estimation with pep8
* test: Avoid hardcoding the chain name in combine_logs
* [build] .gitignore add Qt Creator Makefile.am.user
* log: harmonize bitcoind server logging
* Tidy up BroadcastTransaction()
* Remove unused submitToMemoryPool and relayTransactions Chain interfaces
* Remove duplicate checks in SubmitMemoryPoolAndRelay
* Introduce CWalletTx::SubmitMemoryPoolAndRelay
* Add BroadcastTransaction utility usage in Chain interface
* Test: Set -acceptnonstdtxn in feature_fee_estimation
* gui: Remove unused RPCConsole::tabFocus
* test: Adapt test framework for chains other than \"regtest\"
* test: Fix “local variable \'e\' is assigned to but never used”
* test: Make tests arg type specific
* Revamp option negating policy
* wallet: Drop unused OldKey
* doc: Add release note for the deprecated totalFee option of bumpfee
* Changes the verbosity of msbuild from quiet to normal in the appveyor script. Increasing the verbosity helps to identify the cause of build errors which is the main purpose of the appveyor script.
* autoconf: Sane --enable-debug defaults.
* test: Add -acceptnonstdtxn to self.extra_args[3]
* gui: Generate bech32 addresses by default (take 2, fixup)
* [wallet] Remove CMerkleTx serialization logic
* [wallet] Flatten CWalletTx class hierarchy
* [wallet] Move CMerkleTx functions into CWalletTx
* test: Bump rpc_timeout in feature_dbcrash
* Add setting as known type
* qa: fix deprecated log.warn in feature_dbcrash test
* doc: update labels in CONTRIBUTING.md
* Allow createwallet to take empty passwords to make unencrypted wallets
* Updated python command in readme so it will work on systems that have both python2 and 3 installed.
* scripts: filter more qt plugins we don\'t use in macdeployqtplus
* scripts: misc cleanups in macdeployqtplus
* scripts: use format() in macdeployqtplus
* scripts: add type annotations to macdeployqtplus
* Trivial: add missing space
* wallet: Rename CWalletKey to OldKey
* wallet: Enumerate walletdb keys
* Replace IsArgKnown() with FlagsOfKnownArg()
* Use ArgsManager::NETWORK_ONLY flag
* rpc: sendrawtransaction unconditionality/privacy note
* [test] walletcreatefundedpsbt: check RBF is disabled when -walletrbf=0
* [doc] rpc: remove \"fallback to\" from RBF default help
* [rpc] walletcreatefundedpsbt: use wallet default RBF
* Remove unused m_debug_only member from Arg struct
* scripted-diff: Use ArgsManager::DEBUG_ONLY flag
* scripted-diff: Use Flags enum in AddArg()
* Add Flags enum to ArgsManager
* Refactor InterpretNegatedOption() function
* refactoring: Check IsArgKnown() early
* [mempool] log correct messages when CPFP fails
* test: Fail early on disconnect in mininode.wait_for_
*
* Add RPC bumpfee totalFee deprecation test
* deprecate totalFee argument in bumpfee RPC call
* Exclude depends/Makefile in .gitignore
* [qa] Ensure we don\'t generate a too-big block in p2sh sigops test
* [qa] Fix race condition in example_test.py
* doc: add note on precedence of options in bitcoin.conf
* refactor : use RelayTransaction in BroadcastTransaction utility
* doc: Remove downgrading warning in release notes, per 0.18 branch
* Enable all tests in feature_config_args.py
* Use CheckDataDirOption() for code uniformity
* Fix datadir handling in bitcoin-cli
* Fix datadir handling in bitcoin-qt
* Fix datadir handling in bitcoind
* Add CheckDataDirOption() function
* Return absolute path early in AbsPathForConfigVal
* Have importwallet use ImportPrivKeys and ImportScripts
* Optionally allow ImportScripts to set script creation timestamp
* Have importaddress use ImportScripts and ImportScriptPubKeys
* Have importpubkey use CWallet\'s ImportScriptPubKeys and ImportPubKeys functions
* scripted-diff: Make translation bilingual
* Add bilingual message type
* Refactor out translation.h
* tests: functional watch-only wallet tests
* doc: add release note for include_watchonly default changes
* depends: disable unused Qt features
* doc: remove line numbers from qt package links
* doc: fix typo in bitcoin_qt.m4 comment
* build: remove jpeg lib check from bitcoin_qt.m4
* build: disable libjpeg in qt
* test: Skip flaky p2p_invalid_messages test on macOS
* wallet: Recognize -disablewallet option early
* travis: Print memory and number of cpus
* extract min & max depth onto coin control
* Remove ReadVersion and WriteVersion
* Log the actual wallet file version
* Remove nFileVersion from CWalletScanState
* Specify AM_CPPFLAGS for ZMQ.
* txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWN
* move-onlyish: move CCoinsViewErrorCatcher out of init.cpp
* doc: Update bips 35, 37 and 111 status
* build: Treat -Wswitch as error when --enable-werror
* Use switch on status in RpcWallet
* Return error for ignored passphrase through disable private keys option
* Have importprivkey use CWallet\'s ImportPrivKeys, ImportScripts, and ImportScriptPubKeys
* Log when an import is being skipped because we already have it
* test: remove redundant setup in addrman_tests
* depends: qt: Patch to remove dep on libX11
* gitignore: Actually pay attention to depends patches
* Add release notes for DEFAULT_BLOOM change
* rpcwallet: document include_watchonly default for watchonly wallets
* rpcwallet: default include_watchonly to true for watchonly wallets
* QA: Fix race condition in wallet_encryption test
* Get rid of PendingWalletTx class.
* depends: Bump QT to LTS release 5.9.8
* net: Make poll in InterruptibleRecv only filter for POLLIN events. poll should block until there is data to be read or the timeout expires.
* symbol-check: Disallow libX11-
*.so.
* shared libraries
* depends: libXext isn\'t needed by anyone
* build-aux: Remove check for x11-xcb
* depends: libX11: Make package headers-only
* depends: qt: Explicitly stop using Xlib/libX11
* depends: xproto is only directly needed by libXau
* fix: tor: Call event_base_loopbreak from the event\'s callback
* Use strong enum for WalletCreationStatus
* Place out args at the end for CreateWallet
* Remove wallet settings from chainparams
* qa: Add --filter option to test_runner.py
* docs: Improve netbase comments
* doc: describe how to pass wildcard names to test runner
* test: enable passing wildcards with path to test runner
* Remove unused bits from the service flags enum
* contrib: guix: Additional clarifications re: substitutes
* Fix autostart filenames on Linux
* contrib: guix: Various improvements.
* contrib: guix: Clarify SOURCE_DATE_EPOCH.
* contrib: Add deterministic Guix builds.
* Change ImportScriptPubKeys\' internal to apply_label
* Call node->initError instead of InitError from GUI code
* init: Use InitError for all errors in bitcoind/qt
* Restrict lifetime of ReserveDestination to CWallet::CreateTransaction
* CreateTransaction calls KeepDestination on ReserveDestination before success
* Remove redundant pre-TopUpKeypool checks
* test: Add test for maxtxfee option
* Move wallet creation out of the createwallet rpc into its own function
* Add GetNewChangeDestination for getting new change Destinations
* Replace CReserveKey with ReserveDestinatoin
* Add GetNewDestination to CWallet to fetch new destinations
* Move WatchOnly stuff from SigningProvider to CWallet
* Remove CCryptoKeyStore and move all of it\'s functionality into CWallet
* Move various SigningProviders to signingprovider.{cpp,h}
* Move KeyOriginInfo to its own header file
* scripted-diff: rename CBasicKeyStore to FillableSigningProvider
* Move HaveKey static function from keystore to rpcwallet where it is used
* [mempool] Allow one extra single-ancestor transaction per package
* Remove CKeyStore and squash into CBasicKeyStore
* test: Add test for BIP30 duplicate tx
* test: Properly serialize BIP34 coinbase height
* Remove redundant WalletController::addWallet slot
* depends: expat 2.2.7
* Update doc and CI config
* qt: Assert QMetaObject::invokeMethod result
* gui: Fix missing qRegisterMetaType(WalletModel
*)
* test: rpc_users: Make variable names more clear.
* test: rpc_users: Also test rpcauth.py with specified password.
* test: rpc_users: Add function for testing auth params.
* test: rpc_users: Add function for auth\'d requests.
* refactoring: remove mapBlockIndex global
* refactoring: make pindexBestInvalid internal to validation.cpp
* refactoring: add block_index_candidates arg to LoadBlockIndex
* refactoring: move block metadata structures into BlockManager
* refactor: Rename getWallets to getOpenWallets in WalletController
* gui: Sort wallets in open wallet menu
* test: Tool wallet test coverage for unexpected writes to wallet
* test: Split tool_wallet.py test into subtests
* test: Add log messages to test/functional/tool_wallet.py
* rpc: switch to using RPCHelpMan.Check()
* Make the RPCHelpMan aware of JSONRPCRequest and add Check() helper
* build: prune dbus from depends
* Remove unused guard
* doc: Include static members in Doxygen
* docs: add reduce-memory.md
* [build]: use #if HAVE_SYSTEM instead of defined(HAVE_SYSTEM)
* bench: Benchmark blockToJSON
* [docs] Add release notes for PR 15427
* rpc: migrate JSONRPCRequest functionality into request.cpp
* Disable other targets when enable-fuzz is set
* Enable ShellCheck rules
* [RPC] add new utxoupdatepsbt arguments to the CRPCCommand and CPRCConvertParam tables
* Add HaveKey and HaveCScript to SigningProvider
* Use placeholder instead of key expiration date
* Add logpath description for getrpcinfo
* Suppress output in test_bitcoin for expected errors
* Add ChaCha20Poly1305AATTBitcoin AEAD benchmark
* Add ChaCha20Poly1305AATTBitcoin tests
* rpc: fix RPC help requirements for getblocktemplate
* test: Split fundrawtx test into subtests
* test: Make local symbols in run_test members
* test: Add tests for getblockchaininfo.softforks
* bench: Move generated data to a dedicated translation unit
* rpc: Clarify that block count means height excl genesis
* wallet: Remove unreachable code in CreateTransaction
* wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction
* Add antialiasing to traffic graph widget
* TEST: Replace hard-coded hex tx with classes
* Improve documentation of memory_cleanse()
* [MSVC] Copy build output to src/ automatically after build
* Fix: \"Bitcoin Core\" -> \"The Bitcoin Core\"
* Drop no-longer-relevant copyright holder name
* Include Objective-C source files
* doc: Fix broken link in doc/build-osx.md
* [MSVC] allow user level project customization
* [wallet] abort when attempting to fund a transaction above maxtxfee
* test: Add missing sync_all to wallet_balance test
* [MSVC] Enable Fuzz for functional tests
* qt: test: Create at most one testing setup
* util: No translation of `Bitcoin Core` in the copyright
* util: Explain why the path is cached
* tests: Switch one of the Travis jobs to an unsigned char environment (-funsigned-char)
* tests: Reduce compilation time and unneccessary recompiles by removing unused includes in tests
* qt: Run «make translate» in ./src/
* scripted-diff: Avoid passing PACKAGE_NAME for translation
* build: Stop translating PACKAGE_NAME
* Add Travis check for single parameter constructors not marked \"explicit\"
* Add missing ECC_Stop(); in GUI rpcnestedtests.cpp
* Remove extra CBlockIndex declaration
* Fix GCC 7.4.0 warning
* Add ChaCha20Poly1305AATTBitcoin AEAD implementation
* signrawtransactionwithkey: report error when missing redeemScript/witnessScript param
* rpc: Allow shutdown while in generateblocks
* build: dont compile rapidcheck with -Wall
* test: Require standard txs in regtest
* docs: release note wording
* wallet/rpc: use static help text
* wallet/rpc/getbalances: add entry for \'mine.used\' balance in results
* Use qInfo() if no error occurs
* [MSVC]: Create the config.ini as part of bitcoind build
* doc: remove orphaned header in developer notes
* ci: Run extended tests
* Set AA_EnableHighDpiScaling attribute early
* test: Log to debug.log in all tests
* Make and get the multisig redeemscript and destination in one function instead of two
* net: Document what happens to getdata of unknonw type
* test: use common setup in gui tests
* test: Create data dir in BasicTestingSetup
* MSVC: Fix error in debug mode (Fix #16245)
* Change ismine to take a CWallet instead of CKeyStore
* Move ismine to wallet module
* [qa] Test that getdata requests work as expected
* Make AbortNode() aware of MSG_NOPREFIX flag
* Add MSG_NOPREFIX flag for user messages
* Prepend the error/warning prefix for GUI messages
* doc: Remove travis badge from readme
* docs: add rapidcheck to vcpkg install list
* Cleaned up and consolidated msvc build files to allow faster builds and easier migration to vs2019.
* test: Suppress false positive leak in secure_allocator
* test: Log output even if fuzzer failed
* test: Add test that mainnet requires standard txs
* chainparams: Remove unused fMineBlocksOnDemand
* test: Add test for unknown args
* gui: Fix open wallet menu initialization order
* net: Use mockable time for tx download
* tests: Make coins_tests/updatecoins_simulation_test deterministic
* devtools: Fetch and display ACKs at sign-off time in github-merge
* getrawtransaction: inform about blockhash argument when lookup fails
* doc: Add release notes for 14897 & 15834
* travis: Use absolute paths for cache dirs
* travis: Fix caching issues
* Improve build-osx formatting
* doc: Remove explicit mention of version from SECURITY.md
* addrdb: Remove temporary files created in SerializeFileDB. Fixes non-determinism in unit tests.
* Add example 2nd arg to signrawtransactionwithkey
* Update configure to reject unsafe miniUPnPc API ver
* Replace remaining fprintf with tfm::format manually
* Failing functional tests stop lcov
* Add log output during initial header sync
* scripted-diff: Replace fprintf with tfm::format
* doc: Rework section on ACK
* tinyformat: Add doc to Bitcoin Core specific strprintf
* Delete error-prone CScript constructor
* devtools: Always use unabbreviated commit IDs in github-merge.py
* depends: xtrans: Configure flags cleanup.
* Fix spelling errors identified by codespell 1.15.0
* fixup: Fix prunning test
* Fix RPC/pruneblockchain returned prune height
* scripted-diff: gitian: Use REFERENCE_DATETIME directly.
* Remove -mempoolreplacement to prevent needless block prop slowness.
* Add test for dumping the private key imported from descriptor
* Extend importmulti descriptor tests
* [test] Add test to check mempool consistency in case of reorgs
* validation: Add missing mempool locks
* txpool: Make nTransactionsUpdated atomic
* doc: update release process with SECURITY.md
* doc: clarify support in SECURITY.md
* scripts: add key for fanquake to trusted keys list
* doc: Add release notes for 15993
* Align formatting with clang-format
* Use PACKAGE_NAME in UPnP description
* Drop support of insecure miniUPnPc versions
* Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h
* Disable bloom filtering by default.
* Import private keys from descriptor with importmulti if provided
* Add private key derivation functions to descriptors
* [build]: check std::system for -[alert|block|wallet]notify
* [build] MSVC: set HAVE_SYSTEM for desktop apps
* [build] detect std::system or ::wsystem
* Clean up logic in memory_cleanse() for MSVC
* Include core_io.h from core_read.cpp
* Don\'t use global (external) symbols for symbols that are used in only one translation unit
* depends: remove usage of TAR_OPTIONS
* docs: create security policy
* [qa] Test disconnect block failure -> shutdown
* [validation] Crash if disconnecting a block fails
* wallet: do not encrypt wallets with disabled private keys
* tests: Mark unit test blockfilter_index_initial_sync as non-deterministic
* build: remove export GZIP from gitian descriptors
* Add riscv64 to outputs list in release-process.md
* qt: fix opening bitcoin.conf via Preferences on macOS; see #15409
* gui: Set progressDialog to nullptr
* New regression testing for CVE-2018-17144, CVE-2012-2459, and CVE-2010-5137.
* Added comments referencing multiple CVEs in tests and production code.
* Make reasoning about dependencies easier by not including unused dependencies
* Add test for GCC bug 90348
* Don\'t GPG sign intermediate commits with github-merge tool
* gui: Enable console line edit on setClientModel
* Limit Python linting to files in the repo
* gui: Enable open wallet menu on setWalletController
* bitcoind: update -avoidpartialspends description to account for auto-enable for avoid_reuse wallets
* doc: release notes for avoid_reuse
* wallet: enable avoid_partial_spends by default if avoid_reuse is set
* test: add test for avoidreuse feature
* wallet/rpc: add \'avoid_reuse\' option to RPC commands
* wallet/rpc: add setwalletflag RPC and MUTABLE_WALLET_FLAGS
* wallet: enable avoid_reuse feature
* wallet: avoid reuse flags
* wallet: make IsWalletFlagSet() const
* wallet: rename g_known_wallet_flags constant to KNOWN_WALLET_FLAGS
* Fix bug around transaction requests
* Expire old entries from the in-flight tx map
* logging: Add threadsafety comments
* Log early messages with -printtoconsole
* Replace OpenDebugLog() with StartLogging()
* docs: add release note for 14954
* contrib: add curl as a required program in gitian-build.py
* gui: move coin control OK to the right
* wallet: Pass WalletBatch to CWallet::UnsetWalletFlag
* Apply the batch treatment to CWallet::SetAddressBook via ImportScriptPubKeys
* depends: libX
*: --disable-malloc0returnsnull in conf
* Move some of ProcessImport into CWallet::Import
*
* depends: libXext: Bump to 1.3.3 to fix _XEatDataWords
* depends: Purge libtool archives
* depends: Build secondary deps statically.
* Exceptions should be caught by reference, not by value.
* Add vertical spacer
* Remove global symbols: Avoid using the global namespace if possible
* depends: add ability to skip building zeromq
* contrib: use newer config.guess & config.sub in install_db4.sh
* remove parameters -addresstype=legacy in rpc_rawtransaction test
* configure: Add flag for enabling thread_local.
* util: Add type safe GetTime
* doc: add bitcoin_config.h PACKAGE updates to release process
* build: bump bitcoin_config.h packages to v0.18
* wallet_balance.py: Prevent edge cases
* replace tx hash with txid in test rawtransaction
* refactor: Improve CRollingBloomFilter::reset by using std::fill
* bench: Add benchmark for CRollingBloomFilter::reset
* rpc: Mention getwalletinfo where a rescan is triggered
* RPC: Hint for importmulti in help output of importpubkey and importaddress
* parameterize hard coded numbers referring to miner conf window
* depends: switch to secure download of all dependencies
* mempool: remove unused magic number from consistency check
* Make --setup command independent
* depends: add patch to common dependencies
* doc: fix/improve analyzepsbt in doc/psbt.md
* Do not show list for the only recipient.
* Batch writes for importmulti
* Have WalletBatch automatically flush every 1000 updates
* Add AddWatchOnlyWithDB, AddKeyOriginWithDB, AddCScriptWithDB functions
* Fix gitian-build.py --verify option
* Set/unset USE_LXC, USE_VBOX, USE_DOCKER explicitly
* Fix Docker related issues for gitian-build.py
* test: Speed up cache creation
* test: Bump MAX_NODES to 12
* scripted-diff: Rename LockAnnotation to LockAssertion
* Make sure the compile-time locking promises given via LockAnnotation:s hold also in practice at runtime (ifdef DEBUG_LOCKORDER)
* Move LockAnnotation to make it reflect the truth
* Move LockAnnotation from threadsafety.h (imported code) to sync.h (our code)
* Add a \'logpath\' field to getrpcinfo
* rpc: bugfix: Properly use iswitness in converttopsbt
* Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redundant cs_main locks.
* wallet: Use chain.lock() instead of temporary chain.assumeLocked()
* rpc: Switch touched RPCs to IsValidNumArgs
* Run all lint scripts
* refactoring: IsInitialBlockDownload -> CChainState
* refactoring: FlushStateToDisk -> CChainState
* refactoring: introduce ChainstateActive()
* move-only: make the CChainState interface public
* build with -fstack-reuse=none
* tests: Fail if RPC has been added without tests
* netaddress: Update CNetAddr for ORCHIDv2
* docs: Add productivity notes for \"dummy rebases\"
* [doc] rpcwallet: Only fail rescan when blocks have been pruned
* validation: Hold cs_main when reading chainActive in RewindBlockIndex
* [rpc] deriveaddresses: Correct descriptor checksum in RPCExamples
* Disallow extended encoding for non-witness transactions (take 3)
* Add option to create an encrypted wallet
* [refactor] interfaces: Add missing LockAnnotation for cs_main
* init: Remove dead code in LoadChainTip
* doc: Mention blocksonly in reduce-traffic.md, unhide option
* test: Add test for p2p_blocksonly
* QA: add test for HKDF HMAC_SHA256 L32
* Add HKDF HMAC_SHA256 L=32 implementations
* Add support for descriptors to utxoupdatepsbt
* Abstract out UpdatePSBTOutput from FillPSBT
* Abstract out EvalDescriptorStringOrObject from scantxoutset
* Abstract out IsSegWitOutput from utxoupdatepsbt
* [docs] Update release-notes.md
* [docs] Update release-process.md
* rpc: faster getblockstats using BlockUndo data
* test: Format predicate source as multiline on error
* Give WalletModel::UnlockContext move semantics
* [tests] Make random seed logged and settable
* net: Rename ::fRelayTxes to ::g_relay_txes
* tests: Make msg_block a witness block
* doc: Remove win32 from the release process
* test: Remove True argument to CBlock::serialize
* Show loaded wallets as disabled in open menu instead of nothing
* Add LOCKS_EXCLUDED(cs_main) to LimitValidationInterfaceQueue(...) which does AssertLockNotHeld(cs_main)
* .gitignore: Don\'t ignore depends patches
* Add test for ArgsManager::GetChainName
* Add unit test NextString, ForEachNoDup functions
* util_SettingsMerge test cleanup
* fix static_assert for macro HAVE_THREAD_LOCAL
* Fix portability issue with pthreads
* Document strenghtening
* Add hash strengthening to the RNG
* Do not construct out-of-bound pointers in SHA512/SHA1/RIPEMD160 code
* scripted-diff: Bump copyright headers in wallet
* wallet: Only fail rescan when blocks have actually been pruned
* Add ChaCha20 bench
* test_runner: Move pruning back to extended
* refactoring: remove unused chainActive
* scripted-diff: replace chainActive -> ::ChainActive()
* refactoring: introduce unused ChainActive()
* rename: CChainState.chainActive -> m_chain
* Add ChaCha20 encryption option (XOR)
* rpc: Deprecate getunconfirmedbalance and getwalletinfo balances
* Remove Windows 32 bit build
* [tests] Comment for why logging config is set as command-line args.
* Install bitcoin-wallet manpage.
* [depends] boost: update to 1.70
* Separate reason for premature spends (coinbase/locktime)
* Assert validation reasons are contextually correct
* [refactor] Update some comments in validation.cpp as we arent doing DoS there
* [refactor] Drop unused state.DoS(), state.GetDoS(), state.CorruptionPossible()
* scripted-diff: Remove DoS calls to CValidationState
* [refactor] Prep for scripted-diff by removing some \
s which annoy sed.
* Allow use of state.Invalid() for all reasons
* Fix handling of invalid headers
* [refactor] Use Reasons directly instead of DoS codes
* CorruptionPossible -> BLOCK_MUTATED
* CorruptionPossible -> TX_WITNESS_MUTATED
* LookupBlockIndex -> CACHED_INVALID
* [refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible
* [refactor] Add useful-for-dos \"reason\" field to CValidationState
* rpc: Add lock annotations to block{,header}ToJSON
* Ban all peers for all block script failures
* Clean up banning levels
* [refactor] drop IsInvalid(nDoSOut)
* [refactor] Refactor misbehavior ban decisions to MaybePunishNode()
* [refactor] rename stateDummy -> orphan_state
* Drop obsolete sigops comment
* rpc: Add getbalances RPC
* doc: Add historical release notes for 0.18.0
* rpcwallet: Make helper methods const on CWallet
* Silence GCC 7 warning \"control reaches end of non-void function\" (-Wreturn-type) in psbt.cpp
* GUI: Move QRImageWidget to its own file-pair
* doc: Add release notes for 15730
* rpc: Show scanning details in getwalletinfo
* wallet: Track current scanning progress
* doc: Explain how to pass in non-fundamental types into functions
* [docs] Add doxygen comment for CReserveKey
* [docs] Add doxygen comment for CKeyPool
* rpc: Serialize in getblock without cs_main
* rpc: Use IsValidNumArgs in getblock
* wallet: Use IsValidNumArgs in getwalletinfo rpc
* GUI: Refactor actual QR code rendering into new QRImageWidget::setQR
* [tests] log thread names by default in functional tests
* test: Add reorg test to wallet_balance
* test: Check that wallet txs not in the mempool are untrusted
* test: Add getunconfirmedbalance test with conflicts
* test: Add wallet_balance test for watchonly
* [qa] test_runner: Move feature_pruning to base tests
* Replace deprecated Boost Filesystem function
* [tests] fix block time in feature_pruning.py
* Remove dead code for walletFile check
* threads: add thread names to deadlock debugging message
* threads: prefix log messages with thread names
* tests: add threadutil tests
* threads: introduce util/threadnames, refactor thread naming
* GetKeyBirthTimes should return key ids, not destinations
* Replace CScriptID and CKeyID in CTxDestination with dedicated types
* add missing debian contrib files to tarball
* Remove unused OpenSSL includes to make it more clear where OpenSSL is used
* wallet: Avoid logging no_such_file_or_directory error
* lint: Check that all wallet args are hidden
* wallet: Track scanning duration
* Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options
* dummywallet: Reformat ignored wallet options list
* remove extraneous scope
* wallet: log on rescan completion
* Include bitcoin_config.h in release process
* Align MSVC build options with Linux build ones
* disable HAVE_THREAD_LOCAL on unreliable platforms
* appveyor: Write AATTPACKAGE_NAMEAATT to config
* doc: explain AcceptToMemoryPoolWorker\'s coins_to_uncache
* Remove NOTFOUND transactions from in-flight data structures
* Add an explicit memory bound to m_tx_process_time
* Improve NOTFOUND comment
* Add test for superfluous witness record in deserialization
* Fix missing input template by making minimal tx
* QA/mininode: Send all headers upfront in send_blocks_and_test to avoid sending an unconnected one
* QA: feature_filelock, interface_bitcoin_cli: Use PACKAGE_NAME in messages rather than hardcoding Bitcoin Core
* QA: Avoid re-reading config.ini unnecessarily
* Doc: remove text about txes always relayed from -whitelist
* Align code example with clang-format
* Show recipient list as detailedText of QMessageBox
* Make SendConfirmationDialog fully fledged
* doc: Fix -dustrelayfee= argument docs grammar
* refactor: replace isPotentialtip/waitForNotifications by higher method
* Resolve the qt/guiutil <-> qt/optionsmodal CD
* wallet: add cachable amounts for caching credit/debit values
* test: Add missing syncwithvalidationinterfacequeue to wallet_import_rescan
* Add settings merge test to prevent regresssions
* rpc: Speedup getaddressesbylabel
* Ensure repos are up-to-date
* Add WITH_LOCK macro: run code while locking a mutex
* wallet: Remove unused import checkpoints.h
* Add comments to Python ECDSA implementation
* [POLICY] Make sending to future native witness outputs standard
* Pure python EC
* [wallet] Move maxTxFee to wallet
* tests: fix outdate include in blockfilter_index_tests
* [test] combine_logs: append node stderr and stdout if it exists
* contrib: gh-merge: Use pagination to fetch all review comments
* refactor: Add handleNotifications method to wallet
* Filter IPv6 by ASN
* rpc: Remove dependency on interfaces::Chain in SignTransaction
* test: Add test that addmultisigaddress fails for watchonly addresses
* test: Fixup creatmultisig documentation and whitespace
* doc: Remove upgrade note in release notes from EOL versions
* qt: update request payment button text and tab description
* bench: Add wallet_balance benchmarks
* remove out-of-date comment on pay-to-witness support
* doc: Clarify RPC versioning
* [wallet] move-only: move CReserveKey to be next to CKeyPool
* Include cstring for sanity_test_fdelt if required
* [moveonly] Split glibc sanity_test_fdelt out
* Extract ParseDescriptorRange
* gitignore: add
*.plist (clang-check)
* gitignore: add
*.dat
* doc: mention creating application support bitcoin folder on OSX
* GUI: Options: Remove the upper-bound limit from pruning size setting
* GUI: Options: Set the range of pruning size before loading its value
* [rpc] Remove the addresses field from the getaddressinfo return object
* travis: Bump second timeout to 33 minutes, Add rationale
* scripted-diff: Bump copyright headers in test, bench
* docs: Clarify PR guidelines w/re documentation
* scripted-diff: Rename test_bitcoin to test/setup_common
* doc: describe onlynet option in doc/tor.md
* wallet_bumpfee.py: add test for change key preservation
* add functional tests for feerate bumpfee with adding inputs
* generalize bumpfee to add inputs when needed
* test: Use test_bitcoin setup in bench, Add test utils
* test: Have segwit always active in (Basic)TestingSetup
* docs: Improve netaddress comments
* [cleanup] Remove unused CReserveKey
* [rpc] simplify generate RPC
* bitcoin-wallet tool: Drop libbitcoin_server.a dependency
* Remove access to node globals from wallet-linked code
* bitcoin-wallet tool: Drop MakeChain calls
* [wallet] Refactor CWalletTx::RelayWalletTransaction()
* Avoid redefine warning
* [build] Move AnalyzePSBT from psbt.cpp to node/psbt.cpp
* [docs] Document src subdirectories and different libraries
* [build] Move wallet load functions to wallet/load unit
* [build] Add several util units
* [build] Move several units into common libraries
* [build] Move rpc rawtransaction util functions to rpc/rawtransaction_util.cpp
* [build] Move rpc utility methods to rpc/util
* [build] Move policy settings to new src/policy/settings unit
* [build] Move CheckTransaction from lib_server to lib_consensus
* test: Remove unused imports
* scripted-diff: use self.sync_
* methods
* test: Pass self to test_simple_bumpfee_succeeds
* test: Add BitcoinTestFramework::sync_
* methods
* test: Pass at most one node group to sync_all
* [wallet] Remove unnecessary Chain::Lock parameter from ResendWalletTransactions
* [wallet] Schedule tx rebroadcasts in wallet
* [wallet] Keep track of the best block time in the wallet
* qa: Prevent concurrency issues reading .cookie file
* scripted-diff: Rename sync_blocks to send_blocks to avoid name collisions and confusion
* test: Properly log named args in authproxy
* rpc: Validate maxfeerate with AmountFromValue
* doc: correct bitcoinconsensus_version in shared-libraries
* Upgrade gitian image before signing
* doc: Clarify sendrawtransaction::maxfeerate==0 help
* blockfilter: Update BIP 158 test vectors.
* rpc: Add getblockfilter RPC method.
* init: Add CLI option to enable block filter index.
* index: Access functions for global block filter indexes.
* test: Unit test for block filter index reorg handling.
* test: Unit tests for block index filter.
* index: Implement lookup methods on block filter index.
* index: Implement block filter index with write operations.
* serialize: Serialization support for big-endian 32-bit ints.
* blockfilter: Functions to translate filter types to/from names.
* index: Ensure block locator is not stale after chain reorg.
* index: Allow atomic commits of index state to be extended.
* Take non-importing keys into account for spendability warning in descriptor import
* Update bips.md for 0.18.0
* Mention new descriptor RPCs in descriptors.md
* travis: Properly cache and error on timeout
* Mention new PSBT RPCs in psbt.md
* Remove unused var
* rpc: getrpcinfo docs
* qa: Make swap_magic_bytes in p2p_invalid_messages atomic
* Speed up deriveaddresses for large ranges
* Import all origin info in importmulti; even for non-importing pubkeys
* Keep full pubkeys in FlatSigningProvider::origins
* wallet: Get all balances in one call
* rpc: RPCHelpMan: Always push_name when outer type is an object
* rpc: Add some doxygen comments to utils
* change default Python block serialization to witness
* [qa] Overhaul p2p_compactblocks.py
* [wallet] Remove ResendWalletTransactionsBefore
* gui: Generate bech32 addresses by default
* Squashed \'src/secp256k1/\' changes from 0b70241850..b19c000063
* qa: Check unconfirmed balance after loadwallet
* wallet: Update transactions with current mempool after load
* interfaces: Add Chain::requestMempoolTransactions
* [rpc] remove resendwallettransactions RPC
* Disconnect BlockNotifyGenesisWait and RPCNotifyBlockChange properly. Remove no-op CClientUIInterface::[signal_name]_disconnect.
* [tests] make pruning test faster
* [tests] style fixes in feature_pruning.py
* travis: Switch to ubuntu keyserver to avoid timeouts
* Silence \"Test case [...] did not check any assertions\" warnings when running \"test_bitcoin --log_level=test_suite\"
* Avoid repeated log messages in tests by connecting to signal handlers (ThreadSafeMessageBox, etc.) only once
* tests: Reduce noise level in test_bitcoin output
* Comment for seemingly duplicate LIBBITCOIN_SERVER
* doc: rpc-mining: Clarify error messages
* doc/dependencies: Fix typo libsrvg->librsvg
* rpc: Fix help text for signtransactionwithXXX
* release: Update the Windows Codesigning certificate
* refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight
* wallet: Move CWallet::ReacceptWalletTransactions locks to callers
* [tests] Add test for wallet rebroadcasts
* QA: add test for CKey::Negate()
* CKey: add method to negate the key
* Add documentation of struct PSBTAnalysis et al
* Refactor analyzepsbt for use outside RPC code
* Move PSBT decoding functions from core_io to psbt.cpp
* Poly1305: tolerate the intentional unsigned wraparound in poly1305.cpp
* Add Poly1305 bench
* Add Poly1305 implementation
* [docs] fix comment: the return value of findFork is _not_ an ancestor when the specified block is on the active chain
* Remove unused AES-128 code
* depends: latest rapidcheck, use INSTALL_ALL_EXTRAS
* rpc: Rename size to vsize in mempool related calls
* Handle the result of posix_fallocate system call
* Resolve the checkpoints <-> validation CD.
* net: Remove unused unsanitized user agent string CNode::strSubVer
* torcontrol: Use the default/standard network port for Tor hidden services, even if the internal port is set differently
* Interrupt orphan processing after every transaction
* [MOVEONLY] Move processing of orphan queue to ProcessOrphanTx
* Simplify orphan processing in preparation for interruptibility
* docs: Add more tips to productivity.md
* [docs] remove reference to signrawtransaction in the developer docs.
* doc: Fix all typos reported by codespell
* contrib: gh-merge: Include review comments in merge commit
* [rpc] Remove deprecated functionality message from validateaddress help
* [rpc] Remove signrawtransaction warning
* gui: Defer removeAndDeleteWallet when no modal widget is active
* Move g_is_mempool_loaded into CTxMemPool::m_is_loaded
* rpc: Expose g_is_mempool_loaded via getmempoolinfo and /rest/mempool/info.json
* doc: Add release notes for 15629
* qa: Add test for missing testnet section in conf file
* doc: documents how to calculate m_assumed_blockchain_size and m_assumed_chain_state_size on the release process.
* doc: Add release notes for 15596
* Doc: update ACK description in CONTRIBUTING.md
* refactor: Remove unused function
* qa: mininode: Clearer error message on invalid magic bytes
* doc: Add release notes for 15620
* init: Throw error when network specific config is ignored
* rpc: Mention all output types in decodescript doc
* refactor: Expose UndoReadFromDisk in header
* rpc: Uncouple rpcs from maxTxFee global
* rpc: Use IsValidNumArgs over hardcoded size checks
* refactor: Remove unused function
* depends: qt: Don\'t hardcode pwd path
* depends: tar: Always extract as yourself
* depends: Defer to Python detected by autoconf
* Do not relay banned IP addresses
* rpc: decodescript use IsValidNumArgs over hardcoded check
* rpc: Clarify decodescript RPCResult doc
* Add Gitian key for droark
* Set \'distro\' explicitly
* [docs] release note for disabling reject messages by default
* wallet: Improve log output for errors during load
* wallet: Remove unused GetLegacyBalance
* scripted-diff: wallet: Rename pcoin to wtx
* build: depends: Switch to python3
* Generate log entry when blocks messages are received unexpectedly.
* wallet/rpc: add maxfeerate parameter to sendrawtransaction
* wallet/rpc: add maxfeerate parameter to testmempoolaccept
* wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtree
* rpc: Document that minconf is an ignored dummy value
* rpc: return a number for estimated_feerate in analyzepsbt
* doc: correct analysepsbt rpc doc
* Fix overflow bug in analyzepsbt fee: CAmount instead of int
* depends: native_protobuf: avoid system zlib
* Enable TLS in link to chris.beams.io
* dead code: Remove dead option in HexStr conversion
* cli: remove duplicate wallet fields from -getinfo
* cli: replace testnet with chain and return network name as per BIP70.
* doc: remove release note fragments
* doc: correct path in build-windows.md
* rest/rpc: Make mempoolinfo atomic
* rpc: Speedup getrawmempool when verbose=true
* build: use full version string in setup.exe
* gitian: Improve error handling
* Remove remaining wallet accesses to node globals
* test: Refactor vout fetches in rpc_rawtransaction
* tests: Print remaining jobs in test_runner.py
* wallet_bumpfee.py: Make sure coin selection produces change
* Remove use of CCoinsViewMemPool::GetCoin in wallet code
* Remove use of CRPCTable::appendCommand in wallet code
* Remove use CValidationInterface in wallet code
* Document assumptions about C++ compiler
* Remove sharp edge (uninitialized m_filter_type) when using the compiler-generated constructor for BlockFilter
* In lint-format-strings, open files sequentially
* test: .style.yapf: Set column_limit=160
* test: Remove python3.4 workaround in feature_dbcrash
* doc: Move wallet lock annotations to header
* Suggested interfaces::Chain cleanups from #15288
* contrib: Bump gitian descriptors for 0.19
* doc: Remove pr release notes file in wrong dir
* Add sizeof(size_t) assumptions
* Make SignatureExtractorChecker private to its own file
* .python-version: Specify full version 3.5.6
* scripted-diff: Update copyright in ./test
* scripted-diff: test: Remove brackets after assert
* build: Require python 3.5
* scripted-diff: test: Use py3.5 bytes::hex() method
* build: Bump version to 0.18.99
* docs: Update Transifex links
* docs: add \"sections\" info to example bitcoin.conf
* [addrman] Improve collision logging and address nits
* [wallet] remove unused GetScriptForMining
* Add regtests for HTTP status codes.
* fuzz: Link BasicTestingSetup (shared with unit tests)
* test: Move main_tests to validation_tests
* test: Remove useless test_bitcoin_main.cpp
* test: Add missing LIBBITCOIN_ZMQ to test_test_bitcoin_LDADD
* [addrman] Ensure collisions eventually get resolved
* [rpc] remove deprecated generate method
* [net] feeler connections can be made to outbound peers in same netgroup
* test: Add .style.yapf
* [addrman] Improve tried table collision logging
* bench: Benchmark MempoolToJSON
* rpc: Pass mempool into MempoolToJSON
* Style cleanup.
* flatfile: Unit tests for FlatFileSeq methods.
* scripted-diff: Rename CBlockDiskPos to FlatFilePos.
* Move CDiskBlockPos from chain to flatfile.
* validation: Refactor file flush logic into FlatFileSeq.
* validation: Refactor block file pre-allocation into FlatFileSeq.
* validation: Refactor OpenDiskFile into method on FlatFileSeq.
* validation: Extract basic block file logic into FlatFileSeq class.
* util: Move CheckDiskSpace to util.
* Change brace formatting
* Remove use of IsInitialBlockDownload in wallet code
* Remove use of uiInterface.LoadWallet in wallet code
* circular-dependencies: Avoid treating some .h/.cpp files as a unit
* Remove use of AcceptToMemoryPool in wallet code
* Remove uses of InitMessage/Warning/Error in wallet code
* Remove uses of GetAdjustedTime in wallet code
* Remove use of g_connman / PushInventory in wallet code
* Remove uses of g_connman in wallet code
* Remove uses of fPruneMode in wallet code
* Remove uses of fee globals in wallet code
* Remove use of CalculateMemPoolAncestors in wallet code
* Remove use of GetTransactionAncestry in wallet code
* Remove use of GetCountWithDescendants in wallet code
* Remove use of IsRBFOptIn in wallet code
* Remove uses of CheckFinalTx in wallet code
* gui: Drop unused return values in WalletFrame
* Remove travis_wait from lint script
* depends: Add commands for each package for each stage
* depends: Preprocessing doesn\'t care about deps
* [doc] productivity: more advanced git range-diff
* [doc] devtools: mention clang-format dependency
* [doc] productivity: fix broken link
* Fix lack of warning of unrecognized section names
* tests: Add script checking for deterministic line coverage
* gui: Uppercase bech32 addresses in qr codes
* cirrus ci: Inital config
* speed up Unserialize_impl for prevector
* [doc] descriptor: explain GetPubKey() usage with cached public key
* scripted-diff: rename DescriptorImpl m_script_arg to m_subdescriptor_arg
* Add warning messages to the debug window
* Move non-linux source tarball to bitcoin-binaries
* doc: Clarify -blocksdir usage
* Bugfix: test/functional/rpc_psbt: Correct test description comment
* Bugfix: test/functional/rpc_psbt: Remove check for specific error message that depends on uncertain assumptions
* fix an undefined behavior in uint::SetHex
* Lift prevector default vals to the member declaration
* Disallow extended encoding for non-witness transactions
* Allow quicker shutdowns during LoadBlockIndex()
* configure: Initialise assembly enable_
* variables
* configure: Skip assembly support checks, when assembly is disabled
* configure: Invert --enable-asm help string since default is now enabled
* Thu Aug 22 2019 marecAATTdetebe.org- Update to version 0.18.1:
* doc: Bump manpages pre-final
* build: set CLIENT_VERSION_RC to 0 pre-final
* Doc: remove old release notes about systemd and riscv changes
* doc: Update release notes for rc1
* doc: Update manpages for rc1
* build: Bump version to 0.18.1rc1
* qt: pre-rc1 translations update
* net: Make poll in InterruptibleRecv only filter for POLLIN events. poll should block until there is data to be read or the timeout expires.
* fix: tor: Call event_base_loopbreak from the event\'s callback
* qt: Assert QMetaObject::invokeMethod result
* gui: Fix missing qRegisterMetaType(WalletModel
*)
* signrawtransactionwithkey: report error when missing redeemScript/witnessScript param
* .python-version: Bump to 3.5.6
* Add comments to Python ECDSA implementation
* Set AA_EnableHighDpiScaling attribute early
* gui: Fix open wallet menu initialization order
* Make and get the multisig redeemscript and destination in one function instead of two
* Pure python EC
* test: Add test that addmultisigaddress fails for watchonly addresses
* test: Fixup creatmultisig documentation and whitespace
* Replace remaining fprintf with tfm::format manually
* scripted-diff: Replace fprintf with tfm::format
* Exceptions should be caught by reference, not by value.
* tinyformat: Add doc to Bitcoin Core specific strprintf
* rpc: bugfix: Properly use iswitness in converttopsbt
* Bugfix: test/functional/rpc_psbt: Correct test description comment
* Bugfix: test/functional/rpc_psbt: Remove check for specific error message that depends on uncertain assumptions
* rpc: Switch touched RPCs to IsValidNumArgs
* Add example 2nd arg to signrawtransactionwithkey
* fixup: Fix prunning test
* Fix RPC/pruneblockchain returned prune height
* gui: Enable open wallet menu on setWalletController
* Bugfix: dummywallet: Add -ignorepartialspends to list of ignored wallet options
* dummywallet: Reformat ignored wallet options list
* Add test for GCC bug 90348
* gui: Set progressDialog to nullptr
* gui: Enable console line edit on setClientModel
* qt: fix opening bitcoin.conf via Preferences on macOS; see #15409
* Disallow extended encoding for non-witness transactions (take 3)
* Add test for superfluous witness record in deserialization
* Fix missing input template by making minimal tx
* Disallow extended encoding for non-witness transactions
* Show loaded wallets as disabled in open menu instead of nothing
* Install bitcoin-wallet manpage.
* Doc: remove text about txes always relayed from -whitelist
* doc: Mention blocksonly in reduce-traffic.md, unhide option
* test: Add test for p2p_blocksonly
* test: Format predicate source as multiline on error
* net: Rename ::fRelayTxes to ::g_relay_txes
* build with -fstack-reuse=none
* doc: Clean out release notes post-0.18.0
* Tue Apr 30 2019 marecAATTdetebe.org- Update to version 0.18.0:
* build: Bump version to -final
* doc: 0.18: Remove TODO from release notes
* build: Bump version to rc4
* doc: Move release notes from wiki
* gui: Pre-rc4 translations update
* GUI: Options: Remove the upper-bound limit from pruning size setting
* GUI: Options: Set the range of pruning size before loading its value
* Revert \"Change in transaction pull scheduling to prevent InvBlock-related attacks\"
* Take non-importing keys into account for spendability warning in descriptor import
* Import all origin info in importmulti; even for non-importing pubkeys
* Keep full pubkeys in FlatSigningProvider::origins
* doc: Clarify RPC versioning
* doc: describe onlynet option in doc/tor.md
* doc/dependencies: Fix typo libsrvg->librsvg
* doc: mention creating application support bitcoin folder on OSX
* gitignore: add
*.plist (clang-check)
* gitignore: add
*.dat
* [rpc] Remove the addresses field from the getaddressinfo return object
* rpc: getrpcinfo docs
* Mention new descriptor RPCs in descriptors.md
* Mention new PSBT RPCs in psbt.md
* doc: correct bitcoinconsensus_version in shared-libraries
* Update bips.md for 0.18.0
* qa: Check unconfirmed balance after loadwallet
* wallet: Update transactions with current mempool after load
* interfaces: Add Chain::requestMempoolTransactions
* wallet: Move CWallet::ReacceptWalletTransactions locks to callers
* [tests] Add test for wallet rebroadcasts
* Interrupt orphan processing after every transaction
* [MOVEONLY] Move processing of orphan queue to ProcessOrphanTx
* Simplify orphan processing in preparation for interruptibility
* doc: Update manpages for changes since rc2
* release: Update the Windows Codesigning certificate
* build: Bump to rc3
* qt: Translations update pre-rc3
* [rpc] Remove deprecated functionality message from validateaddress help
* gui: Defer removeAndDeleteWallet when no modal widget is active
* Do not relay banned IP addresses
* [docs] document BIP 61 deprecation
* [p2p] Enable BIP 61 REJECT messages by default
* doc: Update manpages
* build: bump to rc2
* wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtree
* doc: Pre-rc2 translations update
* Fix overflow bug in analyzepsbt fee: CAmount instead of int
* rpc: return a number for estimated_feerate in analyzepsbt
* doc: correct analysepsbt rpc doc
* build: use full version string in setup.exe
* qt: periodic translations update
* [addrman] Improve collision logging and address nits
* [addrman] Ensure collisions eventually get resolved
* [net] feeler connections can be made to outbound peers in same netgroup
* [addrman] Improve tried table collision logging
* gitian: Improve error handling
* doc: Remove pr release notes file in wrong dir
* build: set RC1
* doc: Merge release notes fragments
* Make last disconnected block BLOCK_FAILED_VALID, even when aborted
* doc: Remove ppa from linux build instructions
* build: Bump version to 0.18.0
* modify test for memory locked in case locking pages failed at some point
* [rpc] deriveaddresses: add range to CRPCConvertParam
* Make deriveaddresses use stop/[start,stop] notation for ranges
* test: Bump timeout on tests that timeout on windows
* appveyor: Don\'t build debug libraries instead of \"build and delete\"
* Optimization: don\'t add txn back to mempool after 10 invalidates
* Prevent callback overruns in InvalidateBlock and RewindBlockIndex
* Release cs_main during InvalidateBlock iterations
* Use stop/[start,stop] notation in importmulti desc range
* Add support for stop/[start,stop] ranges to scantxoutset
* Support ranges arguments in RPC help
* Add ParseRange function to parse args of the form int/[int,int]
* msvc: Use a single file to specify the include path
* doc: Update release process for snap package
* add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo
* refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransaction
* doc: Remove misleading hint in getrawtransaction
* test: Simplify create_cache
* rpc/gui: Remove \'Unknown block versions being mined\' warning
* Enable PID file creation on Windows - Add available WIN PID function - Consider WIN32 in each relevant case - Add new preprocessor definitions to suppress warning - Update error message for generic OS
* Call InvalidateBlock without cs_main held
* Make RewindBlockIndex interruptible
* Call RewindBlockIndex without cs_main held
* Release cs_main during RewindBlockIndex operation
* Merge the disconnection and erasing loops in RewindBlockIndex
* Move erasure of non-active blocks to a separate loop in RewindBlockIndex
* Abstract EraseBlockData out of RewindBlockIndex
* wallet: Use fsbridge::ifstream to fix Windows path issue
* gui: Fix async open wallet call order
* refactor: Drop redundant wallet reference
* rpc: Actually throw help when passed invalid number of params
* rpc: Add RPCHelpMan::IsValidNumArgs()
* qa: Fix wallet_txn_doublespend issue
* qa: Always refresh stale cache to be out of ibd
* qa: Remove mocktime unless required
* [test] functional: set cwd of nodes to tmpdir
* tests: remove byte.hex() to keep compatibility
* Add missing #include.
* Address test todos by removing -txindex to nodes. Originally added when updating getrawtransaction to stop searching unspent utxos.
* Use a single wallet batch for UpgradeKeyMetadata
* appveyor: Remove unused NDEBUG removal
* scripted-diff: Remove NDEBUG pre-define
* Update assumevalid, minimumchainwork, and getchaintxstats to height 563378.
* [Doc] importmulti: add missing description of keypool option
* [Doc] add missing newline to witnessScript in listunspent help
* Implement analyzepsbt RPC and tests
* Add checksums to descriptors.md
* Make descriptor checksums mandatory in deriveaddresses and importmulti
* Add getdescriptorinfo to compute checksum
* Descriptor checksum
* Move PSBT UTXO fetching to a separate method
* Figure out what is missing during signing
* Implement joinpsbts RPC and tests
* Implement utxoupdatepsbt RPC and tests
* doc: update FreeBSD build guide for 12.0
* tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoinsTip or pblocktree
* Import public keys in order
* Test pubkey import to keypool
* Add option to importmulti add an imported pubkey to the keypool
* Fetch keys from keypool when private keys are disabled
* Add a method to add a pubkey to the keypool
* Add release notes for importing key origin info change
* Test importing descriptors with key origin information
* Import KeyOriginData when importing descriptors
* Implement a function to add KeyOriginInfo to a wallet
* Store key origin info in key metadata
* Move all PID file stuff to init.cpp
* fuzz: test_runner: Better error message when built with afl
* travis: Combine --disable-bip70 into existing job
* test: txindex: interrupt threadGroup before calling destructor
* Remove hdmasterkeyid
* Add a method to CWallet to write just CKeyMetadata
* Add WriteHDKeypath function and move
*HDKeypath to util/bip32.{h,cpp}
* Refactor keymetadata writing to a separate method
* Remove unused TransactionError constants
* [build] AppVeyor: clean cache when build configuration changes
* [build] Makefile.am: add rule for src/bitcoin-wallet
* Add compile time verification of assumptions we\'re currently making implicitly/tacitly
* fixes m_assumed_blockchain_size variables values:
* msvc: Fix silent merge conflict between #13926 and #14372 part II
* Bump minimum Qt version to 5.5.1
* qa: Add test/fuzz/test_runner.py
* fuzz: Script validation flags
* fuzz: Move deserialize tests to test/fuzz/deserialize.cpp
* Remove manual byte editing in wallet_tx_clone func test
* Add release note for listunspent P2WSH change
* Add test for P2SH-P2WSH in signrawtransactionwithkey and listunspent
* Make listunspent and signrawtransaction RPCs support witnessScript
* Log full paths for wallets
* gui: Add close wallet action
* gui: Add closeWallet to WalletController
* interfaces: Add remove to Wallet
* Replace script name with special parameter
* Remove unnecessary const_cast
* [wallet] Close bdb when flushing wallet.
* [rpc] mining: Omit uninitialized currentblockweight, currentblocktx
* tests: Added missing tests for RPC wallet errors
* Factor out combine / finalize / extract PSBT helpers
* Remove op== on PSBTs; check compatibility in Merge
* Switch away from exceptions in refactored tx code
* appveyor: Remove outdated libraries
* tests: accept unicode characters on Windows
* Move PSBT definitions and code to separate files
* Factor BroadcastTransaction out of sendrawtransaction
* Split DecodePSBT into Base64 and Raw versions
* Add pf_invalid arg to std::string DecodeBase{32,64}
* Travis: Add test without BIP70 (but still full wallet + tests)
* GUI: If BIP70 is disabled, give a proper error when trying to open a payment request file
* GUI: If BIP70 is disabled, attempt to fall back to BIP21 parsing
* RPCHelpMan: Check default values are given at compile-time
* trivial: correct parameter name in comments
* [wallet] Support creating a blank wallet
* Move ParseConfirmTarget from rpc/mining to rpc/util
* Move maxTxFee initialization to init.cpp
* qa: Add tool-prefix to functional test readme
* A few textual improvements
* test_runner: Remove unused --force option
* Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an invalid string is passed to DecodeSecret(...)
* wallet: Add lock annotation for mapAddressBook
* Change in transaction pull scheduling to prevent InvBlock-related attacks
* util: Add SetupHelpOptions()
* doc: Add missing wallet-tool manpages
* contrib: Add missing wallet tool to gen-manpages.sh
* Update linearize-hashes.py
* qa: Drop RPC connection if --usecli
* travis: Only exit early if compilation took longer than 30 min
* doc: Add separate productivity notes document
* Add release notes for importmulti descriptor support
* Add test for importing via descriptor
* [wallet] Allow descriptor imports with importmulti
* [wallet] Refactor ProcessImport() to call ProcessImportLegacy()
* [wallet] Add ProcessImportLegacy()
* [wallet] Refactor ProcessImport()
* rpc: Fix for segfault if combinepsbt called with empty inputs
* Fix issue #9683 \"gui, wallet: random abort (segmentation fault) running master/HEAD\".
* Fix build after pr 15266 merged
* qa: Test .walletlock file is closed
* netaddress: Make IPv4 loopback comment more descriptive
* netaddress: Fix indentation in IsLocal
* net: Correct comparison of addr count
* [Docs] Small updates to getrawtransaction description
* remove deprecated mentions of signrawtransaction from fundraw help
* qt: Pre-0.18 split-off translations update
* init: Modify docs and add release note for 12255
* msvc: add rapid check property tests
* gui: Show indeterminate progress dialog while opening walllet
* gui: Add OpenWalletActivity
* wallet: Close wallet env lock file
* wallet: Close dbenv error file db.log
* interfaces: Avoid interface instance if wallet is null
* gui: Add thread to run background activity in WalletController
* gui: Add Open Wallet menu
* gui: Add openWallet and getWalletsAvailableToOpen to WalletController
* interfaces: Add loadWallet to Node
* wallet: Factor out LoadWallet
* Use RdSeed when available, and reduce RdRand load
* Check m_internals in UnregisterValidationInterface
* gui: Fix m_node.startShutdown() order
* gui: Expose BitcoinGUI::unsubscribeFromCoreSignals
* gui: Fix WalletController deletion
* tests: Make updatecoins_simulation_test deterministic
* test: Fix race in p2p_invalid_messages
* travis: Revert \"Run extended tests once daily\"
* test: Make bloom tests deterministic
* Make PID file creating errors fatal
* Improve PID file removing errors logging
* msvc: Fix silent merge conflict between #13926 and #14372
* Rename Chain getLocator -> getTipLocator
* Drop redundant get_value_or
* Fix ScanForWalletTransactions start_block comment
* wallet: Add missing cs_db lock
* Document rescanblockchain returned stop_height being null
* doc: Add cs_main lock annotations for mapBlockIndex
* travis: Save cache when compilation took very long
* Add suggested rescanblockchain comments
* Update ScanForWalletTransactions result comment
* Rename ScanResult stop_block field
* Update release notes through to cb35f1d3
* Release notes: integrate detached & rm backports
* travis: Document whether functional tests are run in the job name
* Revert \"travis: Compile trusty with depends for now\"
* Prefer boost::optional#get_value_or over #value_or
* Piecewise construct to avoid invalid construction
* Do not import private keys to wallets with private keys disabled
* Refactor importwallet to extract data from the file and then import
* Slight tweak to the verify-commits script directions
* tests: unify RPC argument to cli argument conversion and handle dicts and lists
* travis: Remove unused FUNCTIONAL_TESTS_CONFIG
* msvc: build leveldb locally
* msvc: build secp256k1 locally
* Fix assertion in CKey::SignCompact
* gdb attaching to process during tests has non-sudo solution
* Explain that unused mempool memory is added to -dbcache
* [tests] Add wallet-tool test
* [tools] Add wallet inspection and modification tool
* Remove \'boost::optional\'-related gcc warnings
* build: prefer python3.4 even if newer versions are present on the system
* Correct units for \"-dbcache\" and \"-prune\"
* test: Build fuzz targets into seperate executables
* log: Construct global logger on first use
* wallet: Fixup rescanblockchain result doc
* [rpc] util: add deriveaddresses method
* doc: correct logging rpc return type and example
* travis: Compile trusty with depends for now
* travis: Compile once on trusty
* Add gitian PGP key for hebasto
* rpc: Compile on GCC4.8
* qa: Use wallet to retrieve raw transactions
* [RPC] Update getrawtransaction interface
* Squashed \'src/leveldb/\' changes from 524b7e36a8..f545dfabff
* build: Remove WINVER pre define in Makefile.leveldb.inlcude
* [test] fuzz: make test_one_input return void
* Trivial: Doxygenize existing CBufferedFile and VectorReader comments
* RPCHelpMan: Pass through Result and Examples
* Descriptor expansions only need pubkey entries for PKH/WPKH
* qa: Style-only fixes in touched files
* Scripts and tools: Drop no-longer-relevant copyright holder names
* Scripts and tools: Fix devtools/copyright_header.py to always honor exclusions
* Prevent mutex lock fail even if --enable-debug
* Trivial: fixup a few doxygen comments
* Docs: Update python docs to reflect that wildcard imports are disallowed
* Drop defunct Windows compat fixes
* qa: Add tests for invalid message headers
* tests: unify RPC argument to cli argument conversion and handle dicts and lists
* [doc] add notes on release notes
* submitheader: more directly test missing prev block header
* remove some magic mining constants in functional tests
* Doc: add information about security to the JSON-RPC doc
* Notify the GUI that the keypool has changed to set the receive button
* Added some factors that affect the dependency list
* windows: Call SetProcessDEPPolicy directly
* windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
* Allow connections from misbehavior banned peers.
* Default -whitelistforcerelay to off
* docs: add perf section to developer docs
* tests: add utility to easily profile node performance with perf
* Fix macOS launch-at-startup memory issue
* Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11
* Check for more than private keys disabled to show receive button
* [Docs] add short documentation for /rest/blockhashbyheight
* [QA] add rest tests for /rest/blockhashbyheight/.
* REST: add \"blockhashbyheight\" call, fetch blockhash by height
* Delete README_osx.md and move its contents into build-osx.md
* lint: Enable python linters via an array
* Remove errant past from walletcreatefundedpsbt for nLocktime replaceability
* gui: Fix window title update
* Add locking annotation for vNodes. vNodes is guarded by cs_vNodes.
* zmq: log outbound message high water mark when reusing socket
* Update all subprocess.check_output functions in CI scripts to be Python 3.4 compatible
* Update zmq to 4.3.1
* rpc: remove duplicate solvable field from getaddressinfo
* gui: Refactor to use WalletController
* gui: Add WalletController
* gui: Use AutoConnection for WalletModel::unload signal
* Add comment describing fDisconnect behavior
* docs: Spelling error fix on fuzzing.md
* Document RNG design in random.h
* Use secure allocator for RNG state
* Encapsulate RNGState better
* DRY: Implement GetRand using FastRandomContext::randrange
* Sprinkle some sweet noexcepts over the RNG code
* Remove hwrand_initialized.
* Switch all RNG code to the built-in PRNG.
* Integrate util/system\'s CInit into RNGState
* Abstract out seeding/extracting entropy into RNGState::MixExtract
* Add thread safety annotations to RNG state
* Rename some hardware RNG related functions
* Automatically initialize RNG on first use.
* Don\'t log RandAddSeedPerfmon details
* build: Drop macports support
* scripted-diff: batch-recase BanMan variables
* banman: Add, use CBanEntry ctor that takes ban reason
* banman: reformulate nBanUtil calculation
* banman: add thread annotations and mark members const where possible
* scripted-diff: batch-rename BanMan members
* net: move BanMan to its own files
* banman: pass in default ban time as a parameter
* banman: pass the banfile path in
* banman: create and split out banman
* net: split up addresses/ban dumps in preparation for moving them
* tests: remove member connman/peerLogic in TestingSetup
* net: Break disconnecting out of Ban()
* Remove no longer needed shellcheck suppressions
* Fix warnings introduced in shellcheck v0.6.0
* Remove repeated suppression. Fix indentation.
* Pin shellcheck version to v0.6.0
* qa: Improve tests of /rest/headers and /rest/block
* doc: /rest/block responds with 404 if block does not exist
* qa: Remove race between connecting and shutdown on separate connections
* Improve \"help-console\" message
* doc: Explain empty result of /rest/headers
* [docs] Expand help text for importmulti changes
* Fix remaining compiler warnings (MSVC). Move disabling of specific warnings from /nowarn to project file.
* [doc] explain what .python-version does
* Remove remaining chainActive references from CWallet
* Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Chain apis
* Add findFork and findBlock to the Chain interface
* Add time methods to the Chain interface
* Add height, depth, and hash methods to the Chain interface
* gui: Show current wallet name in window title
* gui: Keep network style in BitcoinGUI
* gui: Remove unused return type in some BitcoinGUI methods
* refactor/lint: Add ignored suggestions to an array
* doc: Add release notes for unloadwallet change to synchronous call
* rpc: Make unloadwallet wait for complete wallet unload
* Add workaround for QProgressDialog bug on macOS
* Fix wallet selector size adjustment
* contrib: Allow use of github API authentication in github-merge
* contrib: Add support for http[s] URLs in github-merge
* contrib: Detailed reporting for http errors in github-merge
* qa: Ignore shellcheck warning SC2236
* Drop IsLimited in favor of IsReachable
* Use FRC::randbytes instead of reading >32 bytes from RNG
* Replace remaining 0 with nullptr in Qt code
* Don\'t use zero as null pointer constant (-Wzero-as-null-pointer-constant)
* configure: bitcoin-tx doesn\'t need libevent, so don\'t pull it in
* Use C++11 default member initializers
* util: Make ToLower and ToUpper take a char
* util: remove unused [U](BEGIN|END) macros
* Replace use of BEGIN and END macros on uint256
* Remove redundant stopExecutor() signal
* Remove redundant stopThread() signal
* Add checksum in gitian build scripts for ossl
* Do not deselect peer when switching away from tab
* Improve Peers tab layout
* docs: Clarifying testing instructions
* Fail if either disk space check fails
* Error if rpcpassword contains hash in conf sections
* docs: Add FreeBSD build notes link to doc/README.md
* Fix download link
* Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAllocator::AllocateLocked
* build: Allow to configure --with-sanitizers=fuzzer
* Use C++11 default member initializers
* test: Run invalid_txs.InputMissing test in feature_block
* Fix the build problem in libbitcoin_server
* init: Use systemd automatic directory creation
* [tests] move wallet util functions to wallet_util.py
* [tests] tidy up wallet_importmulti.py
* Qt: Fix update headers-count
* Qt: update header count regardless of update delay
* Fix minimized window bug on Linux
* qt: Use WalletModel
* instead of wallet name in console window
* qt: Use WalletModel
* instead of wallet name in main window
* qt: Factor out WalletModel::getDisplayName()
* rpc: Avoid permanent cs_main lock in getblockheader
* Add BitcoinApplication & RPCConsole tests
* Move BitcoinApplication to header so it can be tested
* Use std::vector API for construction of test data.
* test: Correct ineffectual WithOrVersion from transactions_tests
* Add names to Travis jobs
* rpc: Document bytessent_per_msg and bytesrecv_per_msg
* gui: Fix for Incorrect application name when passing -regtest
* Release notes: integrate detached release notes
* Release notes: update notes through fb52d0684
* Don\'t label transactions \"Open\" while catching up
* doc: Add getrpcinfo release notes
* qa: Add tests for getrpcinfo
* rpc: Add getrpcinfo command
* rpc: Track active commands
* test: Fix rpc_net.py \"pong\" race condition
* [rpc] Correct reconsiderblock help text, add test
* Botbot.me (IRC logs) not available anymore
* [Trivial] Update license year range to 2019
* test: Add basic test for BIP34
* Bump manpages
* Update copyright headers to 2018
* IsReachable is the inverse of IsLimited (DRY). Includes unit tests
* Increase timeout of featuer_assumevalid test to fix flaky tests
* If tests are ran with (ASan + LSan), Docker needs access to ptrace
* Update Travis base OS to Xenial
* wallet: Avoid leaking locktime fingerprint when anti-fee-sniping
* Get more info about GUI-related issue on Linux
* [test] wallet_txn_clone: Correctly clone txin sequence
* doc: Add historical release notes for 0.17.1
* whitespace: Split ~300 char line into multiple ones
* scripted-diff: Rename rpc_timewait to rpc_timeout
* scripted-diff: Remove unused \'split\' parameter to setup_network
* validation: Add cs_main locking annotations
* blockfilter: Remove default clause in switch statement.
* test: Avoid racy test p2p_timeouts
* Fix minor grammar error in doc
* Remove misplaced Q_UNUSED and others enhancements
* doc: Add comment to cs_main and mempool::cs
* test: Bump timeout to run tests in travis thread sanitizer
* Fix broken notificator on GNOME
* rpc: Fix data race (UB) in InterruptRPC()
* Add suppression for InterruptRPC (fRPCRunning) data race
* Modify build instructions to work with Command Prompt as well as PowerShell; other minor changes
* Made expicit constructor CTransaction(const CMutableTransaction &tx).
* Minimal changes to comply with explicit CMutableTransaction -> CTranaction conversion.
* wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactions
* test: Add missing validation locks
* test: Add comment to g_insecure_rand_ctx
* clarifying getrawtransaction[time] get help text
* test: Undo thread_local g_insecure_rand_ctx
* Making supported operating systems more clear
* travis: Use trap and set -e errtrace
* build: Enable functional tests in the ThreadSanitizer (TSan) build job
* [Qt] Restore < Qt5.6 compatibility for addAction
* Refactoring with QString::toNSString
* [net] add dnsseed.emzy.de to DNS seeds
* Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.
* fix testmempoolaccept CLI syntax
* test: Fix race in mempool_accept
* sync: Add RecursiveMutex type alias
* rpc: Remove unused PreCommand signal
* lint/format-strings: Correctly exclude escaped percent symbols
* Select orphan transaction uniformly for eviction
* test: add_nodes can only be called once after set_test_params
* test: Make g_insecure_rand_ctx thread_local
* Revert \"tests: Support calling add_nodes more than once\"
* Remove Python 2 import workarounds
* docs: add NSIS setup/install steps to windows docs
* Revert \"travis: Save cache on build error\"
* tests: Test for expected return values when calling functions returning a success code
* doc: update NetBSD build instructions for 8.0
* Add release notes
* Overhaul importmulti logic
* Do not permit copying FastRandomContexts
* Simplify testing RNG code
* Make unit tests use the insecure_rand_ctx exclusively
* Bugfix: randbytes should seed when needed (non reachable issue)
* Use a FastRandomContext in LimitOrphanTxSize
* Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
* Use a local FastRandomContext in a few more places in net
* Make addrman use its local RNG exclusively
* test: Add tests for truncated scripts
* depends: disable unused qt features
* depends: qt 5.9.7
* depends: expat 2.2.6
* [test] functional framework: add CScript hex() for Python 3.4
* [test] Travis: enforce Python 3.4 support in functional tests
* Removed implicit CTransaction conversion from benchmaks
* Removed implicit CTransaction constructor from tests
* test: mempool_persist: Verify prioritization is dumped correctly
* test: pruning: Check that verifychain can be called when pruned
* Add nice table to files.md
* test: consensus: Check that final transactions are valid
* test: Correctly deserialize without witness
* qt: Remove ellipsis from sending/receiving addresses
* qt: Add Window menu
* qt: Allow to inspect RPCConsole tabs
* [docs] add release note for change to GBT
* [mining] segwit option must be set in GBT
* [tests] Add docstring for wallet_importmulti.py
* [tests] add test_address method to wallet_import.py
* [tests] add test_importmulti method to wallet_import.py
* [tests] add get_multisig function to wallet_importmulti.py
* [tests] add get_key function to wallet_importmulti.py
* Add E711 to flake8 check
* Compare to None with is/is not
* RPCHelpMan: Support required arguments after optional ones
* doc: Update minimum required qt
* Change \'== None\' to \'is None\'
* Handle exception as ImportError
* threads: fix unitialized members in sched_param
* rpc: Document default values for optional arguments
* rpc: Assert named arguments are unique in RPCHelpMan
* rpc: Avoid creating non-standard raw transactions
* [tests] tidy up imports in wallet_importmulti.py
* [tests] fix flake8 warnings in wallet_importmulti.py
* Fix start with the `-min` option
* Improve documentation for running verify-commits.py script
* Include util/strencodings.h which is required for IsSpace(...)
* [doc] developer-notes.md: point out that UniValue deviates from upstream
* add `--retry 5` to curl opts in install_db4.sh
* doc: Fix PSBT howto and example parameters
* RPCHelpMan: Add space after colons in extended description
* Use std::numeric_limits::max()) instead of (UNSIGNED)-1
* rpc: Add description to fundrawtransaction vout_index
* scripted-diff: Run scripted-diff in subshell
* validation: Add and use HaveTxsDownloaded where appropriate
* scripts: Add trusted key for Samuel Dobson
* Increase maxconnections limit when using poll.
* Implement poll() on systems which support it properly.
* tests: Modify rpc_bind to conform to #14532 behaviour.
* wallet_keypool_topup.py: Test for all keypool address types
* Add locking annotations to feeStats, shortStats and longStats
* scripted-diff: Rename from cs_feeEstimator to m_cs_fee_estimator
* policy: Add Clang thread safety annotations for variables guarded by cs_feeEstimator
* Scripts and tools & Docs: Used #!/usr/bin/env bash instead of obsolete #!/bin/bash, added linting for .sh files shebang and updated the Developer Notes.
* Cleanup SplashScreen class
* Test coinbase category in wallet rpcs
* Add all category options to wallet rpc help
* Move SocketEvents logic to private method.
* Move GenerateSelectSet logic to private method.
* Introduce and use constant SELECT_TIMEOUT_MILLISECONDS.
* [tests] Add wallet_balance.py
* Improve blocksdir functional test.
* Fix broken Gmane URLs
* Use const in COutPoint class
* Move CheckBlock() call to critical section
* tests: have combine_logs default to most recent test dir
* make peertimeout a debug argument, remove error message translation
* docs: Add more Doxygen information to Developer Notes
* Add CScriptNum decode python implementation in functional suite
* Remove duplicate libconsensus linking in test make
* qt: Remove hidden columns in coin control dialog
* validation: assert that pindexPrev is non-null when required
* p2p: allow p2ptimeout to be configurable, speed up slow test
* Add comments to descriptor tests
* Add descriptor expansion cache
* [refactor] Combine the ToString and ToPrivateString implementations
* [refactor] Use DescriptorImpl internally, permitting access to new methods
* [refactor] Add a base DescriptorImpl with most common logic
* Add missing lock in CNode::copyStats(...)
* Add missing locking annotations
* test: add invalid tx templates for use in functional tests
* bench: Destroy wallet txs instead of leaking their memory
* Replace CAffectedKeysVisitor with descriptor based logic
* Fix descriptor_tests not checking ToString output of public descriptors
* rpc: Pass argument descriptions to RPCHelpMan
* Bugfix: test/functional/mempool_accept: Ensure oversize transaction is actually oversize
* Add LSan suppression warnings
* Add ASan Travis build
* Make test p2p_invalid_messages.py pass: Allow for expected Travis ASAN memory increase
* qa: Add wallet_encryption error tests
* qa: clean up assert_memory_usage_stable utility
* qa: fix p2p_invalid_messages on macOS
* Trivial: add doxygen-compatible comments relating to BerkeleyEnvironment
* Tests: add unit tests for GetWalletEnv
* Free BerkeleyEnvironment instances when not in use
* clarify RPC rawtransaction documentation
* Less confusing documentation for `torpassword`
* Use window() instead of obsolete topLevelWidget()
* Make SafeDbt DB_DBT_MALLOC on default initialization
* Add Benchmark to test input de-duplication worst case
* squashme: connect thru node interface
* Indicate -rpcauth option password hashing alg
* http -> https
* tests: check readability of cookie file
* test: allows test_runner command line to receive parameters for each test
* qa: Test bitcond shutdown
* http: Remove timeout to exit event loop
* http: Remove unnecessary event_base_loopexit call
* http: Unlisten sockets after all workers quit
* http: Send \"Connection: close\" header if shutdown is requested
* rpc: Add wait argument to stop
* Fix detection of copyright holders
* Remove UBSan suppression
* streams: Remove unused seek(size_t)
* Correct misleading \"overridden options\" label
* Allow running rpc_bind.py --nonloopback test without IPv6
* qt: Call noui_connect to prevent boost::signals2::no_slots_error in early calls to InitWarning
* test: Move UBSAN suppressions to test/sanitizer_suppressions/ubsan
* travis: --disable-hardening for xenial thread sanitizer
* travis: Run thread sanitizer
* A few minor formatting fixes and clarifications to descriptors.md
* rpcbind: Warn about exposing RPC to untrusted networks
* CNetAddr: Add IsBindAny method to check for INADDR_ANY
* net: Always default rpcbind to localhost, never \"all interfaces\"
* rpcauth: Improve by using argparse and getpass modules
* Add regtest for JSON-RPC batch calls.
* tests: Support calling add_nodes more than once
* Convert comments to thread safety annotations
* test: Add BOOST_REQUIRE to getters returning optional
* Do not specify sudo in .travis
* Warn unrecognized sections in the config file
* revert removal of fstream.hpp header in fs.h
* Log env path in BerkeleyEnvironment::Flush
* Properly generate salt in rpcauth.py, update tests
* Fix running individually through test_runner.py, as suggested by AATTMarcoFalke (#14732)
* Remove unreferenced boost headers
* Improve scripted-diff developer docs
* fix uninitialized read when stringifying an addrLocal
* add test demonstrating addrLocal UB
* rpc: Documentation fixups
* Add release notes
* Add matching descriptors to scantxoutset output + tests
* Add descriptors to listunspent and getaddressinfo + tests
* Use RPCHelpMan for all RPCs
* Implement prevector::fill once
* Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.h
* lint: Must use RPCHelpMan to generate the RPC docs
* Bump the minimum Qt version to 5.2
* Rename ListTransactions filter variable
* [wallet] Restore ability to list incoming transactions by label
* disallow oversized CBlockHeaderAndShortTxIDs
* fix a deserialization overflow edge case
* add a test demonstrating an overflow in a deserialization edge case
* rpc: Correctly name arguments
* Add stop_block out arg to ScanForWalletTransactions
* qa: Check specific reject reasons in feature_block
* GetPubKey: make sigdata const
* util.h: explicitly include required QString header
* Return a status enum from ScanForWalletTransactions
* Make CWallet::ScanForWalletTransactions args and return value const
* Introduce SafeDbt to handle DB_DBT_MALLOC raii-style
* remove redundant KeyOriginInfo access, already done in CreateSig
* CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown change
* Remove stale comment in CalculateMaximumSignedInputSize
* rpc: Add RPCHelpMan for machine-generated help
* Release notes: integrate detached release notes
* Release notes: update notes through to 11e1ac3ae08
* Adjust configure so that only bip70 is disabled when protobuf is missing instead of the GUI
* qa: Raise ci test_runner timeout to 40 mins
* travis: Avoid timeout on verify-commits check
* doc: add detached release notes for #14060
* build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString
* Better error message for user when corrupt wallet unlock fails
* qa: Avoid race in p2p_invalid_block by waiting for the block request
* tests: Make feature_block pass on centos
* rpc: Include rpc/util.h where needed for RPCHelpMan
* build: Add bitcoin-tx.exe into Windows installer
* test_node: get_mem_rss fixups
* Throw error if CPubKey is invalid during PSBT keypath serialization
* Require a public key to be retrieved when signing a P2PKH input
* wallet: Create IsDatabaseLoaded function
* build: Fix windows build error if `--disable-bip70`
* importmulti: Don\'t add internal addresses to address book
* [doc] conf: Remove deprecated options from docs, Other cleanup
* tests: Add Python dead code linter (vulture)
* tests: Remove unused testing code
* blockfilter: Additional constructors for BlockFilter.
* blockfilter: Refactor GCS params into struct.
* Add llvm-symbolizer directory to PATH. Needed to get symbolized stack traces from the sanitizers.
* Update KNOWN_VIOLATIONS: Remove fixed violations
* Use IsSpace(...) instead of boost::is_space
* Use ToLower(...) instead of std::tolower
* Use IsDigit(...) instead of std::isdigit
* Send fewer spam messages in p2p_invalid_messages
* Pass chain locked variables where needed
* Remove uses of cs_main in wallet code
* Remove direct node->wallet calls in init.cpp
* Pass chain and client variables where needed
* Add skeleton chain and client classes
* Add UBSan suppressions needed to pass test suite
* Add UBSan options: print_stacktrace + halt_on_error
* doc: Add historical release notes for 0.17.0.1
* Add metavar to match var name in help text + Change wording for better readability
* appveyor: Script improvement part II
* wallet: Add trailing wallet.dat when detecting duplicate wallet if it\'s a directory.
* Refactor: Move m_db pointers into BerkeleyDatabase
* Add test for rpcpassword hash error
* Error if rpcpassword in conf contains a hash character
* Enable functional tests in UBSAN job. Enable -fsanitize=integer (part of UBSAN). Merge UBSAN Travis job with no depends.
* example_test.py: fixup coinbase height argument, derive number clearly
* blockfilter: Use unordered_set instead of set in blockfilter.
* Extract CSipHasher to it\'s own file in crypto/ directory.
* qa: Add test to ensure node can generate all help texts at runtime
* Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes.
* tests: Explicitly ignore the return value of DecodeBase58(...)
* tests: Check return value of ParseParameters(...)
* miner: Default to DEFAULT_BLOCK_MIN_TX_FEE if unable to parse -blockmintxfee
* trivial: Don\'t translate in help text
* Add SAFE_CHARS[SAFE_CHARS_URI]: Chars allowed in URIs (RFC 3986)
* rpc: Make HTTP RPC debug logging more informative
* scripted-diff: Rename misleading \'defaultPort\' to \'http_port\'
* Fix `bitcoin-qt -version` output formatting
* Make blockdir always net specific
* qt: All tray menu actions call showNormalIfMinimized
* qt: Use GUIUtil::bringToFront where possible
* qt: Add GUIUtil::bringToFront
* scripted-diff: Move util files to separate directory.
* warnings: Compiler warning on memset usage for non-trivial type
* Remove obj_c for macOS Dock icon menu
* Use Qt signal for macOS Dock icon click event
* build: Remove illegal spacing in darwin.mk
* test_runner: Remove travis specific code
* Add regression test for PSBT signing bug #14473
* Refactor PSBTInput signing to enforce invariant
* Simplify arguments to SignPSBTInput
* Add bool PSBTInputSigned
* New PartiallySignedTransaction constructor from CTransction
* Remove redundant txConst parameter to FillPSBT
* More concise conversion of CDataStream to string
* tests: add tests for invalid P2P messages
* tests: add P2PConnection.send_raw_message
* tests: add utility to assert node memory usage hasn\'t increased
* Avoid using numeric_limits for sequence numbers and lock times
* Remove duplicated code
* Replace platform dependent type with proper const
* [tests] Move deterministic address import to setup_nodes
* Tests: Fix a comment
* Update release-process.md to include RC version bumping
* macOS: disable AppNap during sync
* Make clear function argument case in dev notes
* Remove obj_c for macOS Dock icon setting
* FreeBSD: Document Python 3 requirement for \'gmake check\'
* doc: Add external interface consistency guarantees
* build: include rc number in version number
* build: if VERSION_BUILD is non-zero, include it in the package version
* align items in contrib init
* qt: Remove \"Pay only required fee\" checkbox
* tests: Print dots by default
* qt: Improve BitcoinAmountField class
* added details about commit messages
* Bugfix: RPC: Add address_type named param for createmultisig
* gui: explicitly disable \"Dark Mode\" appearance on macOS
* Remove unused `adjustedTime` parameter
* Various textual improvements in build docs
* travis: Save cache on build error
* Don\'t rely on locale dependent functions in base_blob::SetHex(...) (uint256), DecodeBase58(...), ParseMoney(...) and ParseHex(...)
* Add tests for InferDescriptor and Descriptor::IsSolvable
* Add Descriptor::IsSolvable() to distinguish addr/raw from others
* Add support for inferring descriptors from scripts
* [tests] Test that nodes respond to getdata with notfound
* Remove fs::relative call and fix listwalletdir tests
* build: Fix Qt link order for Windows build
* wallet: Refactor to use WalletLocation
* wallet: Add WalletLocation utility class
* Add segwit address tests for importmulti
* Make getaddressinfo return solvability
* Add release notes for importmulti segwit change
* Fix typo in test_framework/blocktools
* Add SegWit support to importmulti with some ProcessImport cleanup
* appveyor: Enable multiwallet test
* tests: add test case for loading copied wallet twice
* wallet: Fix duplicate fileid
* [rpc] add \'getnewaddress\' hint to \'generatetoaddress\' help text.
* minor p2p_sendheaders fix of height in coinbase
* Removed explicit mention of storage requirement (squashed)
* Don\'t link SSL_LIBS with GUI unless BIP70 is enabled
* Add BIP70 deprecation warning
* qt: cleanup: Move BIP70 functions together in paymentserver
* show the progress of functional test
* Update documentation to incude origin information
* Add tests for key origin support
* Add key origin support to descriptors
* [macOS] Remove DS_Store WindowBounds bytes object
* travis: Compile once on xenial
* rpc: Prevent concurrent savemempool
* qa: Ensure wallet unload during walletpassphrase timeout
* Revert \"Make qt wallet test compatible with qt4\"
* docs: Document lint tests
* Fix typo
* scripted-diff: Replace boost::bind with std::bind
* refactor: Use boost::scoped_connection in signal/slot, also prefer range-based loop instead of std::transform
* rpc: Always throw in getblockstats if -txindex is required
* ZMQ: add options to configure outbound message high water mark, aka SNDHWM
* doc: Update OpenBSD build guide for 6.4
* gitignore contents of db4 folder
* rpc: Fix wallet unload during walletpassphrase timeout
* docs: Add release notes for listwalletdir RPC
* qa: Add tests for listwalletdir RPC
* rpc: Add listwalletdir RPC
* interfaces: Add getWalletDir and listWalletDir to Node
* wallet: Add ListWalletDir utility
* Add `doc/bitcoin-conf.md`
* [wallet] Deprecate the generate RPC method
* [tests] Add generate method to TestNode
* Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_FLAG
* utils: Fix broken Windows filelock
* Textual improvements
* Avoid triggering undefined behaviour in base_uint::bits()
* [docs] Add release note for removing getwitnessaddress
* descriptors.md: Refer to descriptors as describing instead of matching
* doc: add comment explaining recentRejects-DoS behavior
* [tests] Small fixups before deprecating generate
* build: Pin to specific versions of Python packages we install from PyPI in Travis
* Add ignored word: mut
* Revert \"qa: Fix codespell error and have lint-spelling error instead of warn\"
* refactor: Drop boost::this_thread::interruption_point and boost::thread_interrupted in main thread
* Fix listreceivedbyaddress not taking address as a string
* tests: add test for \'getaddressinfo\' RPC result \'ischange\' field
* rpcwallet: add \'ischange\' field to \'getaddressinfo\' response
* Fix QCompleter popup regression
* bitcoin-tx: Use constant for n pubkeys check
* [doc] getblocktemplate: use SegWit in example
* tests: Stop node before removing the notification file
* Improve CAmount tests
* Add compile time checking for cs_main locks which we assert at run time
* test: forward timeouts properly in send_blocks_and_test
* Fix CLEAN_BITCOIN_TEST to remove .log files for all BITCOIN_TESTS files
* clarify rpcwallet flag url change
* [rpc] Descriptions: Textual consistency fixes
* Add GUARDED_BY(cs_wallet) for setExternalKeyPool, mapKeyMetadata, m_script_metadata and setLockedCoins
* Add GUARDED_BY(cs_wallet) for encrypted_batch, nWalletMaxVersion, m_max_keypool_index and nOrderPosNext
* wallet: Add Clang thread safety analysis annotations
* wallet: Add missing locks
* qt: Revert \"Force TLS1.0+ for SSL connections\"
* build: Add --disable-bip70 configure option
* Add missing locks and locking annotations for CAddrMan
* Add tooltips for both datadir and blocksdir
* Stop requiring imported pubkey to sign non-PKH schemes
* tests: Allow closed http server in assert_start_raises_init_error
* Fix macOS files description
* implements different disk sizes for different networks on intro
* [docs] path to descriptors.md fixed
* [tests] Remove rpc_zmq.py
* Clean systray icon menu for -disablewallet mode
* Add \"Blocksdir\" to Debug window
* rpc: creates possibility to preserve labels on importprivkey
* Don\'t access out of bounds array entry array[sizeof(array)]
* appveyor: trivial build cache modifications
* Fix typos
* doc: miss install
* doc: RPC documentation
* travis: set codespell version to avoid breakage
* depends: qt: avoid system harfbuzz and bz2
* doc: Remove \"temporary file\" notice from 0.17.0 release notes
* tests: Make appveyor run with --usecli
* doc: Add historical release notes for 0.17.0
* test: Add missing call to skip_if_no_cli()
* check that a separator is found for psbt inputs, outputs, and global map
* Include some files currently missed by \'make distclean\'.
* utils: Convert Windows args to utf-8 string
* fix converttopsbt permitsigdata arg, add basic test
* doc: Add historical release notes for 0.14.3 and 0.15.2
* depends: fix bitcoin-qt back-compat with older freetype versions at runtime
* Don\'t use systray icon on inappropriate systems
* Document fixed attribute behavior in critical test framework classes.
* Check for specific tx acceptance failures based on script signature
* Strictly enforce instance attrs in critical functional test classes.
* [docs] Add release notes for removing `-usehd`
* doxygen: Fix member comments
* Set C locale for amountWidget
* [gitian] use versioned unsigned tarballs instead of generically named ones
* Make MSVC compiler read the source code using utf-8
* tests: Add test case for std::ios_base::ate
* Move boost/std fstream to fsbridge
* utils: Add fsbridge fstream function wrapper
* qa: Run more tests with wallet disabled
* tests: exclude all tests with difference parameters
* Consolidate redundant implementations of ParseHashStr
* [wallet] remove redundand restart node
* AppVeyor: Move AppVeyor YAML to dot-file-style YAML
* test: allow arguments to be forwarded to flake8 in lint-python.sh
* Move SocketHandler logic to private method.
* Move InactivityCheck logic to private method.
* tests: write the notification to different files to avoid race condition
* Move DisconnectNodes logic to private method.
* Move NotifyNumConnectionsChanged logic to private method.
* [wallet] Ensure wallet is unlocked before signing
* validation: Pass chainparams in AcceptToMemoryPoolWorker(...)
* Fix for incorrect version attr set on functional test segwit block.
* Don\'t edit Chainparams after initialization
* MOVEONLY: Move versionbits info out of versionbits.o
* test: Fix broken segwit test
* [REST] improve performance for JSON calls
* [wallet] Remove deprecated addwitnessaddress RPC method
* [test] Remove deprecated addwitnessaddress from feature_segwit.py
* [test] Remove deprecated addwitnessaddress from wallet_bumpfee.py
* [test] Remove deprecated addwitnessaddress from p2p_compactblocks.py
* [tests] Remove deprecated addwitnessaddress call from wallet_dump.py
* [tests] Remove deprecated addwitnessaddress call from feature_nulldummy
* [test] Fix flake8 warnings in tests
* doc: Add GitHub pr template
* [RPC] Remove warning for removed estimatefee RPC
* Make fs::path::string() always return utf-8 string
* Add test for conversion from non-witness to witness UTXO
* Convert non-witness UTXOs to witness if witness sig created
* [wallet] Remove -usehd
* lcov: filter /usr/lib/ from coverage reports
* Add autogen.sh in ARM Cross-compilation
* init: Remove deprecated args from hidden args
* tests: Use MakeUnique to construct objects owned by unique_ptrs
* doc: Split build linux dependencies
* wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateTransaction(...)
* Drop unused setRange arg to BerkeleyBatch::ReadAtCursor
* doc: Split depends installation instructions per arch
* doc: Add historical release notes for 0.16.3
* uint256: Remove unnecessary crypto/common.h use
* gui: Show watch-only eye instead of HD disabled
* [rpc] Add getnodeaddresses RPC command
* [qa] Test for duplicate inputs within a transaction
* Fix crash bug with duplicate inputs within a transaction
* amount: Move CAmount CENT to unit test header
* appveyor: Run functional tests on appveyor
* Changed functional tests which do not require wallets to run without
* tests: Make it possible to run functional tests on Windows
* travis: Run feature_dbcrash functional tests in cron job
* tests: Reorder tests and move most of extended tests up to normal tests
* use integer division instead of double conversion and multiplication for computing amounts
* doc: Document -checklevel levels
* [qa] Use correct python index slices in example test
* build: Remove libssl from LDADD unless gui
* convert C-style (void) parameter lists to C++ style ()
* Fix reference to lint-locale-dependence.sh
* [build] remove #ifdef ENABLE_WALLET from interfaces/node
* qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comments
* qa: Fix codespell error and have lint-spelling error instead of warn
* Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabled
* configure: Make it possible to build only one of bitcoin-cli or bitcoin-tx
* Pass export privkey DER compression flag correctly
* doc: `-help-debug` implies `-help`
* wallet: Remove trailing separators from -walletdir arg
* wallet: Add walletdir arg unit tests
* logging: Replace LogPrint macros with regular functions
* build: Move interfaces/
* to libbitcoin_server
* [depends, zmq, doc] upgrade zeromq to 4.2.5 and avoid deprecated zeromq api functions
* Pass tx pool reference into CheckSequenceLocks
* Remove redundant BIP174 test from rpc_psbt.json
* Call unicode API on Windows
* Drop minor GetSerializeSize template
* Drop unused GetType() from CSizeComputer
* qa: Run all tests even if wallet is not compiled
* qa: Premine to deterministic address with -disablewallet
* utils: Convert fs error messages from multibyte to utf-8
* [build] remove ENABLE_WALLET ifdef from httprpc.cpp
* qa: Fix silent merge conflict in wallet_importmulti
* don\'t translate command line options
* travis: avoid timeout without saving caches, also enable all qt
* depends: Remove unused Qt 4 dependencies
* doc: release notes for -enablebip61 default change
* rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSON
* rpc: Specify chain tip instead of chain in GetDifficulty
* rpc: Fix SoftForkMajorityDesc and SoftForkDesc signatures
* Scripts and tools: increased timeout downloading
* [build] Move dummy wallet into its own .cpp file.
* tx pool: Use class methods to hide raw map iterator impl details
* Squashed \'src/univalue/\' changes from 51d3ab34ba..7890db99d6
* p2p: Disable BIP 61 by default
* qt: Also log and print messages or questions like bitcoind
* noui: Move handlers to header file
* doc/descriptors.md tweaks
* test: Add test for config file parsing errors
* Remove reference to deprecated RPC call in build instructions
* Docs: Add disable-wallet section to OSX build instructions
* Replace duplcate reference with reference to reference doc
* Adjust TODO link
* Add descriptor reference documentation
* doc: Change documentation for =0 for non-boolean options
* doxygen: Remove misleading checkpoints comment in CMainParams
* lint: Add spell check linter (codespell)
* Fix typos reported by codespell
* Explain GetAncestor check for m_failed_blocks in AcceptBlockHeader
* Increase signal to noise in appveyor build output by reducing the MSVC warning count from 12 to 4 (12 is assuming the changes in #14086 are also implemented).
* appveyor: Use clcache to speed up build
* wallet: Set encrypted_batch to nullptr after delete. Avoid double free in the case of NDEBUG.
* doc: correct GetDifficulty doc after #13288
* gui: Favor macOS show / hide action in dock menu
* lint: Make sure we read the command line inputs using utf-8 decoding in python
* Trivial: update clang thread-safety docs url
* build: avoid getifaddrs when unavailable
* Test rpc_help.py failed: Check whether ZMQ is enabled or not.
* Switch nPrevNodeCount to vNodesSize.
* qa: Read reject reasons from debug log, not p2p messages
* scripted-diff: Small locking rename
* added note that control port must be enabled and how to do that in torrc config file
* utils: Use _wfopen and _wreopen on Windows
* Add EXCLUSIVE_LOCKS_REQUIRED to CWallet::ListCoins
* macOS fix: Check for correct version of flake8 to avoid spurious warnings. The brew installed flake8 version is Python 2 based and does not work.
* macOS fix: Add excludes for checks added in the newer shellcheck version installed by brew
* macOS fix: Work around empty (sub)expression error when using BSD grep
* macOS fix: Avoid mapfile due to ancient version of bash shipped with macOS
* tests: Dry run bench_bitcoin (-evals=1 -scaling=0: <1 second running time) as part \"make check\" to allow for quick identification of assertion/sanitizer failures in benchmarking code
* Remove RUN_BENCH logic
* Only log \"Using PATH_TO_bitcoin.conf\" message on startup if conf file exists.
* tests: Add missing locking annotations and locks
* [wallet] Kill accounts
* util: Report parse errors in configuration file
* Fix potential deadlock
* Add lock annotations (cs_args)
* Add missing locks (cs_args)
* qa: Use named args in some tests
* scripted-diff: Use named arguments in feature_block
* scripted-diff: Pass node into p2p_segwit acceptance tests
* Remove unused fsbridge::freopen
* Don\'t close old debug log file handle prematurely when trying to re-open (on SIGHUP)
* validation: Log FormatStateMessage on ConnectBlock error in ConnectTip
* blockfilter: Omit empty scripts from filter contents.
* Removes the Boost case_conv.hpp dependency.
* Implements custom tolower and toupper functions.
* Implements ParseNetwork unit test.
* tests: Fix accidental trunction from int to bool
* Add regression test: Don\'t assert(...) with side effects
* Don\'t assert(...) with side effects
* index: Fix for indexers skipping genesis block.
* Add README.md to linux release tarballs
* Hide spendable label if priveate key is disabled
* [rpc] Remove deprecated sigrawtransaction rpc method.
* [RPC] Remove warning about wallet addresses in createmultisig()
* [rpc] Remove deprecated validateaddress usage.
* test padding non micro timestamps
* travis: add CXXFLAGS=-Wnopsabi at ARM job
* add unicode compatible file_lock for Windows
* Explicitly initialize prevector _union
* Make objects in range declarations immutable by default. Avoid unnecessary copying of objects in range declarations.
* [doc] Add release notes for \'account\' API removal
* [wallet] Re-sort wallet RPC commands
* [wallet] Remove wallet account RPCs
* fix missing differentiation between UNIT and FUNCTIONAL tests in travis build
* Integration of property based testing into Bitcoin Core
* [tests] Remove wallet accounts test
* contrib: Adjust output to current test format
* Report minfeefilter value in getpeerinfo rpc
* use export LC_ALL=C.UTF-8
* make script exit if a command fails
* move remaining travis build steps into individual files
* number .travis/ script according to build lifecycle and add README to explain
* move lint stage up to resemble travis build ui
* abort script in END_FOLD on non-zero exit code
* move script sections info individual files and comply with shellcheck
* utils: run commands using utf-8 string on Windows
* auto generate MSVC project files
* travis: Run unit tests --with-sanitizers=undefined
* qa: Stop txindex thread before calling destructor
* Use assert when running from multithreaded code as BOOST_CHECK_
* are not thread safe
* Move cs_main locking annotations from .cpp to .h
* Add compile time checking for all cs_main runtime locking assertions
* bench: Benchmark GCS filter creation and matching.
* blockfilter: Optimization on compilers with int128 support.
* blockfilter: Unit test against BIP 158 test vectors.
* blockfilter: Additional helper methods to compute hash and header.
* blockfilter: Serialization methods on BlockFilter.
* blockfilter: Construction of basic block filters.
* blockfilter: Simple test for GCSFilter construction and Match.
* blockfilter: Implement GCSFilter Match methods.
* blockfilter: Implement GCSFilter constructors.
* blockfilter: Declare GCSFilter class for BIP 158 impl.
* streams: Unit tests for BitStreamReader and BitStreamWriter.
* streams: Implement BitStreamReader/Writer classes.
* streams: Unit test for VectorReader class.
* streams: Create VectorReader stream interface for vectors.
* [contrib] Support ARM and RISC-V symbol check
* Docs: Fix help message typo optiona -> optional
* fix walletcreatefundedpsbt deriv paths, add test
* qa: Add some actual witness in rpc_rawtransaction
* qa: Add TestNode::assert_debug_log
* [Tests] Make combine_logs.py handle multi-line logs
* util: Replace boost::signals2 with std::function
* depends: Enable unicode support on dbd for Windows
* depends: allow CC/CXX to be overridden during configure
* Make IS_TRIVIALLY_CONSTRUCTIBLE consistent on GCC < 5
* qa: Remove unused deserialization code in msg_version
* Skip stale tip checking if outbound connections are off or if reindexing.
* Remove default argument to prevector constructor to remove ambiguity
* Add new regtest ports in doc following #10825 ports reattributions
* rpc: Avoid locking cs_main in some wallet RPC
* test: Add tests for RPC help
* p2p: Remove dead code for nVersion=10300
* Bugfix: NSIS: Exclude Makefile
* from docs
* test: Add lint to prevent SIGNAL/SLOT connect style
* qt: Use new Qt5 connect syntax
* test: Check RPC settxfee errors
* Disable wallet and address book Qt tests on macOS minimal platform
* RPCTypeCheck bip32derivs arg in walletcreatefunded
* QA: add basic walletcreatefunded optional arg test
* walletcreatefundedpsbt: remove duplicate replaceable arg
* Preserve a format of RPC command definitions
* http: Add const modifier to HTTPRequest methods
* depends: fix qt determinism
* appveyor: fetch the latest port data
* Add checks for settxfee reasonableness
* Fix typo in feature_blocksdir.py log message
* rpc: Return more specific reject reason for submitblock
* refactor: use fs:: over boost::filesystem::
* [trivial] Fix typo in CDiskBlockPos struct\'s ToString
* Use wildcard path in test_bitcoin.vcxproj
* Add PSBT documentation
* Allow ConstructTransaction to not throw error with 0-input txn
* don\'t report minversion wallet entry as unknown
* Import CInv from correct module
* ci: Add appveyor.yml to build on MSVC
* Make macro compatible with MSVC
* tests: Replace usage of tostring() with tobytes()
* Remove unused dummy_tx variable from FillPSBT
* Serialize non-witness utxo as a non-witness tx but always deserialize as witness
* Fix PSBT deserialization of 0-input transactions
* qa: Add tests for submitheader
* rpc: Expose ProcessNewBlockHeaders
* Make SignPSBTInput operate on a private SignatureData object
* Pass HD path data through SignatureData
* Implement key origin lookup in CWallet
* [MOVEONLY] Move ParseHDKeypath to utilstrencodings
* Generalize PublicOnlySigningProvider into HidingSigningProvider
* Make SigningProvider expose key origin information
* Introduce KeyOriginInfo for fingerprint + path
* More tests of signer checks
* Test that a non-witness script as witness utxo is not signed
* Additional sanity checks in SignPSBTInput
* Only wipe wrong UTXO type data if overwritten by wallet
* gitian: bump descriptors for (0.)18
* build: bump version to 0.17.99
* fix deprecation in bitcoin-util-test.py
* Removes unsed `CBloomFilter` constructor.
* p2p: Clarify control flow in ProcessMessage()
* Cleanup StartRest()
* Speed up knapsack_solver_test by not recreating wallet 100 times.
* Visual Studio build configuration for Bitcoin Core
* No longer shutdown after encrypting the wallet
* After encrypting the wallet, reload the database environment
* Add function to close all Db\'s and reload the databae environment
* Move BerkeleyEnvironment deletion from internal method to callsite
* Fix incorrect Doxygen comments
* Add risc-v 64-bit to gitian
* [depends] Add riscv qt depends support for cross compiling bitcoin-qt
* Log progress while verifying blocks at level 4.
* Consistently use ParseHashV to validate hash inputs in rpc
* ui: Compile boost:signals2 only once
* Remove redundant extern
* Enable -Wredundant-decls (gcc) if available
* Remove redundant redeclaration of rescanblockchain(...) in same scope
* [RPC] Remove getinfo deprecation warning
* gui: get special folder in unicode
* Drop boost::scoped_array
* Use LOCK macros for non-recursive locks
* Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
* MOVEONLY Move AnnotatedMixin declaration
* Add unit test for DEBUG_LOCKORDER code
* test: Add testing of value_ret for SelectCoinsBnB
* Remove unused variable
* Remove redundant assignments (dead stores)
* [qt] TransactionView: highlight replacement tx after fee bump
* contrib: Support github pull request gitian-build
* scripted-diff: Remove unused first argument to addUnchecked
* tx pool: Use the entry\'s hash instead of the one passed to addUnchecked
* Mark CTxMemPoolEntry members that should not be modified const
* Add CMerkleTx::IsImmatureCoinBase method
* Mark single-argument constructors \"explicit\"
* [gui] Make proxy icon from statusbar clickable
* Return the script type from Solver
* Tests: add usage note to check-rpc-mappings.py
* Explain when reindex-chainstate can be used instead of reindex
* Don\'t assert(foo()) where foo has side effects
* Report progress in ReplayBlocks while rolling forward
* Update functional RBF test to check replaceable flag
* Add \"bip125-replaceable\" flag to mempool RPCs
* Add AssertLockHeld assertions in CWallet::ListCoins
* Let wallet importmulti RPC accept labels for standard scriptPubKeys
* Sat Dec 22 2018 marecAATTdetebe.org- Update to version 0.17.1:
* doc: Fill in authors and changelog for 0.17.1 release notes
* Stop requiring imported pubkey to sign non-PKH schemes
* qa: Ensure wallet unload during walletpassphrase timeout
* build: bump version to 0.17.1
* rpc: Fix wallet unload during walletpassphrase timeout
* fix converttopsbt permitsigdata arg, add basic test
* Add test for conversion from non-witness to witness UTXO
* Sat Oct 27 2018 marecAATTdetebe.org- Update to version 0.17.0.1:
* travis: Pin flake8 version to 3.5.0
* build: Bump version for 0.17.0.1
* doc: Update release notes for 0.17.0.1
* [macOS] Remove DS_Store WindowBounds bytes object
* [doc] getblocktemplate: use SegWit in example
* doc: Clean out release notes after release 0.17.0
* doc: Update release-notes.md from upstream devwiki
* depends: fix bitcoin-qt back-compat with older freetype versions at runtime
* Mon Oct 01 2018 marecAATTdetebe.org- Update to version 0.17.0:
* travis: Pin flake8 version to 3.5.0
* build: Bump version for 0.17.0.1
* doc: Update release notes for 0.17.0.1
* [macOS] Remove DS_Store WindowBounds bytes object
* [doc] getblocktemplate: use SegWit in example
* doc: Clean out release notes after release 0.17.0
* doc: Update release-notes.md from upstream devwiki
* depends: fix bitcoin-qt back-compat with older freetype versions at runtime
* Tue Sep 18 2018 marecAATTdetebe.org- Update to version 0.16.3:
* doc: Update manpages for 0.16.3
* doc: 0.16.3 release notes
* build: Bump version to 0.16.3
* [qa] backport: Test for duplicate inputs within a transaction
* Fix crash bug with duplicate inputs within a transaction
* -prune option -help output aligned with code
* doc: Clean out release notes after 0.16.2
* [tests] Check signrawtransaction
* errors on missing prevtx info
* Error on missing amount in signrawtransaction
*
* 0.16.2: Bump manpages
* doc: Fill in changelog and credits in release notes
* build: Bump version to 0.16.2
* doc: Clean out release notes for 0.16.2
* Fix that CWallet::AbandonTransaction would only traverse one level
* qa: Initialize lockstack to prevent null pointer deref
* gui: Show messages as text not html
* [qt] send: Clear All also resets coin control options
* Fix csBestBlock/cvBlockChange waiting in rpc/mining
* Consensus: Fix bug when compiler do not support __builtin_clz
*
* [qa] Add a test for merkle proof malleation
* have verifytxoutproof check the number of txns in proof structure
* wallet: Erase wtxOrderd wtx pointer on removeprunedfunds
* Remove boost dependency (boost/assign/std/vector.hpp)
* Fix incorrect tests
* Make tests pass after 2020
* [rpcwallet] Clamp walletpassphrase value at 100M seconds
* rpc: fix type mistmatch in listreceivedbyaddress
* [trivial] Add newlines to end of log messages.
* qt: Avoid resetting on resetguisettigs=0
* qa: Fix wallet_listreceivedby race
* [tests] Fixed intermittent failure in p2p_sendheaders.py.
* Remove useless mapRequest tracking that just effects Qt display.
* depends: Update Qt download url
* Fix parameter count check for importpubkey.
* expose CBlockIndex::nTx in getblock(header)
* doc: Last-minute edits to 0.16.1 release notes
* Add Windows shutdown handler
* Bugfix: Include for std::unique_ptr
* qt: Periodic translations update
* doc: Add commits and authors to release notes for rc1
* doc: Bump to Ubuntu Bionic 18.04 in build-windows.md
* build: Bump version to 0.16.1
* qt: Pre-rc1 transifex pull
* qt: Update translations pre-rc1
* GUI: Allow generating Bech32 addresses with a legacy-address default
* GUI: Rephrase Bech32 checkbox text/tooltip
* qa: Pad scriptPubKeys to get minimum sized txs
* Policy to reject extremely small transactions
* Add transaction tests for constant scriptCode
* Add constant scriptCode policy in non-segwit scripts
* Add unit tests for signals generated by ProcessNewBlock()
* Fix concurrency-related bugs in ActivateBestChain
* Do not unlock cs_main in ABC unless we\'ve actually made progress.
* Bugfix: ensure consistency of m_failed_blocks after reconsiderblock
* wallet: Exit SyncMetaData if there are no transactions to sync
* Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip
* [wallet] [tests] Test disallowed multiwallet params
* [wallet] Fix zapwallettxes/multiwallet interaction.
* RPC Docs: gettxout
*: clarify bestblock and unspent counts
* [qa] Handle disconnect_node race
* List support for BIP173 in bips.md
* Remove blockmaxsize option from init.cpp
* Default to defining endian-conversion DECLs in compat w/o config
* qt:Show the entire Window when double clicking on taskbar
* depends: Fix Qt build with XCode 9.3
* Avoid launching as admin when NSIS installer ends.
* [config] Remove blockmaxsize option
* Fix illegal default `addProxy` and `addrSeparateProxyTor` settings.
* Limit the number of IPs we use from each DNS seeder
* qa: Fix python TypeError in script.py
* [qa] Delete cookie file before starting node
* qa: Cache only chain and wallet for regtest datadir
* [qa] Ensure bitcoind processes are cleaned up when tests end
* [tests] Test starting bitcoind with -h and -version
* [tests] Fix intermittent rpc_net.py failure.
* test: Use wait_until in tests where time was used for polling
* test: Use wait_until to ensure ping goes out
* [test] Round target fee to 8 decimals in assert_fee_amount
* devtools: Exclude patches from lint-whitespace GitHub-Pull: #12442 Rebased-From: fafbf7f
* [Depends] Fix Qt build with Xcode 9.2
* test: Update trust git root
* fix version typo
* depends: Switch expat download to GitHub
* qt: Remove faulty and unnecessary en_US translation
* test: Add missing signal.h header
* doc: Clear out release notes post-0.16.0
* [depends] Allow depends system to support armv7l
* doc: Remove note about temporary file from release notes
* Squashed \'src/leveldb/\' changes from c521b3ac65..64052c76c5
* doc: Update release notes from wiki for rc3
* qt: Pre-rc4 translations update
* Make signrawtransaction accept P2SH-P2WSH redeemscripts
* fix possible shutdown assertion with -reindex-shutdown
* test: Add unit test for LockDirectory
* util: Fix multiple use of LockDirectory
* travis: Don\'t fetch --unshallow when no longer shallow-cloning
* travis: Full clone for git subtree check
* Interrupt loading thread after shutdown request
* Fix rescan test failure due to unset g_address_type, g_change_type
* Fix ignoring tx data requests when fPauseSend is set on a peer
* Reset pblocktree before deleting LevelDB file
* doc: Update release notes from wiki (for rc3 PRs)
* qt: Pre-rc3 translations update
* Bech32 addresses in dumpwallet
* Add braces to meet code style on line-after-the-one-changed.
* Hold mempool.cs for the duration of ATMP.
* http: Remove numThreads and ThreadCounter
* http: Remove WaitExit from WorkQueue
* http: Join worker threads before deleting work queue
* qt: Clarify some comments
* qt: Make sure splash screen is freed on AppInitMain fail
* qt: Poll ShutdownTimer after init is done
* Fix fast-shutdown crash if genesis block was not loaded
* Fix fast-shutdown hang on ThreadImport+GenesisWait
* 0.16: Check in current release notes draft
* qt: Pre-rc2 translations update
* net: don\'t retry failed oneshot connections forever
* [gui] Defer coin control instancing
* net: initialize socket to avoid closing random fd\'s
* test: Make ua_comment test pass on 0.16.0
* doc: Update manpages to 0.16.0
* build: bump version to 0.16.0
* qt: Periodic translations update
* [build] Add NETBSD leveldb target to configure.ac
* [doc] Create build-netbsd.md
* Add special error for genesis coinbase to gettransaction
* [build] Add db4_cxx to bitcoin_find_bdb48.m4
* [wallet] Remove duplicate mapWallet lookups
* Move scheduler/threadGroup into common-init instead of per-app
* Fri Jul 27 2018 marecAATTdetebe.org- Update to version 0.16.2:
* 0.16.2: Bump manpages
* doc: Fill in changelog and credits in release notes
* build: Bump version to 0.16.2
* doc: Clean out release notes for 0.16.2
* Fix that CWallet::AbandonTransaction would only traverse one level
* qa: Initialize lockstack to prevent null pointer deref
* gui: Show messages as text not html
* [qt] send: Clear All also resets coin control options
* Fix csBestBlock/cvBlockChange waiting in rpc/mining
* Consensus: Fix bug when compiler do not support __builtin_clz
*
* Wed Jun 13 2018 marecAATTdetebe.org- Update to version 0.16.1:
* doc: Last-minute edits to 0.16.1 release notes
* qt: Periodic translations update
* doc: Add commits and authors to release notes for rc1
* doc: Bump to Ubuntu Bionic 18.04 in build-windows.md
* build: Bump version to 0.16.1
* qt: Pre-rc1 transifex pull
* qt: Update translations pre-rc1
* GUI: Allow generating Bech32 addresses with a legacy-address default
* GUI: Rephrase Bech32 checkbox text/tooltip
* Mon Feb 26 2018 marecAATTdetebe.org- Update to version 0.16.0:
* doc: Remove note about temporary file from release notes
* doc: Update release notes from wiki for rc3
* qt: Pre-rc4 translations update
* Make signrawtransaction accept P2SH-P2WSH redeemscripts
* fix possible shutdown assertion with -reindex-shutdown
* test: Add unit test for LockDirectory
* util: Fix multiple use of LockDirectory
* travis: Don\'t fetch --unshallow when no longer shallow-cloning
* travis: Full clone for git subtree check
* Interrupt loading thread after shutdown request