Changelog for
libbitcoinconsensus0-0.21.2rc2-1.12.i586.rpm :
* Sat Aug 28 2021 marecAATTdetebe.org- Update to version 0.21.2rc2:
* build: bump version to 0.21.2rc2
* doc: update release notes for rc2
* Fix build with Boost 1.77.0
* ci: Run fuzzer task for the master branch only
* qt: Pre-0.21.2rc2 translations update
* doc: add inital PR and author list to 0.21.2 release notes
* Thu Aug 12 2021 marecAATTdetebe.org- Update to version 0.21.2rc1:
* qt: Translations update for 0.21.2rc1
* doc: Update manual pages for 0.21.2
* build: Bump version to 0.21.2rc1
* Avoid Appveyor compilation failure
* Add logging and addr rate limiting statistics
* Functional tests for addr rate limiting
* Randomize the order of addr processing
* Rate limit the processing of incoming addr messages
* test: Fix intermittent feature_taproot issue
* ci: Build with --enable-werror by default, and document exceptions
* ci: Fix macOS brew install command
* rpc: reset scantxoutset progress on finish
* qt: Draw \"eye\" sign at the beginning of watch-only addresses
* qt: Do not extend recent transaction width to address/label string
* qt: Do not use QClipboard::Selection on Windows and macOS.
* util: Properly handle -noincludeconf on command line
* Cleanup -includeconf error message
* Fix crash when parsing command line with -noincludeconf=0
* fuzz: add missing ECCVerifyHandle to base_encode_decode
* wallet: Do not iterate a directory if having an error while accessing it
* Use latest signapple commit
* gitian: Remove codesign_allocate and pagestuff from MacOS build
* gitian: use signapple to create the MacOS code signature
* gitian: use signapple to apply the MacOS code signature
* gitian: install signapple in gitian-osx-signer.yml
* Update Windows code signing certificate
* Remove user input from URI error message
* p2p, bugfix: use NetPermissions::HasFlag() in CConnman::Bind()
* depends: update Qt 5.9 source url
* doc: Archive and clean out release notes post-0.21.1
* build,boost: update download url.
* Fri Apr 30 2021 marecAATTdetebe.org- Update to version 0.21.1:
* build: Bump RC to 0 (-final)
* doc: Merge release notes fragment, merge taproot description from wiki
* doc: Add PR and author list to release notes for 0.21.1
* doc: Regenerate manual pages for 0.21.1rc1
* build: Bump version to 0.21.1rc1
* gui: Pre-rc1 translations update
* fuzz: cleanups for versionbits fuzzer
* test: make sure non-IP peers get discouraged and disconnected
* test: also check disconnect in denialofservice_tests/peer_discouragement
* test: use pointers in denialofservice_tests/peer_discouragement
* Add mainnet and testnet taproot activation params
* chainparams: drop versionbits threshold to 90% for mainnnet and signet
* versionbits: simplify state transitions
* versionbits: Add explicit NEVER_ACTIVE deployments
* fuzz: test versionbits delayed activation
* tests: test versionbits delayed activation
* versionbits: Add support for delayed activation
* tests: clean up versionbits test
* tests: test ComputeBlockVersion for all deployments
* tests: pull ComputeBlockVersion test into its own function
* Test that signrawtx works when a signed CSV and CLTV inputs are present
* Introduce DeferringSignatureChecker and inherit with SignatureExtractor
* net: add ifaddrs.h include
* build: check if -lsocket is required with
*ifaddrs
* rand: only try and use freeifaddrs if available
* Rename CoinSelectionParams::effective_fee to m_effective_feerate
* Backport invalid address tests
* naming nits
* Add signet support to gen_key_io_test_vectors.py
* Use Bech32m encoding for v1+ segwit addresses
* Add Bech32m test vectors
* Implement Bech32m encoding/decoding
* wallet: Move discard feerate fetching to CreateTransaction
* wallet: Move long term feerate setting to CreateTransaction
* wallet: Replace nFeeRateNeeded with effective_fee
* wallet: Use existing feerate instead of getting a new one
* doc: Remove outdated comment
* fuzz: Bump FuzzedDataProvider.h
* fuzz: Bump FuzzedDataProvider.h
* fuzz: Update FuzzedDataProvider.h from upstream (LLVM)
* doc: add signet to doc/bitcoin-conf.md
* doc: add signet to share/examples/bitcoin.conf
* Update vcpkg checkout commit.
* tests: Add fuzzing harness for versionbits
* GUI: Write PSBTs to file with binary mode
* tests: Test that a fully signed tx given to signrawtx is unchanged
* tests: check never active versionbits
* tests: more helpful errors for failing versionbits tests
* test: disallow sendtoaddress/sendmany when private keys disabled
* Disallow sendtoaddress and sendmany when private keys disabled
* util: Disallow negative mocktime
* net: Avoid UBSan warning in ProcessMessage(...)
* fix the unreachable code at feature_taproot
* qt: Use \"fusion\" style on macOS Big Sur with old Qt
* raise helpMessageDialog
* Fix MSVC build after gui#176
* qt: Stop the effect of hidden widgets on the size of QStackedWidget
* qt: Fix TxViewDelegate layout
* qt: Add TransactionOverviewWidget class
* qt: Use layout manager for Create Wallet dialog
* doc: Archive release notes, Add template for minor release
* Bugfix: GUI: Restore SendConfirmationDialog button default to \"Yes\"
* test: add test for banning of non-IP addresses
* net: allow CSubNet of non-IP networks
* Thu Jan 14 2021 marecAATTdetebe.org- Update to version 0.21.0:
* build: Bump RC to 0 (-final)
* doc: Move 0.21.0 release notes from wiki
* qt: Pre-rc5 translations update
* build: Bump RC to rc5
* Revert \"Add patch to make codesign_allocate compatible with Apple\'s\"
* doc: Generate manual pages for 0.21.0rc4
* build: Bump RC to rc4
* qt: Pre-rc4 translations update
* [doc] Add permissions to the getpeerinfo help.
* rpc: Add missing description of vout in getrawtransaction help text
* qt: Align layout of checkboxes
* Add patch to make codesign_allocate compatible with Apple\'s
* doc: update -externalip documentation in tor.md
* doc: add tor.md section on how to get tor info via bitcoind
* doc: update tor.md address examples from onion v2 to v3
* doc: warn that incoming conns are unlikely when not using default ports
* doc: Add warnings for http interfaces limitations
* Removed redundant git pull from appveyor config.
* Adjusted msvc compiler and linker settings to remove optimisations that are causing sporadic ABI issues on Visual Studio updates.
* This change to the appveyor CI config for msvc builds reverses a change introduced in #19960. It re-applies a setting to inform vcpkg to only build release vesions of the dependencies rather than the default of debug and release.
* Move signet onion seed from v2 to v3
* build: Bump RC to rc3
* gui: pre-rc3 translations update
* doc: Update wallet database installation guide for macOS
* build: Use Homebrew\'s sqlite package if it is available
* build, refactor: Check that Homebrew\'s qt5 package is actually installed
* build: Check that Homebrew\'s berkeley-db4 package is actually installed
* Don\'t set BDB flags when configuring without
* Add regression test for incorrect decoding
* Improve heuristic hex transaction decoding
* test: add coverage for passing fee rate as a string
* wallet, bugfix: allow send to take string fee rate values
* Send and require SENDADDRV2 before VERACK
* Don\'t send \'sendaddrv2\' to pre-70016 software
* Use the correct incremental fee constant in bumpfee help
* Update feeRate (BTC/kvB) to fee_rate (sat/vB) in wallet_bumpfee
* Allow zero-fee fundrawtxn and walletcreatefundedpsbt calls
* build: Avoid secp256k1.h include from system
* qt: Pre-rc2 translations update
* build: Bump RC to rc2
* Fix QPainter non-determinism on macOS
* RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and wallet_name parameter specify a wallet
* test: Fix intermittent issue in mempool_compatibility
* tests: shrink feature_taproot transfer of funds tx
* wallet: fix and improve upgradewallet error responses
* wallet: fix and improve upgradewallet result responses
* wallet: Do not treat default constructed types as None-type
* build: Set msvc builds\'s CLIENT_VERSION_IS_RELEASE
* Don\'t upgrade to HD split if it is already supported
* wallet: refactor GetClosestWalletFeature()
* doc: Generate manual pages for 0.21.0rc1
* build: Bump version for 0.21.0rc1
* refactor: Change pointer to reference because it can not be null
* [upgradewallet] removed unused warning param
* Break circuit earlier
* qt: Pre-splitoff translations update
* ci: Use the previous build worker image in AppVeyor
* CI/Cirrus: Skip merge_base step for non-PRs
* gui: create wallet: add advanced section
* gui: create wallet: name placeholder
* Add missing optional.h include
* Silence false positive GCC warning
* tests: Remove no longer needed UBSan suppression (float-divide-by-zero in validation.cpp)
* fix potential devision by 0
* fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/test/fuzz/net
* tests: Add fuzzing harness for CAddrMan
* wallet: override minfee checks (fOverrideFeeRate) for fee_rate
* wallet: update sendtoaddress, send RPC examples with fee_rate
* wallet: use MIN_RELAY_TX_FEE in bumpfee help
* wallet: provide valid values if invalid estimate mode passed
* wallet: update remaining rpcwallet fee rate units to BTC/kvB
* wallet: update fee rate units, use sat/vB for fee_rate error messages
* Remove references to CreateWalletFromFile
* fuzz: Improve coverage for CPartialMerkleTree fuzzing harness
* addrman: ensure old versions don\'t parse peers.dat
* wallet: remove fee rates from conf_target helps
* wallet: add fee_rate unit warnings to bumpfee
* wallet: remove redundant bumpfee fee_rate checks
* wallet: introduce fee_rate (sat/vB) param/option
* wallet: remove unneeded WALLET_BTC_KB_TO_SAT_B constant
* wallet: add CFeeRate ctor doxygen documentation
* wallet: fix bug in RPC send options
* Avoid signed integer overflow when loading a mempool.dat file with a malformed time field
* wallet: fix scanning progress calculation for single block range
* test: Suppress epoll_ctl data race
* ci: Remove redundant valgrind fuzz task
* fuzz: Assert roundtrip equality for both addrv1 and addrv2 versions of CService
* fuzz: Check for addrv1 compatibility before using addrv1 serializer/deserializer on CSubNet
* swapped \"is\" for \"==\" in literal comparison
* ci: Run windows ci config on cirrus
* ci: Run macos ci config on cirrus
* ci: Run arm ci config on cirrus
* ci: Replace TRAVIS_OS_NAME with CI_OS_NAME
* ci: Move documentation to correct config file
* test: Mock IBD in net_processing fuzzers
* cirrus: Skip tasks on the gui repo main branch
* QA: wallet_multiwallet: Check that recursive symlink directory and wallet.dat loops are ignored
* Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checks
* fix ecdsa verify in test framework
* wallet: Set DatabaseStatus::SUCCESS in MakeSQLiteDatabase
* test: Fix intermittent issue in wallet_listsinceblock
* scripted-diff: [build] Ensure source tarball has leading directory name
* test: Fix wallet_multiwallet test issue on Windows
* ci: Set LC_ALL=C to allow running the s390x tests in qemu
* travis: Remove s390x build
* Set bilingual error completely
* fuzz: Assert expected DecodeHexTx behaviour when using legacy decoding
* wallet: Remove -upgradewallet from dummywallet
* test: Remove unused wallet.dat
* tests: Test specific upgradewallet scenarios and that upgrades work
* test: Add test_framework/bdb.py module for inspecting bdb files
* tests: Add a sha256sum_file function to util
* wallet: upgrade the CHDChain version number when upgrading to split hd
* wallet: remove nWalletMaxVersion
* wallet: have ScriptPubKeyMan::Upgrade check against the new version
* fuzz: Add missing ECC_Start to descriptor_parse test
* Make it easier to reason about node eviction by removing unused NodeEvictionCandidate::addr (CAddress)
* test: Fix intermittent rpc_net issue
* macOS deploy: use the new plistlib API
* ci: Run ci configs on cirrus
* ci: Bump timeout factor
* Small improvements to the Taproot functional tests
* test: Fix intermittent feature_taproot issue
* test: Fix deser issue in create_block
* test: Remove unused unnamed parameter from block.serialize call
* Ignoring (but warn) on duplicate -wallet parameters
* fuzz: Fix DecodeHexTx fuzzing harness issue
* fuzz: Check for addrv1 compatibility before using addrv1 serializer on CService
* test: Only try witness deserialize when checking for witness deserialize failure
* [wallet] Return object from upgradewallet RPC
* Update assumed chain params
* tests: Make only desc wallets for wallet_multwallet.py --descriptors
* Avoid creating legacy wallets in wallet_importdescriptors.py
* Update feature_backwards_compatibility for descriptor wallets
* Update wallet_labels.py to not require descriptors=False
* tests: Add a --legacy-wallet that is mutually exclusive with --descriptors
* Disable some tests for tool_wallet when descriptors
* Make raw multisig tests legacy wallet only in rpc_rawtransaction.py
* Do addmultisigaddress tests in legacy wallet mode in wallet_address_types.py
* Use importdescriptors when in descriptor wallet mode in wallet_createwallet.py
* Avoid dumpprivkey and watchonly behavior in rpc_signrawtransaction.py
* Add script equivalent of functions in address.py
* Add descriptor wallet output to tool_wallet.py
* Use separate watchonly wallet for multisig in feature_nulldummy.py
* Move import and watchonly tests to be legacy wallet only in wallet_balance.py
* Use importdescriptors for descriptor wallets in wallet_bumpfee.py
* Avoid dumpprivkey in wallet_listsinceblock.py
* Make import tests in wallet_listtransactions.py legacy wallet only
* Use a separate watchonly wallet in rpc_fundrawtransaction.py
* Update wallet_importprunedfunds to avoid dumpprivkey
* doc: fix getchaintxstats fields in release-process.md
* docs: Correct getblockstats documentation for (sw)total_weight
* refactor: qt: Use vQueueNotifications.clear()
* style: minor improvements as a followup to #19845
* Increase feature_taproot inactive test coverage
* Only relay Taproot spends if next block has it active
* doc: Document that wallet salvage is experimental
* [gui] create wallet: smarter checkbox toggling
* Fix change detection of imported internal descriptors
* Ensure a legacy wallet for BDB format check
* Skip --descriptor tests if sqlite is not compiled
* rpc: update conf_target helps for correctness/consistency
* wallet, rpc: fix send subtract_fee_from_outputs help
* wallet: add rpc send explicit fee rate coverage
* wallet: add sendtoaddress/sendmany explicit fee rate coverage
* wallet: add walletcreatefundedpsbt explicit fee rate coverage
* test: refactor for walletcreatefundedpsbt fee rate coverage
* wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()
* [tests] Remove getnettotals/getpeerinfo consistency test
* Squashed \'src/secp256k1/\' changes from c6b6b8f1bb..3967d96bf1
* [test] Clarify setup of node topology.
* qt: Make transaction notification queue wallet specific
* move-only: Define TransactionNotification before TransactionTablePriv
* [move-only, test]: Match test order with run order
* wallet: combine redundant bumpfee invalid params and args tests
* wallet: improve bumpfee error/help, add explicit fee rate coverage
* doc: Update data directory path comments
* util: Add StripRedundantLastElementsOfPath function
* qt: Pre-splitoff translations update
* Avoid test-before-evict evictions of current peers
* Refactor test for existing peer connection into own function
* Call CAddrMan::Good() on block-relay-only peer addresses
* Avoid calling CAddrMan::Connected() on block-relay-only peer addresses
* build: fix mutex detection when building bdb on macOS
* [net processing] Don\'t add AlreadyHave txs to recentRejects
* fuzz: Check for addrv1 compatibility before using addrv1 serializer
* test: Add test for -blockversion
* test: Replace ARRAYLEN with C++11 ranged for loop
* test: Run AssetTest even if built --with-libs=no
* ci: Add --with-libs=no to one ci config
* doc: Missing comments for signet parameters
* fuzz: Properly initialize PrecomputedTransactionData
* qt: Add WalletFrame::sizeHint
* cli -netinfo: print oversized/extreme ping times as \"-\"
* cli -netinfo: handle longer tor v3 local addresses
* cli -netinfo: make age column variable-width
* cli -netinfo: various quick updates and fixes
* net: Hardcoded seeds update for 0.21
* contrib: Add new versions to makeseeds.py and update gitignore
* wallet: fix SetFeeEstimateMode() error message
* wallet, bugfix: fix bumpfee with explicit fee rate modes
* wallet: Fix bug when just created encrypted wallet cannot get address
* wallet: fix buffer over-read in SQLite file magic check
* test: Fix rpc_net intermittent issue
* Convert amounts from float to decimal
* wallet: Make -wallet setting not create wallets
* net: fix output of peer address in version message
* Show name, format and if uses descriptors in bitcoin-wallet tool
* RPC: createwallet: Nicer error message if descriptor wallet requested and sqlite support not compiled in
* GUI: Create Wallet: Nicely disable descriptor wallet checkbox if sqlite support not compiled in
* Make sqlite support optional (compile-time)
* Bugfix: chainparams: Add missing (disabled) Taproot deployment for Signet
* test: Move (dis)?connect_nodes globals into TestFramework as helpers
* scripted-diff: test: Replace uses of (dis)?connect_nodes global
* test: Replace use of (dis)?connect_nodes globals
* tests: Add fuzzing harness for CConnman
* doc: Merge release notes
* test: Fix typo (one tx is enough) in p2p_feefilter
* wallet: Add GetClosestWalletFeature function
* wallet: Add utility method for CanSupportFeature
* test: Fix -Wunused-function warning if configured --without-libs
* test: Fix intermittent issue in wallet_send
* test: Fix intermittent issue in wallet_import_rescan
* test: Fix intermittent issue in p2p_feefilter
* p2p: declare Announcement::m_state as uint8_t, add getter/setter
* test: add logging for mining_getblocktemplate_longpoll.py
* test: remove unused helpers random_transaction(), make_change() and gather_inputs()
* contrib: Fix gen_key_io_test_vectors.py imports
* test: Default blockversion to 4 in feature_block
* test: use MiniWallet for mining_getblocktemplate_longpoll.py
* test: Remove unused -blockversion from tests
* script: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contract
* Initialize default-initialized uint256 consensus params to zero explicitly
* Address functional test nits
* docs: mention BIPs 340-342 in doc/bips.md
* test: add getnetworkinfo network name regression tests
* rpc: update GetNetworksInfo() to not return unsupported networks
* net: update GetNetworkName() with all enum Network cases
* test: add coverage for getwalletinfo format field
* wallet: fix importdescriptor silent fail
* doc: Move assumed-values doxygen comments to header
* signet: Fix uninitialized read in validation
* doc: Update wallet files in files.md
* rpc, wallet: Expose database format in getwalletinfo
* Squashed \'src/secp256k1/\' changes from 8ab24e8dad..c6b6b8f1bb
* Update wallet_multiwallet.py for descriptor and sqlite wallets
* Run dumpwallet for legacy wallets only in wallet_backup.py
* Include sqlite3 in documentation
* wallet: Enforce sqlite serialized threading mode
* Set and check the sqlite user version
* Use network magic as sqlite wallet application ID
* Use SQLite for descriptor wallets
* walletutil: Wallets can also be sqlite
* Determine wallet file type based on file magic
* Implement SQLiteDatabase::MakeBatch
* Implement SQLiteDatabase::Verify
* Implement SQLiteDatabase::Rewrite
* Implement SQLiteDatabase::TxnBegin, TxnCommit, and TxnAbort
* Implement SQLiteDatabase::Backup
* Implement SQLiteBatch::StartCursor, ReadAtCursor, and CloseCursor
* Implement SQLiteBatch::ReadKey, WriteKey, EraseKey, and HasKey
* Add SetupSQLStatements
* Implement SQLiteBatch::Close
* Implement SQLiteDatabase::Close
* Implement SQLiteDatabase::Open
* Initialize and Shutdown sqlite3 globals
* Constructors, destructors, and relevant private fields for SQLiteDatabase/Batch
* Implement SQLiteDatabaseVersion
* Add SQLiteDatabase and SQLiteBatch dummy classes
* Add sqlite to travis and depends
* Add libsqlite3
* refactor: enable -netinfo to add future networks (i2p, cjdns)
* RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msg
* RPC: getpeerinfo: Deprecate \"whitelisted\" field (replaced by \"permissions\")
* scripted-diff: rename vRecvGetData
* Guard vRecvGetData (now in net processing) with its own mutex
* Move vRecvGetData to net processing
* Lock before checking if orphan_work_set is empty; indicate it is guarded
* Move m_orphan_work_set to net_processing
* refactor: promote some -netinfo localvars to class members
* cli: simplify -netinfo using getpeerinfo network field
* rpc, test: expose CNodeStats network in RPC getpeerinfo
* net: add peer network to CNodeStats
* net: Send post-verack handshake messages at most once
* [Rename only] Rename orphan_work_set to m_orphan_work_set.
* test: Speed up wallet_resendwallettransactions test with mockscheduler RPC
* rpc: Adjust witness-tx deserialize error message
* wallet: remove db mode string
* Avoid the use of abs64 in timedata
* tests: dumping and minimizing of script assets data
* tests: add generic qa-asset-based script verification unit test
* tests: functional tests for Schnorr/Taproot/Tapscript
* tests: add BIP340 Schnorr signature support to test framework
* Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
* Make Taproot spends standard + policy limits
* Implement Tapscript script validation rules (BIP 342)
* Use ScriptExecutionData to pass through annex hash
* Implement Taproot validation (BIP 341)
* Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)
* Implement Taproot signature hashing (BIP 341)
* Ignore incorrectly-serialized banlist.dat entries
* Restore compatibility with old CSubNet serialization
* Report and verify expirations
* Delete limitedmap as it is unused now
* Make txid delay penalty also apply to fetches of orphan\'s parents
* Expedite removal of tx requests that are no longer needed
* Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers
* Change transaction request logic to use txrequest
* Add txrequest fuzz tests
* Add txrequest unit tests
* Add txrequest module
* build: optionally skip external warnings
* test: Remove unused nVersion=1 in p2p tests
* Add TaggedHash function (BIP 340)
* refactor: keep spent outputs in PrecomputedTransactionData
* tests: don\'t export in6addr_loopback
* test: add p2p_lock acquires in p2p_leak_tx.py
* test: use MiniWallet for p2p_leak_tx.py
* Only relay IPv4, IPv6, Tor addresses
* Mention BIP155 in doc/bips.md
* [trivial] Extract connection type doc into file where it is used.
* [doc] Improve help for getpeerinfo connection_type field.
* gui: Fix SplashScreen crash when run with -disablewallet
* [doc] release notes for max fee checking
* tor: make a TORv3 hidden service instead of TORv2
* net: advertise support for ADDRv2 via new message
* net: CAddress & CAddrMan: (un)serialize as ADDRv2
* doc: Add anchors.dat to files.md
* p2p: Try to connect to anchors once
* p2p: Fix off-by-one error in fetching address loop
* p2p: Integrate DumpAnchors() and ReadAnchors() into CConnman
* p2p: Add CConnman::GetCurrentBlockRelayOnlyConns()
* p2p: Add ReadAnchors()
* p2p: Add DumpAnchors()
* Support bypassing range check in ReadCompactSize
* style and nits for fee-checking in BroadcastTransaction
* doc: Add release notes for #20101
* cirrus: Use kvm to avoid spurious CI failures in the default virtualization cluster
* [net] Remove CombinerAll
* Avoid \'timing mishap\' warnings when mocking
* Use mockable time everywhere in net_processing
* rpc: change no wallet loaded message to be clearer
* random: fixes read buffer resizing in RandAddSeedPerfmon
* refactor: rename scriptPubKey in VerifyWitnessProgram to exec_script
* scripted-diff: put ECDSA in name of signature functions
* Bump vcpkg commit ID to get new msys mirror list
* util: Do not use gArgs global in ArgsManager member functions
* doc: Update and improve files.md
* [validation] Remove absurdfee from accepttomempool
* scripted-diff: update max-fee-exceeded error message to include RPC
* [rpc/node] check for high fee before ATMP in clients
* fuzz: Configure check for main function
* lint: Use TRAVIS_BRANCH in lint-git-commit-check.sh
* lint: Don\'t use TRAVIS_COMMIT_RANGE in whitespace linter
* lint: Don\'t use TRAVIS_COMMIT_RANGE for commit-script-check
* ci: Build Arm64 on Travis without functional tests
* test: Add tests for CNode::ConnectedThroughNetwork
* net: Add CNode::ConnectedThroughNetwork member function
* test: Mention commit id in scripted diff error
* net: Add CNode::m_inbound_onion data member
* RPC: remove duplicate line in getblock help
* test: Assert exclusive PSBT funding options
* net: rename CNetAddr scopeId to m_scope_id, improve code doc
* test: add test coverage for CNetAddr ipv6 scoped addresses
* test: Assert PSBT change type
* doc: Collect release-notes snippets
* refactor: fix -Wbraced-scalar-init warning in validation tests
* qt: Periodic translations update
* tx: Update transifex slug for 0.21
* doc: Update onion service target port numbers in tor.md
* net: Extend -bind config option with optional network type
* net, refactor: Move AddLocal call one level up
* net: Pass onion service target to Tor controller
* rpc: Set HTTP Content-Type in bitcoin-cli
* signet: do not log signet startup messages for other chains
* zmq: Append address to notify log output
* test: Add zmq test to support multiple interfaces
* scripted diff: Improve invalid vout value rpc error message
* doc: Add 19501 release notes
* doc: Remove double-whitespace from help string, other whitespace fixups
* refactor: Clean up -Wlogical-op warning
* signet: Add assumed values for default signet
* Update msvc build to use new vcpkg manifest
* test: Get rid of default wallet hacks
* test, refactor: add default_wallet_name and wallet_data_filename variables
* test: Add signet witness commitment section parse tests
* Remove gArgs global from CreateChainParams to aid testing
* refactor: Rename TorController::target to m_tor_control_center
* net, refactor: Refactor CBaseChainParams::RPCPort function
* net: Add alternative port for onion service
* net: Use network byte order for in_addr.s_addr
* [test] Make sure send rpc returns fee reason
* feature: Added ability for users to add a startup command
* test: Check that invalid peer traffic is accounted for
* test: Remove confusing cast to same type (int to int)
* wallet: no need for duplicate storage for ABANDON_HASH constant
* scripted-diff: Replace UINT256_ONE() with uint256::ONE
* uint256: Update constructors to c++11, make ONE static
* [Trivial] python help message
* [send] Make send RPCs return fee reason
* test: remove unused constants in functional tests
* test: use explicit p2p objects where available
* doc: Added default signet config for linearize script
* doc: Mention signet in -help output
* Fix misleading error message: Clean stack rule
* Improve docs about feeler connections
* doc: Add release notes to support multiple interfaces
* doc: Adjust ZMQ usage to support multiple interfaces
* zmq: Add support to listen on multiple interfaces
* net: Print error message if -proxy is specified without arguments (instead of continuing without proxy server)
* Remove header checks out of net_processing
* Give V1TransportDeserializer CChainParams& member
* Change CMessageHeader Constructor
* Add doxygen comment for ReceiveMsgBytes
* Move checksum check from net_processing to net
* Give V1TransportDeserializer an m_node_id member
* doc: Document signet BIP
* doc: Update comments for new chain settings (-signet and -chain=signet)
* fuzz: Remove needless guard
* refactor: Remove SignetTxs::m_valid and use optional instead
* test: Run signet test even when wallet was not compiled
* Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet)
* Update zmq notification documentation and sample consumer
* Add functional tests for zmq sequence topic and mempool sequence logic
* Add \'sequence\' zmq publisher to track all block (dis)connects, mempool deltas
* zmq test: Actually make reorg occur
* [doc] Release notes
* [rpc] Deprecate getpeerinfo addnode field
* [refactor] Rename test file to allow any getpeerinfo deprecations.
* [rpc] Add connection type to getpeerinfo RPC, update tests
* [log] Add connection type to log statement
* validation: Remove review-only comments + assertions
* docs: Move FindFilesToPrune{,Manual} doxygen comment
* style: Make FindFilesToPrune{,Manual} match style guide
* validation: Move FindFilesToPrune{,Manual} to BlockManager
* Clarify blocksonly whitelistforcerelay test
* net: recognize TORv3/I2P/CJDNS networks
* log: Remove static log message \"Initializing chainstate Chainstate [ibd] AATT height -1 (null)\"
* Remove unused LockAssertion struct
* Replace LockAssertion with a proper thread safety annotations
* refactor: Use explicit function type instead of template
* test: create default wallet in extended tests
* Only update the updateSmartFeeLabel once in sync
* test: some sanity checks for consensus logic
* test: basic signet tests
* test: add small signet fuzzer
* test: signet network selection tests
* signet: hard-coded parameters for Signet Global Network VI (2020-09-07)
* qt: update QT to support signet network
* consensus: add signet validation
* add signet chain and accompanying parameters
* net: CNetAddr: add support to (un)serialize as ADDRv2
* rpc: add brackets to ConstructTransaction
* [rpc] send: various touch-ups
* [rpc] send: fix parsing replaceable option
* Mark send RPC experimental
* test: move HasReason so it can be reused
* build: Fix target name
* [test] add get_vsize util for more programmatic testing
* [rpc] Return fee and vsize from testmempoolaccept
* validation: Move PruneOneBlockFile to BlockManager
* validation: Pass in chainman to UnloadBlockIndex
* build: patch qt libpng to fix powerpc build
* scripted-diff: Rename SendMessage to SendZmqMessage.
* validation: Move ~CMainCleanup logic to ~BlockManager
* policy/fees: remove a floating-point division by zero
* policy/fees: unify some duplicated for loops
* policy/fees: small readability improvements
* policy/fee: remove requireGreater parameter in EstimateMedianVal()
* policy/fees: correct decay explanation comments
* build: AX_PTHREAD serial 27
* build: split PTHREAD_
* flags out of AM_LDFLAGS
* scripted-diff: add FUZZ_SUITE_LDFLAGS_COMMON
* build: add PTHREAD_LIBS to LDFLAGS configure output
* Test batch rpc with params
* QA: Use GBT to get block versions correct
* QA: blocktools: Accept block template to create_block
* Squashed \'src/secp256k1/\' changes from 2ed54da18a..8ab24e8dad
* util: move HasPrefix() so it can be reused
* Change CSipHasher\'s count variable to uint8_t
* tests: Add fuzzing harness for Keccak and SHA3_256
* [test] remove confusing p2p property
* scripted-diff: replace p2p with p2ps[0] in p2p_invalid_tx
* [doc] sample code for test framework p2p objects
* [refactor] clarify tests by referencing p2p objects directly
* Add OpenBSD instructions for building the Qt GUI
* [doc] Clarify semantic of peer\'s m_protect w.r.t to outbound eviction logics
* [rpc] add send method
* add signet basic support (signet.cpp)
* validation: move GetWitnessCommitmentIndex to consensus/validation
* log: print unexpected version warning in validation log category
* bugfix: make LoadWallet assigns status always
* test: gettxoutproof duplicate txid
* test: Test empty array in gettxoutproof
* test: Run rpc_txoutproof.py even with wallet disabled
* test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spend
* test: bugfix: Actually pick largest utxo
* Tell users how to load or create a wallet when no wallet is loaded
* Do not create default wallet
* .gitignore: ignore qa-assets/ folder
* build: use DIR_FUZZ_SEED_CORPUS if specified for cov_fuzz target
* Do not pass chain params to CheckForStaleTipAndEvictPeers twice
* ProcessOrphanTx: Move AddToCompactExtraTransactions call into ProcessOrphanTx
* ProcessOrphanTx: Remove aliases
* ProcessOrphanTx: Remove outdated commented
* ProcessOrphanTx: remove useless setMisbehaving set
* ProcessOrphanTx: remove useless done variable
* [net processing] Add doxygen comments for orphan data and function
* [rpc] add snake case aliases for transaction methods
* [rpc] walletcreatefundedpsbt: allow inputs to be null
* p2p: Use the greatest common version in peer logic
* p2p: Remove SetCommonVersion() from VERACK handler
* refactor: Rename local variable nSendVersion
* p2p: Unify Send and Receive protocol versions
* [doc] Clarify scope of eviction protection of outbound block-relay peers
* test: Use MiniWalet in p2p_feefilter
* qt: Fix visual quality of text in QR image
* [net processing] Move Misbehaving() to PeerManager
* [net_processing] Move SendBlockTransactions into PeerManager
* [net processing] Move MaybePunishPeerForTx to PeerManager
* [net processing] Move ProcessOrphanTx to PeerManager
* [net processing] Move MaybePunishNodeForBlock into PeerManager
* [net processing] Move ProcessHeadersMessage to PeerManager
* [whitespace] tidy up indentation after scripted diff
* scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
* [net_processing] Pass chainparams to PeerLogicValidation constructor
* [move only] Collect all private members of PeerLogicValidation together
* Replace zmqconfig.h by a simple zmqutil.
* Use std::unique_ptr for CZMQNotifierFactory.
* Simplify and fix notifier removal on error.
* Various cleanups in zmqnotificationinterface.
* Unroll Keccak-f implementation
* Add SHA3 benchmark
* Implement keccak-f[1600] and SHA3-256
* Change FILE_CHAR_BLOCKLIST to FILE_CHARS_DISALLOWED
* wallet: Avoid multiple BerkeleyBatch in DelAddressBook
* refactor: remove unused header
in protocol.cpp
* test: Fix flaky wallet_basic test
* Remove mempool global
* Remove mempool global from p2p
* Remove mempool global from init
* ci: Double tsan CPU and Memory to avoid global timeout
* doc: Add doxygen comment to IsRBFOptIn
* Remove mempool global from interfaces
* refactor: Add IsRBFOptInEmptyMempool
* [BroadcastTransaction] Remove unsafe move operator
* [p2p] Remove dead code
* [p2p] Check for nullptr before dereferencing pointer
* [mempool] Revert unbroadcast set to tracking just txid
* rawtransaction: fix argument in combinerawtransaction help message
* Get rid of unused functions CTxMemPool::GetMemPoolChildren, CTxMemPool::GetMemPoolParents
* Remove mapLinks in favor of entry inlined structs with iterator type erasure
* script: fix zmq_sub.py file permissions
* doc: update PyZMQ installation instructions, ZeroMQ link
* refactor: Avoid duplicate map lookup in ScriptToAsmStr
* wallet: Remove path checking code from bitcoin-wallet tool
* wallet: Remove path checking code from createwallet RPC
* wallet: Remove path checking code from loadwallet RPC
* refactor: Pass wallet database into CWallet::Create
* wallet: Remove Verify and IsLoaded methods
* refactor: Use DatabaseStatus and DatabaseOptions types
* wallet: Add MakeDatabase function
* Remove WalletLocation class
* [tests] Replace bytes literals with hex literals
* [tests] Fix pep8 style violations in address.py
* [tests] Correct docstring for address.py
* [tests] Tidy up imports in address.py
* [tests] Remove unused optional verify_checksum parameter
* [tests] Rename segwit encode and decode functions
* [tests] Move bech32 unit tests to test framework
* [doc] Follow developer notes, add comment about missing default.
* [doc] Describe connection types in more depth.
* [refactor] Simplify connection type logic in ThreadOpenConnections
* [refactor] Simplify check for block-relay-only connection.
* [test] Add explicit tests that connection types get set correctly
* [trivial] Small style updates
* [doc] Explain address handling logic in process messages
* [refactor] Restructure logic to check for addr relay.
* [net] Remove unnecessary default args on OpenNetworkConnection
* scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`
* build: add /usr/local/ to LCOV_FILTER_PATTERN for macOS builds
* cli -netinfo: display multiple levels of details
* Protect localhost and block-relay-only peers from eviction
* qa: Changes v0.17.1 to v0.17.2
* Refactor the functional test
* Address nits in ADDR caching
* wallet: Reload previously loaded wallets on GUI startup
* net: improve nLastBlockTime and nLastTXTime documentation
* doc: Add comments and additional reviewers to CODEOWNERS file
* doc: elaborate on release notes wrt netmasks
* refactor: CTxMemPool::IsUnbroadcastTx() requires CTxMemPool::cs lock
* refactor: CTxMemPool::GetTotalTxSize() requires CTxMemPool::cs lock
* refactor: CTxMemPool::ClearPrioritisation() requires CTxMemPool::cs lock
* refactor: CTxMemPool::ApplyDelta() requires CTxMemPool::cs lock
* refactor: CTxMemPool::UpdateChild() requires CTxMemPool::cs lock
* refactor: CTxMemPool::UpdateParent() requires CTxMemPool::cs lock
* lint: add C++ code linter
* Remove -zapwallettxes
* Assert that RPCArg names are equal to CRPCCommand ones (rawtransaction)
* Assert that RPCArg names are equal to CRPCCommand ones (blockchain)
* cli: change -netinfo optional arg from bool to int
* cli: add getpeerinfo last_{block,transaction} to -netinfo
* cli: add -netinfo server version check and error message
* cli: create peer connections report sorted by dir, minping
* cli: create vector of Peer structs for peers data
* cli: add NetType enum struct and NetTypeEnumToString()
* cli: create local addresses, ports, and scores report
* cli: create inbound/outbound peer connections report
* cli: start dashboard report with chain and version header
* cli: tally peer connections by type
* remove usage of boost::bind
* Update the vcpkg checkout commit ID in appveyor config.
* cli: add ipv6 and onion address type detection helpers
* cli: create initial -netinfo option, NetinfoRequestHandler class
* Avoid callback when -blocknotify is empty
* Set appveyor vm version to previous Visual Studio 2019 release.
* rpc: Properly deserialize txs with witness before signing
* doc: Add best practice for annotating/asserting locks
* sync.h: Make runtime lock checks require compile-time lock checks
* Do not hide compile-time thread safety warnings
* Add missed thread safety annotations
* Use LockAssertion utility class instead of AssertLockHeld()
* util: Hard code previous release tarball checksums
* scripted-diff: Move previous_release.py to test/get_previous_releases.py
* test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles
* doc: Document differences in bitcoind and bitcoin-qt locale handling
* Ignore unknown messages before VERACK
* test framework: serialize/deserialize inv type as unsigned int
* wallet, refactor: Remove duplicate map lookups in GetAddressBalances
* Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node messages
* wallet: Avoid recursive lock in IsTrusted
* wallet, refactor: Immutable CWalletTx::pwallet
* Warn on unknown rw_settings
* Pass mempool reference to chainstate constructor
* chain: Remove UB CChain comparison
* gui refactor: Inline SplashScreen::ConnectWallet
* refactor: Move wallet methods out of chain.h and node.h
* refactor: Create interfaces earlier during initialization
* tests: Add fuzzing harness for CNode
* test: Remove unused lock arg from BitcoinTestFramework.wait_until
* test: Rename wait until helper to wait_until_helper
* test: Remove unused p2p_lock in VersionBitsWarningTest
* p2p: change CInv::type from int to uint32_t
* Add indexing ADDR cache by local socket addr
* Justify the choice of ADDR cache lifetime
* test: Add docstring to wait_until() in util.py to warn about its usage
* test: Update wait_until usage in tests not to use the one from utils
* bench: Prevent thread oversubscription
* p2p: ensure inv is GenMsgTx before ToGenTxid in inv processing
* test: use CInv::MSG_WITNESS_TX flag in p2p_segwit
* p2p: make gtxid(.hash) and fAlreadyHave localvars const
* p2p: use CInv block message helpers in net_processing.cpp
* [net processing] Change AlreadyHaveTx() to take a GenTxid
* [net processing] Change AlreadyHaveBlock() to take block_hash argument
* [net processing] Remove mempool argument from AlreadyHaveBlock()
* [net processing] Split AlreadyHave() into separate block and tx functions
* p2p: remove nFetchFlags from NetMsgType TX and INV processing
* p2p: add CInv block message helper methods
* gui: Delay interfaces::Node initialization
* gui: Replace interface::Node references with pointers
* gui: Remove unused interfaces::Node references
* gui: Partially revert #10244 gArgs and Params changes
* build: replace wingenminiupnpcstrings sed with a patch in miniupnpc package
* build: replace qtranslations lrelease sed with a patch in qt package
* wallet: filter for keys only before record deser in salvage
* walletdb: Add KeyFilterFn to ReadKeyValue
* util: make EncodeBase64 consume Spans
* util: make EncodeBase32 consume Spans
* Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDB
* test: inline hashToHex
* [test] Remove final references to mininode
* build: replace FreeType back-compat sed with a patch in qt package
* build: replace pwd sed in qt package with a patch
* build: remove no-longer needed qt workaround
* build: remove no-longer needed qt configure workaround
* build: use patch rather than sed in zeromq package
* build: use patch rather than sed in native_cctools package
* build: use patch rather than sed in fontconfig package
* build: use patch rather than sed in Boost package
* build: use patch rather than sed in bdb package
* net: change CNetAddr::ip to have flexible size
* net: don\'t accept non-left-contiguous netmasks
* Add in/out connections to cli -getinfo
* UNIX_EPOCH_TIME fixup in rpc getnettotals
* Add in/out connections to rpc getnetworkinfo
* test: Fix intermittent issue in wallet_bumpfee
* test: Select at least the fee in wallet_bumpfee to avoid negative amounts
* doc: Remove label from good first issue template
* scripted-diff: gArgs -> args
* init: Capture copy of blocknotify setting for BlockNotifyCallback
* init: Pass reference to ArgsManager around instead of relying on global
* test/fuzz: add a seed corpus generation option to the test_runner
* qt, refactor: Limit scope of QPainter object
* test: add parameterized constructor for msg_sendcmpct()
* test: Activate segwit in TestChain100Setup
* test: Pass empty tx pool to block assembler
* test: Move doxygen comment to header
* test: resort imports
* scripted-diff: Rename mininode to p2p
* scripted-diff: Rename mininode_lock to p2p_lock
* docs: Correct description for getblockstats\'s txs field
* [net_processing] Move ProcessMessage to PeerLogicValidation
* wallet: IsChange requires cs_wallet lock
* help: Generate checkpoint height from chainparams
* Move Win32 defines to configure.ac to ensure they are globally defined
* doc: Fix getmempoolancestor RPC result doc
* Remove unused includes
* Move comment about BaseIndex::DB from TxIndex::DB
* test: Distinguish between nodes(bitcoind) and peers(mininodes) in p2p_leak.py
* test: remove `CNodeNoVersionIdle` from p2p_leak.py
* test: remove `CNodeNoVersionMisbehavior` from p2p_leak.py
* depends: Specify LDFLAGS to cmake as well
* depends: Prepend CPPFLAGS to C{,XX}FLAGS for CMake
* depends: Cleanup CMake invocation
* tests: Add fuzzing harness for ec_seckey_import_der(...) and ec_seckey_export_der(...)
* tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signature_parse_der_lax(...)
* -maxapsfee: follow-up fixes
* Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotations
* doc: release notes for -maxapsfee
* tests: add sync_all to fix race condition in wallet groups test
* util: remove unused c-string variant of atoi64()
* util: remove c-string interfaces for DecodeBase58{Check}
* ci: Set cirrus RAM to 8GB
* ci: Run valgrind fuzzer on cirrus
* [test] Add test for getblockheader verboseness
* wallet: IsMine overloads require cs_wallet lock
* wallet: GetWalletTx requires cs_wallet lock
* build: AX_BOOST_THREAD serial 33
* build: disable D-Bus on Android by default
* doc: Add release notes for getindexinfo RPC
* test: Add tests for getindexinfo RPC
* rpc: Add getindexinfo RPC
* Move only: Move CDiskTxPos to its own file
* Updated outdated help command for getblocktemplate (fixes #19625)
* doc: release note for getpeerinfo last_block/last_transaction
* test: rpc_net.py logging and test naming improvements
* test: getpeerinfo last_block and last_transaction tests
* rpc: expose nLastBlockTime/TXTime as getpeerinfo last_block/transaction
* test: Remove confusing and broken use of wait_until global
* net: add nLastBlockTime/TXTime to CNodeStats, CNode::copyStats
* ci: Set increased --timeout-factor by default
* Increase the ip address relay branching factor for unreachable networks
* doc: comment out and add annotation to unused MSG_FILTERED_WITNESS_BLOCK
* build: Add Werror=range-loop-analysis
* bench: Allow skip benchmark
* build: Add missed gcov files to \'make clean\'
* rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)
* rpc: Assert that RPCArg names are equal to CRPCCommand ones (zmq)
* rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
* rpc: Remove unused return type from appendCommand
* test: Fix \'make cov\' with clang
* Add variables for repeated scripts
* Remove GetScriptForWitness function
* Replace usage of GetScriptForWitness with GetScriptForDestination
* Add loadwallet and createwallet RPC load_on_startup options
* qt: Rename qt-init thread before logging start
* qt: Name ClientModel timer QThread
* qt: Name WalletController worker QThread
* qt: Name RPCConsole executor QThread
* Cap listsinceblock target_confirmations param
* test: speedup p2p_feefilter.py by whitelisting peers (immediate tx relay)
* test: use wait_until for invs matching in p2p_feefilter.py
* test: add logging for p2p_feefilter.py
* Reduce cs_main lock accumulation during GUI startup
* Optionally populate BlockAndHeaderTipInfo during AppInitMain
* Add BlockAndHeaderTipInfo to the node interface/appInit
* RPCConsole, take initial chaintip data as parameter
* util: make EncodeBase58Check consume Spans
* util: make EncodeBase58 consume Spans
* Shrink CAddress from 48 to 40 bytes on x64
* [net_processing] Change PeerLogicValidation to hold a connman reference
* scripted-diff: rename misbehavior members
* [net processing] Move misbehavior tracking state to Peer
* [net processing] Add Peer
* [net processing] Remove CNodeState.name
* [net] Add addpeeraddress RPC method
* [test] Test that getnodeaddresses() can return all known addresses
* [addrman] Specify max addresses and pct when calling GetAddresses()
* Refactor OutputGroups to handle effective values, fees, and filtering
* doc: Document ALLOW_HOST_PACKAGES dependency option
* rpc: Improve addnode remove command error message
* build: Enable some commonly enabled compiler diagnostics
* build, qt: Add Qt version checking
* build: Drop unused bitcoin_cv_qt58
* build: Add missed fuzz.coverage/ directory to .gitignore
* build: Add missed fuzz_filtered.info to COVERAGE_INFO
* build, test: Add support for llvm-cov
* depends: More robust cmake invocation
* depends: Use $($(package)_cmake) instead of cmake
* [net] Remove unnecessary default args on CNode constructor
* [refactor] Remove IsOutboundDisconnectionCandidate
* [net/refactor] Simplify multiple-connection checks
* [net/refactor] Rework ThreadOpenConnections logic
* [net] Fix bug where AddrFetch connections would be counted as outbound full relay
* [net/refactor] Clarify logic for selecting connections in ThreadOpenConnections
* [net/refactor] Remove fInbound flag from CNode
* [net/refactor] Remove m_addr_fetch member var from CNode
* [net/refactor] Remove fFeeler flag from CNode
* [net/refactor] Remove m_manual_connection flag from CNode
* [net/refactor] Add connection type as a member var to CNode
* [doc] Describe different connection types
* [net/refactor] Add AddrFetch connections to ConnectionType enum
* [net/refactor] Extract m_addr_known logic from initializer list
* [net/refactor] Add block relay only connections to ConnectionType enum
* [net/refactor] Add feeler connections to ConnectionType enum
* [net/refactor] Add manual connections to ConnectionType enum
* [net/refactor] Introduce an enum to distinguish type of connection
* scripted-diff: Rename OneShot to AddrFetch
* Refactor Get{Prevout,Sequence,Outputs}Hash to Get{Prevouts,Sequences,Outputs}SHA256.
* Replace `hidden service` with `onion service`
* [rpc] fundrawtransaction, walletcreatefundedpsbt lock manually selected coins
* Add SHA256Uint256 helper functions
* Add single sha256 call to CHashWriter
* refactor: Make HexStr take a span
* refactor: test: use _ variable for unused loop counters
* build: make clean removes .gcda and .gcno files from fuzz directory
* test: test the implicit avoid partial spends functionality
* wallet: try -avoidpartialspends mode and use its result if fees are below threshold
* build: Update and sort package list in gitian-linux.yml
* contrib: Fixup valgrind suppressions file
* build: set minimum required Boost to 1.58
* Deduplicate missing parents of orphan transactions
* Rewrite parent txid loop of requested transactions
* test addition of unknown segwit spends to txid reject filter
* Add txids with non-standard inputs to reject filter
* test: Wait until is_connected in add_p2p_connection
* lint: Remove travis env var from commit linter
* doc: Add CODEOWNERS file
* gui: Call setWalletActionsEnabled(true) only for the first wallet
* Test that wtxid relay peers add wtxid to reject filter
* Restore test case for p2p transaction blinding
* rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
* rpc: Limit echo to 10 args
* refactor: Use C++11 range based for loops to simplify rpc code
* rpc: Treat all args after a hidden arg as hidden as well
* rpc: document returned error fields as optional if applicable
* test: Add LockStackEmpty()
* test: Repeat deadlock tests
* Preserve initial state if push_lock() throws exception
* scripted-diff: Remove Reference Links
* doc: Add historical release notes for 0.20.1
* qt: Wrap tooltips in the intro window
* rpc: Document getwalletinfo\'s unlocked_until field as optional
* build: Drop old hack which is unneeded now
* [util] add RunCommandParseJSON
* [ci] use boost::process
* [doc] include Doxygen comments for HAVE_BOOST_PROCESS
* [build] msvc: add boost::process
* [build] make boost-process opt-in
* configure: add ax_boost_process
* [depends] boost: patch unused variable in boost_process
* test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli
* test: Wait for \'cmpctblock\' in p2p_compactblocks when it is expected
* Make Hash[160] consume range-like objects
* Make CHash256/CHash160 output to Span
* Make MurmurHash3 consume Spans
* Make CHash256 and CHash160 consume Spans
* Make script/standard\'s BaseHash Span-convertible
* Add MakeUCharSpan, to help constructing Span<[const] unsigned char>
* Make uint256 Span-convertible by adding ::data()
* scripted-diff: rename base_blob::data to m_data
* refactor: make txmempool interface use GenTxid
* refactor: make FindTxForGetData use GenTxid
* refactor: use GenTxid in tx request functions
* test: request parents of orphan from wtxid relay peer
* p2p: enable fetching of orphans from wtxid peers
* refactor: add GenTxid (=txid or wtxid) type and use it for tx request logic
* doc: list support for BIP 339 in doc/bips.md
* Use real value when calculating OutputGroup value
* Test addr response caching
* Add addr permission flag enabling non-cached addr sharing
* Cache responses to addr requests
* walletdb: Ensure that having no database handle is a failure
* Remove BDB dummy databases
* Introduce DummyDatabase and use it in the tests
* Pass mempool pointer to GetCoinsCacheSizeState
* Pass mempool pointer to UnloadBlockIndex
* refactor: use local argsmanager in CRegTestParams
* scripted-diff: Replace gArgs with local argsman
* refactor: add unused ArgsManager to replace gArgs
* test: Simplify cs_main locks
* doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANG
* util: use HAVE_FDATASYNC to determine fdatasync() use
* travis: Re-enable s390x
* doc: set CC_FOR_BUILD when building on OpenBSD
* devtools: Add security check for separate_code
* build: add -Wl,-z,separate-code to hardening flags
* net: save the network type explicitly in CNetAddr
* Clean message_count and last_message
* p2p, refactoring: use CInv helpers in net_processing.cpp
* p2p: add CInv transaction message helper methods
* walletdb: Remove unused static functions from walletdb.h
* wallettool: Have RecoverDatabaseFile return errors and warnings
* Fix .gitignore for src/test/fuzz directory
* refactor: Drop unused CBufferedFile::Seek()
* rpc: Avoid useless mempool query in gettxoutproof
* rpc: Style fixups in gettxoutproof
* test: test decodepsbt fee calculation (count input value only once per UTXO)
* gui: Clarify block height label
* [net processing] Tidy up Misbehaving()
* [net processing] Always supply debug message to Misbehaving()
* [net processing] Fixup MaybeDiscourageAndDisconnect() style
* wallet: Don\'t override signing errors
* rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple entries are possible, wrapping Type should be OBJ_DYN. fixes #19579
* Remove useless 2500 limit on AddrMan queries
* Move filtering banned addrs inside GetAddresses()
* walletdb: Remove BerkeleyBatch friend class from BerkeleyDatabase
* No need to check for duplicate fileids in all dbenvs
* walletdb: Move Db->open to BerkeleyDatabase::Open
* walletdb: track database file use as m_refcount within BerkeleyDatabase
* Combine BerkeleyEnvironment::Verify into BerkeleyDatabase::Verify
* test: Add test coverage for -networkactive option
* net: Log network activity status change unconditionally
* net: Add -networkactive option
* Call RecoverDatabaseFile directly from wallettool
* build: call AC_PATH_TOOL for dsymutil in macOS cross-compile
* fuzz: add missing overrides to signature_checker
* test: Fix fuzzer compilation on macOS fixes #19557
* qt: Leverage the default \"Create new receiving address\" button
* qt: Make \"Create new receiving address\" default unconditionally
* contrib: Clean up previous_releases.py
* Make test DoS_mapOrphans deterministic
* net: document `enum Network`
* span: Add Span::empty() and use it in script/descriptor
* rpc: deduplicate WriteHDKeypath() used in decodepsbt
* test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_until
* build: pass -fcommon when building genisoimage
* fuzz: fix unused variable addrdb compiler warning
* Further improve comments around recentRejects
* Disconnect peers sending wtxidrelay message after VERACK
* test: Use wtxid relay generally in functional tests
* test: Add tests for wtxid tx relay in segwit test
* test: Update test framework p2p protocol version to 70016
* Rename AddInventoryKnown() to AddKnownTx()
* Make TX_WITNESS_STRIPPED its own rejection reason
* Delay getdata requests from peers using txid-based relay
* Add p2p message \"wtxidrelay\"
* ignore non-wtxidrelay compliant invs
* Add support for tx-relay via wtxid
* Add wtxids to recentRejects instead of txids
* Add wtxids of confirmed transactions to bloom filter
* Add wtxid-index to orphan map
* Add a wtxid-index to mapRelay
* Just pass a hash to AddInventoryKnown
* Add wtxid to mempool unbroadcast tracking
* Add a wtxid-index to the mempool
* doc: Update macOS cross compilation dependencies for Focal
* ci: add tsan debug symbols option
* depends: bump native_cctools for fixed lto with external clang
* ci: Add tsan suppression for race in DatabaseBatch
* depends: enable lto support for Apple\'s ld64
* qt: Fix QFileDialog for static builds
* test: Add chacha20 test vectors in muhash
* test: Add basic Python/C++ Muhash implementation parity unit test
* test: Add Python MuHash3072 implementation to test framework
* test: Move modinv to util and add unit test
* [test] feefilter during and after IBD
* gui: Show permissions instead of whitelisted
* [tests] Remove unnecessary cs_mains in denialofservice_tests
* Linter to check commit message formatting
* log: Avoid treating remote misbehvior as local system error
* refactor: Switch ValidationState mode to C++11 enum class
* tests: Add fuzzing harness for CBlockPolicyEstimator::{Read,Write} (policy/fees.h)
* tests: Add fuzzing harness for CBufferedFile::{SetPos,GetPos,GetType,GetVersion} (stream.h)
* tests: Add fuzzing harness for LoadExternalBlockFile(...) (validation.h)
* tests: Add fuzzing harness for CBufferedFile (streams.h)
* tests: Add fuzzing harness for CAutoFile (streams.h)
* tests: Add serialization/deserialization fuzzing helpers WriteToStream(…)/ReadFromStream(…)
* tests: Add FuzzedAutoFileProvider which provides a CAutoFile interface to FuzzedDataProvider
* tests: Add FuzzedFileProvider which provides a FILE
* interface to FuzzedDataProvider using fopencookie
* build: fix -Wformat-security check when compiling with GCC
* test: ensure OP_1NEGATE satisfies BIP62 minimal push rule
* Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code
* ci: Increase CCACHE_SIZE in some builds on Travis
* Increment input value sum only once per UTXO in decodepsbt
* walletdb: Introduce WalletDatabase abstract class
* walletdb: Add BerkeleyDatabase::Open dummy function
* walletdb: Introduce AddRef and RemoveRef functions
* walletdb: Move BerkeleyDatabase::Flush(true) to Close()
* Have zmq reorg test cover mempool txns
* refactor: replace CConnman pointers by references in net_processing.cpp
* test: update tests for peer discouragement
* test: Fail wait_until early if connection is lost
* [net/net processing] check banman pointer before dereferencing
* gui, doc: rm Ban Score in GUI Peers window/release notes updates
* ci: Fix configure options for macOS builds
* ci: Drop Homebrew caching while using Homebrew addon on Travis
* ci: Do not activate Travis ccache caching strategy
* ci: Disable functional tests on forked repos to avoid timeouts for macOS
* Work around memory-aliasing in descriptor ParsePubkey
* Add zmq test for transaction pub during reorg
* Add test case for mempool->block zmq notification
* Make ordering of zmq consumption irrelevant to functional test
* walletdb: Don\'t remove database transaction logs and instead error
* test: Remove duplicate NodeContext hacks
* doc: CONTRIBUTING.md improvements
* doc: move-only release notes
* doc: Remove release notes of backports
* net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD
* net: remove -banscore configuration option
* wallet: Fix clang build in Mac
* util: Make Assert work with any value
* wallet: Fix typo in comments; Simplify assert
* qt: Disable toolbar when overlay is shown
* Add /settings.json persistent settings storage.
* util: Add ReadSettings and WriteSettings functions
* qt, refactor: Cleanup ModalOverlay slots
* [net processing] Continue SendMessages processing if not disconnecting peer
* [net processing] Only call MaybeDiscourageAndDisconnect from SendMessages
* test: add rpc_generate functional test
* rpc: print useful help and error message for generate
* depends: Add documentation for FORCE_USE_SYSTEM_CLANG make flag
* depends: Reformat make options as definition list
* depends: Add justifications for macOS clang flags
* depends: specify libc++ header location for darwin
* depends: force a new host id string if FORCE_USE_SYSTEM_CLANG is in use
* [protocol] Remove unused GETHEADERS_VERSION
* [protocol] Remove unused CADDR_TIME_VERSION
* [net processing] Fix bad indentation in SendMessages()
* [net processing] Change cs_main TRY_LOCK to LOCK in SendMessages()
* doc: Use precise permission flags where possible
* net: improve encapsulation of CNetAddr
* walletdb: Add MakeBatch function to BerkeleyDatabase and use it
* walletdb: Refactor DatabaseBatch abstract class from BerkeleyBatch
* test: consider generate covered in _get_uncovered_rpc_commands()
* refactor: Use C++11 range-based for loop
* wallet: Never schedule MaybeCompactWalletDB when -flushwallet is off
* wallet: Pass unused args to StartWallets
* gui tests: Limit life-time of dummy testing setup
* test: Add smoke test to check that wallets are flushed by default
* net: Extract download permission from noban
* refactor: clean up PeriodicFlush()
* Make sure unconfirmed parents are requestable
* Drop setInventoryTxToSend based filtering
* Only respond to requests for recently announced transactions
* Introduce constant for mempool-based relay separate from mapRelay caching
* Swap relay pool and mempool lookup
* gui: Fix regression in GUI console
* banlist: log post-swept banlist size at startup
* doc: getpeerinfo banscore deprecation release note
* Drop unused CDBWrapper methods
* test: getpeerinfo banscore deprecation test
* rpc: deprecate banscore field in rpc getpeerinfo
* tests: Add fuzzing harness for BanMan
* tests: Add ConsumeSubNet(...). Move and increase coverage in ConsumeNetAddr(...).
* depends: Allow building with system clang
* depends: Decouple toolchain + binutils
* tools: clang-format 6 compatibility
* doc: afl fuzzing comment about afl-gcc and afl-g++
* ci: Add tsan suppression for race in BerkeleyBatch
* cli: reduce DefaultRequestHandler memory allocations
* doc: Add non-thread-safe note to FeeFilterRounder::round()
* Remove previous_release.sh
* script: Add previous_release.py
* Updates msvc build to use ISO standard C++17.
* Remove cached directories and associated script blocks from appveyor CI configuration.
* Clean up separated ban/discourage interface
* Replace automatic bans with discouragement filter
* walletdb: don\'t reinitialize desc cache with multiple cache entries
* qt: Get rid of cursor in out-of-focus labels
* rpc: Update server to use new RPCHelpMan
* rpc: Add option to hide RPCArg
* rpc: Assert that passed arg names are equal to hardcoded ones
* ci: Run tsan ci config on cirrus
* test: Fix intermittent failure in wallet_encryption
* Enable Wswitch for OutputType
* Remove confusing OutputType::CHANGE_AUTO
* wallet: Replace boost::none with nullopt
* script: Fix boost/C++17 compile failure
* ci: Run all tests on native mac again
* test: add test for CChainState::ResizeCoinsCaches()
* add ChainstateManager::MaybeRebalanceCaches()
* Add CChainState::ResizeCoinsCaches
* txdb: add CCoinsViewDB::ChangeCacheSize
* walletdb: Move Rewrite into BerkeleyDatabase
* walletdb: Move PeriodicFlush into WalletDatabase
* walletdb: Combine VerifyDatabaseFile and VerifyEnvironment
* gui: change combiner for signals to optional_last_value
* ci: Add tsan suppression for race in wallet
* doc: Remove outdated comment in TransactionTablePriv
* rpc: Add CRPCCommand constructor which takes RPCHelpMan
* build: pass _WIN32_WINNT=0x0601 when building libevent for Windows
* refactor: Remove confusing BlockIndex global
* scripted-diff: rename movie folder to animation
* test: move TEST_RUNNER_EXTRA into native tsan setup
* Add Windows WSL build recommendation to temporarily disable Win32 PE support.
* doc: explain why passing -mlinker-version is required
* [build] Remove unused RES_IMAGES
* build: improve builtin_clz
* detection
* refactor: Replace RecursiveMutex with Mutex in rpc/server.cpp
* ci: Install fixed version of clang-format for linters
* build: Sort Makefile.am after renaming file
* scripted-diff: Move ui_interface to the node lib
* qt: Remove unused includes
* wallet: Do not include server symbols
* Revert \"Fix link error with --enable-debug\"
* interfaces: Remove unused getDefaultChangeType
* doc/REST-interface: Remove stale info
* doc: Mention Span in developer-notes.md
* doc: Document Span pitfalls
* rpc: Check that left section is not multiline
* moveonly: Fix indentation in bumpfee RPC
* tests: Provide main(...) function in fuzzer
* Hide bumpfee\'s psbt creation behavior behind -deprecatedrpc
* Add psbtbumpfee RPC
* Improve \"detected inconsistent lock order\" error message
* tests: Add fuzzing harness for ChaCha20Poly1305AEAD
* tests: Add fuzzing harness for ChaCha20
* tests: Add fuzzing harness for CHKDF_HMAC_SHA256_L32
* tests: Add fuzzing harness for poly1305_auth(...)
* tests: Add fuzzing harness for AES256CBCEncrypt/AES256CBCDecrypt
* tests: Add fuzzing harness for AES256Encrypt/AES256Decrypt
* test: retry when write to a socket fails on macOS
* refactor: Use Mutex type for g_cs_recent_confirmed_transactions
* depends: Patch libevent build to fix IPv6 -rpcbind on Windows
* tests: Check that segwit inputs in psbt have both UTXO types
* psbt: always put a non_witness_utxo and don\'t remove it
* psbt: Allow both non_witness_utxo and witness_utxo
* rpc: show both UTXOs in decodepsbt
* refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
* ci: Increase test timeout for sanitizer configs
* qt: Remove needless headers
* Static asserts for consistency of fee defaults.
* doc: add release notes for explicit fee estimators and bumpfee change
* tests for bumpfee / estimate_modes
* policy: optional FeeEstimateMode param to CFeeRate::ToString
* rpc/wallet: add two explicit modes to estimate_mode
* MOVEONLY: Make FeeEstimateMode available to CFeeRate
* fees: add FeeModes doc helper function
* build: Fix search for brew-installed BDB 4 on OS X
* test: use pgrep for better compatibility
* [net] Don\'t try to take cs_inventory before deleting CNode
* [net] Make cs_inventory a non-recursive mutex
* [net processing] Remove PushBlockInventory and PushBlockHash
* build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized memory
* Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VERSION is greater
* build: Detect missed pkg-config early
* build: Drop unused use_pkgconfig variable
* build: Drop use_pkgconfig check for libmultiprocess check
* doc: add release note for bitcoin-cli -generate
* darwin: pass mlinker-version so that clang enables new features
* qt: Fix regression in TransactionTableModel
* walletdb: Handle cursor internally
* Split SetWalletFlags into Add/LoadWalletFlags
* test: Bump linter versions
* doc: add release note for -getinfo displaying multiwallet balances
* test: Improve \"potential deadlock detected\" exception message
* Fix mistakenly swapped \"previous\" and \"current\" lock orders
* macos: Bump to xcode 11.3.1 and 10.15 SDK
* depends: bump MacOS toolchain
* contrib: macdeploy: Remove historical extraction notes
* contrib: macdeploy: Use apple-sdk-tools instead of xar+pbzx
* native_cctools: Don\'t use libc++ from pinned clang
* Adapt rest of tooling to new SDK naming scheme
* test: add two edge case tests for CSubNet
* test: refactor functional tests to use restart_node
* refactor: Use uint16_t instead of unsigned short
* qt: Do not truncate node flag strings in debugwindow.ui peers details tab.
* build: Drop dead non-pkg-config code for libevent check
* test: Test gettxouttsetinfo hash_type option
* rpc: Add hash_type NONE to gettxoutsetinfo
* rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
* Change format of log2_work for uniform output (zero-padded)
* ci: Run fuzz testing test cases (bitcoin-core/qa-assets) under valgrind to catch memory errors
* doc: Remove -whitelistforcerelay from comment
* test: Check that peers with forcerelay permission do not get a feefilter message
* test: Add connect_nodes method
* test: Add test for no net permission
* test: Replace self.nodes[0].p2p with conn
* test: remove redundant generate
* test: pep-8 p2p_feefilter.py
* scripted-diff: TxoutType C++11 scoped enum class
* doc: Update outdated txnouttype documentation
* rpc: Properly use underlying type in GetAllOutputTypes
* rpc: Simplify GetAllOutputTypes with the Join helper
* clang-format scheduler
* docs: match usage text to script and location
* wallet: Replace CDataStream& with CDataStream&& where appropriate
* wallet: Remove confusing double return value ret+success
* rpc/wallet: add conf_target as alias to confTarget in bumpfee
* added CURRENCY_ATOM to express minimum indivisible unit
* ci: Add test for clang-3.8 C++11 support
* refactor: Fix clang compile failure
* Disallow automatic conversion between hash types
* Remove an apparently unnecessary conversion
* Explicitly support conversion between equivalent hash types
* Use explicit conversion from WitnessV0KeyHash -> CKeyID
* Use explicit conversion from PKHash -> CKeyID
* Convert CPubKey to WitnessV0KeyHash directly
* Prefer explicit CScriptID construction
* Prefer explicit uint160 conversion
* contrib: macdeploy: Correctly generate macOS SDK
* ci: Upgrade most ci configs to focal
* doc: move doc to ci readme
* ci: Have one config run in xenial to test against python3.5
* travis: Always run multiprocess build
* net: Avoid wasting inv traffic during IBD
* refactor: block import implies IsInitialBlockDownload
* Add ChainstateManager::ActiveChainstate
* test: Add FeeFilterRounder test
* test: hoist p2p values to test framework constants
* test: improve msg sends and p2p disconnections in p2p_invalid_messages
* test: refactor test_large_inv() into 3 tests with common method
* test: add p2p_invalid_messages logging
* net: update misbehavior logging for oversized messages
* refactor: Extract GetBogoSize function
* net: Use mockable time for ping/pong, add tests
* util: Add count_microseconds helper
* build: add -fstack-clash-protection to hardening flags
* build: add -fcf-protection=full to hardening options
* Make lint-spelling.py happy
* [gui] Load PSBT from clipboard
* [gui] PSBT Operations Dialog (sign & broadcast)
* [rpc] refactor: consolidate sendmany and sendtoaddress code
* FillPSBT: report number of inputs signed (or would sign)
* Improve TransactionErrorString messages.
* qa: Test concurrent wallet loading
* wallet: Handle concurrent wallet loading
* [net] split PushInventory()
* ci: Run asan ci config on cirrus
* cirrus: Clear dummy task
* test: move sync_blocks and sync_mempool functions to test_framework.py
* scripted-diff: Make SeparatorStyle a scoped enum
* Add sanity check asserts to span when -DDEBUG
* Fix link error with --enable-debug
* Test buffered valid message
* Remove WalletDatabase::Create, CreateMock, and CreateDummy
* scripted-diff: Replace WalletDatabase::Create
* with CreateWalletDatabase
* Add Create
*WalletDatabase functions
* doc: add C++17 release note for 0.21.0
* walletdb: refactor Read, Write, Erase, and Exists into non-template func
* Add tests for CPubKey serialization/unserialization
* build: don\'t warn when doxygen isn\'t found
* Add missing includes to fix compile errors
* Remove unused variables
* test: Add missing sync_blocks
* [refactor] use waiting inside disconnect_p2ps
* [test] wait for disconnect_p2ps to be reflected in getpeerinfo
* [test] logging and style followups for bloomfilter tests
* refactor: Use AbortError in FatalError
* pep-8 test/functional/test_framework/util.py
* test: refactor: Inline adjust_bitcoin_conf_for_pre_17
* test: use subprocess.run() in test-security-check.py
* tests: run test-security-check.py in CI
* net: Remove dead logging code
* net: Avoid redundant and confusing FAILED log
* walletdb: Move BDB specific things into bdb.{cpp/h}
* walletdb: moveonly: Move BerkeleyBatch Cursor and Txn funcs to cpp
* walletdb: move IsWalletLoaded to walletdb.cpp
* walletdb: Add IsBDBWalletLoaded to look for BDB wallets specifically
* contrib: Fix SyntaxWarning in Python base58 implementation
* walletdb: Make SpliWalletFilePath non-static
* tests: Add fuzzing harness for CHash{160,256}, C{HMAC_,}SHA{1,256,512}, CRIPEMD160, CSipHasher, etc.
* tests: feature_backwards_compatibility.py test 0.16 up/downgrade
* Skip hdKeypath of \'m\'
* refactor: Remove unused BlockAssembler::pblock member var
* refactor: Remove unused EnsureChainman
* scripted-diff: Replace EnsureChainman with Assert in unit tests
* util: Add Assert identity function
* [net] Add seed.bitcoin.wiz.biz to DNS seeds
* RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME
* [p2p/refactor] move disconnect logic and remove misbehaving
* [test] test disconnect for filterclear
* [netprocessing] disconnect node that sends filterclear
* move-only: Move NDEBUG compile time check to util/check
* ci: Move travis workarounds to .travis.yml
* build: Drop dead non-pkg-config code for qrencode check
* build: Drop dead non-pkg-config code for ZMQ check
* build: Fix indentation in UNIVALUE check
* build: Drop dead non-pkg-config code for UNIVALUE check
* build: Always use pkg-config
* build: Always define ZMQ_STATIC for MinGW
* [tests] Don\'t import asyncio to test magic bytes
* Replace current benchmarking framework with nanobench
* refactor: Drop ::HasWallets()
* doc: improve subtree check instructions
* init: use std::thread for ThreadImport()
* build: remove BIP70 configure option
* refactor: Remove unused request.fHelp
* wallet: Make RPC help compile-time static
* tests: Add fuzzing harness for {Read,Write}{LE,BE}{16,32,64} (crypto/common.h)
* tests: Add std::vector ConsumeFixedLengthByteVector(FuzzedDataProvider& fuzzed_data_provider, const size_t length)
* Add means to handle negative capabilities in thread safety annotations
* scripted-diff: rename privkey with seckey in secp256k1 interface
* Drop --disable-jni from libsecp256k1 configure options
* [tests] move generate_wif_key to wallet_util.py
* [tests] sort imports in rpc_createmultisig.py
* Revert \"[TESTS] Move base58 to own module to break circular dependency\"
* Check size after Unserializing CPubKey
* scripted-diff: rename node to peer for mininodes
* [test] fix race conditions and test in p2p_filter
* [test] sending invalid msgs to node with bloomfilters=0 causes disconnect
* [test] add BIP 37 test for node with fRelay=false
* [test] add mempool msg test for node with bloomfilter enabled
* Make SetMiscWarning() accept bilingual_str argument
* Make GetWarnings() return bilingual_str
* refactor: Make GetWarnings() bilingual_str aware internally
* test: mempool.dat compatibility between versions
* gui: add missing translation.h include to fix build
* [TESTS] Move base58 to own module to break circular dependency
* Update MSVC build config for libsecp256k1
* Squashed \'src/secp256k1/\' changes from b19c000063..2ed54da18a
* change blacklist to blocklist
* test: Add BerkeleyDatabase tsan suppression
* scripted-diff: replace MAX_BLOCKS_ONLY_CONNECTIONS with MAX_BLOCK_RELAY_ONLY_CONNECTIONS
* refactor: Change Node::initError to take bilingual_str
* refactor: Put`TryParsePermissionFlags` in anonymous namespace
* refactor: Error message bilingual_str consistency
* refactor: Replace RecursiveMutex with Mutex in warnings.cpp
* Call SHA256AutoDetect in benchmark setup
* refactor: Add AbortError alias
* doc: Mention repo split in the READMEs
* doc: Add redirect for GUI issues and pull requests
* Refactor resource exhaustion test
* test: Remove leftover comment in mining_basic
* test: pep-8 mining_basic
* doc: Extract net permissions doc
* doc: release note for rpc getaddressinfo removals
* rpc: getaddressinfo RPCResult fixup
* rpc: remove deprecated getaddressinfo `labels: purpose`
* rpc: remove deprecated getaddressinfo `label` field
* util: Don\'t reference errno when pthread fails.
* Fix \"invalid message size\" test
* Move size limits to module-global
* Remove two unneeded tests
* doc: release note for `db` log category removal
* log: remove deprecated `db` log category
* ci: Switch to bitcoincore.org download
* refactor: Fix formatting of timedata.cpp
* doc: Add documentation for \'checklevel\' argument in \'verifychain\' RPC call
* Add functional test for P2P eviction logic of inbound peers
* refactor: Replace RecursiveMutex with Mutex in netbase.cpp
* test: Avoid overwriting the NodeContext member of the testing setup
* refactor: Replace RecursiveMutex with Mutex in timedata.cpp
* build: Add -Wshadow-field
* refactor: Make CScriptVisitor stateless
* rpc: Validate provided keys for query_options parameter in listunspent
* refactor: Replace RecursiveMutex with Mutex in Shutdown()
* [tests] Make mininode_lock non-reentrant
* [tests] Don\'t call super twice in P2PTxInvStore.on_inv()
* [tests] Don\'t acquire mininode_lock twice in wait_for_broadcast()
* [tests] Only acquire lock once in p2p_compactblocks.py
* doc: Add mypy to test dependencies
* test: Do not swallow flake8 exit code
* refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable functions
* build: turn on --enable-c++17 by --enable-fuzz
* ci: tsan with wallet
* doc: noban precludes maxuploadtarget disconnects
* net: Reformat excessively long if condition into multiple lines
* Drop MSG_NOPREFIX flag
* Pass bilingual_str argument to AbortNode()
* refactor: Use bilingual_str::empty()
* refactor: Specify boost/thread/thread.hpp explicitly
* txdb: Remove unused boost/thread
* txindex: Remove unused boost/thread
* test: Make valgrind.supp work on aarch64
* [test] CScriptNum Decode Check as Unit Tests
* validation: Make VerifyDB level 4 interruptible
* validation: Remove unused boost interruption_point
* build: improved output of configure for build OS
* doc: Move 0.21 fragments into the main release notes
* doc: Add release-notes-0.20.0.md
* doc: Remove release notes of 0.20.1 release
* tests: Avoid fuzzer-specific nullptr dereference in libevent when handling PROXY requests
* wallet: Remove unused boost::thread_interrupted
* rpc: add missing space in JSON parsing error message, update test
* test: add multiwallet tests for bitcoin-cli -generate
* cli: add multiwallet capability to GetNewAddress and -generate
* test: add tests for bitcoin-cli -generate
* cli: create bitcoin-cli -generate command
* cli: extract ParseResult() and ParseError()
* cli: create GenerateToAddressRequestHandler class
* cli: create GetNewAddress()
* rpc: make generatetoaddress locals const
* This PR adds initial support for type hints checking in python scripts.
* refactor: replace CNode pointers by references within net_processing.{h,cpp}
* build: Enable unreachable-code-loop-increment
* refactor: Fix unreachable code in init arg checks
* qt: lock cs_main, m_cached_tip_mutex in that order
* rpc: create rpc/mining.h, hoist default max tries values to constant
* [test] Add test for NODE_COMPACT_FILTER.
* [net] Signal NODE_COMPACT_FILTERS if we\'re serving compact filters.
* Apply cfilters review fixups
* gui: Add Close All Wallets action
* gui: Add closeAllWallets to WalletController
* ci: Remove unused workaround
* ci: Install llvm to get llvm symbolizer
* test: Add more tsan suppressions
* test: Add missing sync_blocks to wallet_hd
* test: pep-8 wallet_hd
* doc: Sync \"how to upgrade\" with 0.20.0 release notes
* doc: Add release notes for 17219
* ci: Mute depends logs completely
* test: Extend tsan suppressions for clang stdlib
* ci: Use libc++ instead of libstdc++ for tsan
* ci: Set halt_on_error=1 for tsan
* ci: Deduplicate DOCKER_EXEC
* cirrus: Remove no longer needed install step
* tests: Add fuzzing harness for functions in script/sign.h
* tests: Add fuzzing harness for functions in script/sigcache.h
* tests: Add fuzzing harness for functions in script/interpreter.h
* tests: Add fuzzing harness for functions in script/descriptor.h
* tests: Add fuzzing harness for functions in script/bitcoinconsensus.h
* tests: Fill fuzzing coverage gaps for functions in script/script.h, script/script_error.h and script/standard.h
* rpc: Remove special case for unknown service flags
* Limit scope of all global std::once_flag
* test: Explain that a bug should be filed when the test fail
* util: dedup code in callers of serviceFlagToStr()
* util: simplify the interface of serviceFlagToStr()
* tests: Add fuzzing helper functions ConsumeDataStream, ConsumeTxDestination and ConsumeUInt160
* net: improve code documentation for dns seed behaviour
* gui, refactor: Register Qt meta types in application constructor
* doc: Switch scheduler to doxygen comments
* scheduler: Replace stop(true) with StopWhenDrained()
* Add missing QPainterPath include
* build: Only allow ASCII identifiers
* [tools] Update clang-format config
* doc: Explain that anyone can work on good first issues, move text to CONTRIBUTING.md
* doc: Expand section on Getting Started
* doc: Add headings to CONTRIBUTING.md
* doc: Remove unused documentation about unimplemented features
* doc: Switch boost::thread to std::thread in scheduler
* validation: use std::chrono in IsCurrentForFeeEstimation()
* validation: use std::chrono in CChainState::FlushStateToDisk()
* scripted-diff: replace gArgs with argsman
* Create a local class inherited from BasicTestingSetup with a localized args manager and put it into the getarg_tests namespace
* test: Remove unused scheduler.h include from the common setup
* scheduler: Remove unused REVERSE_LOCK
* build: Replace -Wthread-safety-analysis with broader -Wthread-safety
* Get rid of -Wthread-safety-precise warnings
* Use template function instead of void
* parameter
* refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex
* Add thread safety annotated wrapper for std::mutex
* Remove g_rpc_chain global
* refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommands
* depends: Propagate only specific CLI variables to sub-makes
* depends: boost: Use clang toolset if clang in CXX
* depends: boost: Split target-os from toolset
* depends: boost: Specify toolset to bootstrap.sh
* depends: Propagate well-known vars into depends
* walletdb: Remove unsed boost/thread
* doc: Fix unrelated typos reported by codespell
* qt: Add privacy feature to Overview page
* doc : add link to readme.md in the first section
* wallet: Make PeriodicFlush uninterruptible
* qt: increase console command max length
* [test] Add test for cfilters.
* [net processing] Message handling for getcfilters.
* [indexes] Fix default [de]serialization of BlockFilter.
* [refactor] Pass CNode and CConnman by reference
* Remove outdated comment about DER encoding
* logging: thread safety annotations
* refactor: replace pointers by references within tx_verify.{h,cpp}
* util/system.cpp: add thread safety annotations for dir_locks
* [trivial/doc] Fix comment type
* [doc] Update unbroadcast description in RPC results
* [trivial] Remove misleading \'const\'
* [test] Manage node connections better in mempool persist test
* [doc] Provide rationale for randomization in scheduling.
* [mempool] Don\'t throw expected error message when upgrading
* [test] Test that wallet transactions aren\'t rebroadcast before 12 hours
* [test] P2P connection behavior should meet expectations
* [test] updates to unbroadcast test
* [docs] add release notes
* Add release notes about salvage changes
* Move RecoverKeysOnlyFilter into RecoverDataBaseFile
* Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}
* Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standalone
* Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilter
* Move BerkeleyEnvironment::Salvage into BerkeleyBatch::Recover
* walletdb: remove fAggressive from Salvage
* walletdb: don\'t automatically salvage when corruption is detected
* wallet: remove -salvagewallet
* Add basic test for bitcoin-wallet salvage
* wallettool: Add a salvage command
* tests: Add fuzzing harness for CCoinsViewCache
* Remove old serialization primitives
* Convert LimitedString to formatter
* Convert wallet to new serialization
* BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip signals.
* Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
* test: Remove global wait_until from p2p_getdata
* test: Default mininode.wait_until timeout to 60s
* qt: Add BitcoinUnits::formatWithPrivacy() function
* test: pep-8 p2p_getdata.py
* gui: update Qt base translations for macOS release
* doc: Drop protobuf stuff
* trivial: Suggested cleanups to surrounding code
* rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
* rpc: factor out RpcInterruptionPoint from dumptxoutset
* [test] Add test for cfheaders
* [net processing] Message handling for getcfheaders.
* [doc] Add comment for m_headers_cache
* tests: Don\'t limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers)
* doc: Add and fix comments about never destroyed objects
* Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyMan
* Split SetHDChain into AddHDChain and LoadHDChain
* refactor: Replace const char
* to std::string
* validation: Mark g_chainman DEPRECATED
* validation: Make ProcessNewBlock
*() members of ChainstateManager
* validation: Make PruneOneBlockFile() a member of ChainstateManager
* validation: Make LoadBlockIndex() a member of ChainstateManager
* net: Pass chainman into PeerLogicValidation
* node: Add chainman alias for g_chainman
* test: Set -logthreadnames in unit tests
* init: Setup scheduler in tests and init in exactly the same way
* test: Default --previous-releases to false if dir is empty
* test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option
* test: add -getinfo multiwallet functional tests
* rpc: drop unused JSONRPCProcessBatchReply size arg, refactor
* cli: use GetWalletBalances() functionality for -getinfo
* cli: create GetWalletBalances() to fetch multiwallet balances
* cli: lift -rpcwallet logic up to CommandLineRPC()
* cli: extract connection exception handler, -rpcwait logic
* tests: implement base58_decode
* Convert Qt to new serialization
* guix: Add clarifying documentation for V env var
* net: Use C++11 member initialization in protocol
* test: Fix intermittent ETIMEDOUT on FreeBSD
* test: Fix intermittent failure in feature_dbcrash
* Add comments to CustomUintFormatter
* [test] wait for inital broadcast before comparing mempool entries
* [mempool] sanity check that all unbroadcast txns are in mempool
* [rpc] add unbroadcast info to mempool entries and getmempoolinfo
* Change docs for walletcreatefundedpsbt RPC method
* http: Avoid crash when g_thread_http was never started
* test: Replace inline-comments with logs, pep8 formatting
* init: Remove confusing and redundant InitError
* test/checkqueue_tests: thread safety annotations
* rpc/blockchain.cpp: thread safety annotations for latestblock
* net: fMsgProcWake use LOCK instead of lock_guard
* wallet/wallet.h: Remove mutexScanning which was only protecting a single atomic bool
* ci: Set DEBIAN_FRONTEND=noninteractive
* ci: tsan on clang-9
* refactor: Remove Node:: queries from GUI
* qt: Add SynchronizationState enum to signal parameter
* refactor: Remove Node::getReindex() call from GUI
* refactor: Pass SynchronizationState enum to GUI
* refactor: Remove unused bool parameter in RPCNotifyBlockChange()
* refactor: Remove unused bool parameter in BlockNotifyGenesisWait()
* Replace thread_local g_lockstack with a mutex-protected map
* refactor: Refactor duplicated code into LockHeld()
* refactor: Add LockPair type alias
* refactor: Add LockStackItem type alias
* Prevent UB in DeleteLock() function
* [indexes] Add compact block filter headers cache
* docs: Add notes on how to diasble rpc timeout in functional tests while attatching gdb.
* test: Add capability to disable RPC timeout in functional tests.
* [wallet] remove nLastResend logic
* log: Remove \"No rpcpassword set\" from logs
* Updated comment for the condition where a transaction relay is denied
* gui: Remove un-actionable TODO
* net: Run clang-format on protocol.h
* net: Remove un-actionable TODO
* log: Properly log txs rejected from mempool
* Remove IBD check in sethdseed
* Test that keys from inactive seeds are generated
* Generate new keys for inactive seeds after marking used
* Determine inactive HD seeds from key metadata and track them in LegacyScriptPubKeyMan
* Remove unnecessary blockfile SetPos
* wallet: Minimal fix to restore conflicted transaction notifications
* Switch from Optional to std::optional (C++17). Run clang-format.
* tests: Fill fuzzing coverage gaps for functions in util/translation.h
* tests: Fill fuzzing coverage gaps for functions in consensus/validation.h
* tests: Fill fuzzing coverage gaps for functions in primitives/block.h
* test: Remove const to work around compiler error on xenial
* test: Check that invalid witness destinations can not be imported
* scripts: add additional type annotations to security-check.py
* scripts: add run_command to security-check.py
* scripts: remove NONFATAL from security-check.py
* scripts: no-longer check for 32 bit windows in security-check.py
* build: enforce minimum required Windows version (7)
* miner: Avoid stack-use-after-return in validationinterface
* test: Remove UninterruptibleSleep from test and replace it by SyncWithValidationInterfaceQueue
* validationinterface: Rework documentation, Rename pwalletIn to callbacks
* test: Add unregister_validation_interface_race test
* refactor: Remove g_rpc_node global
* scripted-diff: Remove g_rpc_node references
* refactor: Pass NodeContext to RPC and REST methods through util::Ref
* Add util::Ref class as temporary alternative for c++17 std::any
* qt: Fix shutdown when waitfor
* cmds are called from RPC console
* qt: Remove QFont warnings with QPA=minimal
* Do not answer GETDATA for to-be-announced tx
* Simplify usage of Span in several places
* Add Span constructors for arrays and vectors
* Make pointer-based Span construction safer
* Make Span size type unsigned
* [net processing] Only send a getheaders for one block in an INV
* Push down use of cs_main into FindTxForGetData
* Abstract logic to determine whether to answer tx GETDATA
* build: Enable -Wsuggest-override
* multiprocess: add multiprocess travis configuration
* depends: add MULTIPROCESS depends option
* build: multiprocess autotools changes
* guix: Make V=1 more powerful for debugging
* fuzz: Stop nodes in process_message
* fuzzers
* test: use p2p constants in denial of service tests
* p2p: add MAX_FEELER_CONNECTIONS constant
* Add a link from ZMQ doc to ZMQ example in contrib/
* avoided os-dependant path
* fuzz: Give CNode ownership to ConnmanTestMsg in process_message fuzz harness
* refactor: Add BerkeleyDatabaseVersion() function
* rpcwallet: Replace pwallet-> with wallet.
* rpcwallet: Replace boost::optional::emplace with simple assignment of T{}
* doc: add c++17-enable to fuzzing instructions
* refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNetMsg
* util: Drop OpOriginal() and OpTranslated()
* gui: Do not translate InitWarning messages in debug.log
* util: Enhance Join()
* Set LD_LIBRARY_PATH consistently in travis tests
* net: use CMessageHeader::HEADER_SIZE, add missing include
* Remove unused ci configs that have been moved elsewhere
* fuzz: Pass down MAKEJOBS to test_runner
* build: don\'t pass -w when building for Windows
* util: Enhance bilingual_str
* fuzz: use std::optional for sep_pos variable
* build: Enable -Werror=sign-compare
* refactor: Rework asmap Interpret to avoid ptrdiff_t
* [test] Add test for cfcheckpt
* [net processing] Message handling for getcfcheckpt.
* [init] Add -peerblockfilters option
* fuzz: fix vector size problem in system fuzzer
* test: Fix outstanding -Wsign-compare errors
* [ci] make list of previous releases to download a setting
* refactor: Remove override for final overriders
* refactor: Use override for non-final overriders
* Test txinwitness is accessible on coinbase vin
* Expose txinwitness for coinbase in JSON form
* test: Remove unnecessary disconnect_nodes call in rpc_psbt.py
* test: remove redundant two-way disconnect_nodes calls
* test: warn if nodes not connected before disconnect_nodes
* travis: Remove s390x
* test: explicit imports from test_framework.messages in p2p_invalid_messages.py
* test: add inventory type constant MSG_CMPCT_BLOCK
* test: replace inv type magic numbers by constants
* test: remove glibc fdelt sanity check
* build: remove fdelt_chk backwards compatibility code
* Fix ZapSelectTx to sync wallet spends
* qt: Reset toolbar after all wallets are closed
* qt: Display warnings as rich text
* rpc: Relock wallet only if most recent callback
* travis: Remove valgrind
* build: make linker checks more robust
* rpc/blockchain.cpp: Remove g_utxosetscan mutex that is only protecting a single atomic variable
* gui: Fix manual coin control with multiple wallets loaded
* test: Fix intermittent sync_blocks failures
* test: Remove RPCOverloadWrapper boilerplate
* build: enable -Werror=gnu
* contrib: Remove optimize-pngs.py script, which lives in the maintainer repo
* wallet: error if an explicit fee rate was given but the needed fee rate differed
* Add test for param interaction b/w -blocksonly and -whitelistforcerelay
* Change SetType to SetInternal and remove m_address_type
* Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan
* rpc: createwallet warning that descriptor wallets are experimental
* docs: Add release notes for descriptor wallets
* build: Suppress -Wdeprecated-copy warnings
* valgrind : remove duplicate BCLog::Logger suppression
* valgrind: remove rest_blockhash_by_height suppression
* qt: Rename slot to updateDisplayUnit()
* qt: Overhaul ReceiveRequestDialog
* test: Add test for conflicted wallet tx notifications
* util: Cleanup translation.h
* doc: Do not translate technical or extremely rare errors
* Make InitError bilingual
* Make ThreadSafe{MessageBox|Question} bilingual
* gui: Add detailed text to BitcoinGUI::message
* rel-builds: Specify core.abbrev for git-rev-parse
* Drop unused GIT_COMMIT_DATE macro
* refactor: Remove duplicated code
* wallet: Fix typo in assert that is compile-time true
* test: Fix verack race to avoid intermittent test failures
* [test] backwards compatibility: bump v0.19.0.1 to v0.19.1
* [test] add v0.16.3 backwards compatibility test
* gui: Fix itemWalletAddress leak when not tree mode
* Remove CCoinsViewCache::GetValueIn(...)
* build: warn on potentially uninitialized reads
* tests: feature_backwards_compatibility.py test downgrade after upgrade
* test: add factor option to adjust test timeouts
* doc: Fix typo in Coin doxygen comment
* have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argument
* build: Rename BUILD_
* macros and the code self-descriptive
* scripted-diff: Rename share/genbuild.sh macros to more meaningful ones
* build: Accomodate makensis v2.x
* guix: Remove logical cores requirement
* lint: Also enable source statements for non-gitian
* rel-builds: Directly deploy win installer to OUTDIR
* test: Fix p2p_leak intermittent issue
* test: Fix intermittent p2p_segwit issue
* wallet: Remove trailing whitespace from potential translation strings
* wallet: Report full error message in wallettool
* wallet: Avoid translating RPC errors when creating txs
* wallet: Avoid translating RPC errors when loading wallets
* Revert \"gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged\"
* Get rid of BindWallet
* gui: Avoid wallet tryGetBalances calls before TransactionChanged or BlockTip notifications
* Disable CWalletTx copy constructor
* Cancel wallet balance timer when shutdown requested
* Avoid copying CWalletTx in LoadToWallet
* Switch transaction table to use wallet height not node height
* Get rid of unneeded CWalletTx::Init parameter
* Remove CWalletTx merging logic from AddToWallet
* [wallet] Remove locked_chain from CWallet, its RPCs and tests
* [wallet] Move methods from Chain::Lock interface to simple Chain
* [wallet] Move getBlockHash from Chain::Lock interface to simple Chain
* [wallet] Move getBlockHeight from Chain::Lock interface to simple Chain
* [wallet] Move getHeight from Chain::Lock interface to simple Chain
* ci: Merge C++17 build with one of the existing ones
* test: Strip down previous releases boilerplate
* tests: Clarify how we avoid hitting the signed integer overflow in CFeeRate::GetFeePerK() when fuzzing
* tests: Add fuzzing harness for IsRBFOptIn(...)
* tests: Add fuzzing harness for CBlockPolicyEstimator
* test: Add test for GetRandMillis and GetRandMicros
* Add templated GetRandomDuration<>
* build: add -Wgnu to compile flags
* Remove use of non-standard zero variadic macros
* Drop unused LOG_TIME_MICROS helper
* prevector: Avoid unnamed struct, which is a GNU extension
* test: fix message for ECC_InitSanityCheck test
* [docs] Improve commenting in ProcessGetData()
* [test] test that an invalid GETDATA doesn\'t prevent processing of future messages
* qt: Track QEvent::Resize during animation
* Use salted hasher instead of nonce in sigcache
* [net processing] ignore unknown INV types in GETDATA messages
* [net processing] ignore tx GETDATA from blocks-only peers
* test: added test for upgradewallet RPC
* rpc: Add mutex to guard deadlineTimers
* Add Hash Padding Microbenchmarks
* test: add test for witness commitment index
* validation: Add minimum witness commitment size constant
* fix: update rest info on block size and json
* rpc: Do not advertise dumptxoutset as a way to flush the chainstate
* Drop unused CLIENT_VERSION_SUFFIX macro
* net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE fix
* tests: Add missing sync_all to wallet_importdescriptors.py
* test: Fix wallet_bumpfee intermittent error
* nsis: Specify OutFile path only once
* guix: Expose GIT_COMMON_DIR in container as readonly
* guix: Make source tarball using git-archive
* gitian: Limit sourced script to just assignments
* ci: Document why tests can not be run on mac
* ci: Fix default retry script usage
* init: Remove boost from ThreadImport
* tests: Add fuzzing harness for MessageSign, MessageVerify and other functions in util/message.h
* ci: Add and document BASE_BUILD_DIR
* wallet: Make sure no WalletDescriptor members are uninitialized after construction
* wallet: Make sure no DescriptorScriptPubKeyMan members are uninitialized after construction
* doc: Better explain GNU ld\'s dislike of ld64\'s options
* ci: Run functional tests on mac again
* test: Add CreateWalletFromFile test
* Prevent valgrind false positive in rest_blockhash_by_height
* wallet: Recommned absolute path for dumpwallet
* test: use unittest and test_runner for test framework unit testing
* tests: Sort fuzzing harnesses
* tests: Add fuzzing coverage for JSONRPCTransactionError(...) and RPCErrorFromTransactionError(...)
* tests: Add fuzzing coverage for TransactionErrorString(...)
* tests: Add fuzzing coverage for ParseFixedPoint(...)
* tests: Add fuzzing coverage for FormatHDKeypath(...) and WriteHDKeypath(...)
* tests: Add fuzzing coverage for CHECK_NONFATAL(...)
* tests: Add fuzzing coverage for StringForFeeReason(...)
* tests: Add fuzzing harness for functions in system.h (ArgsManager)
* qt: remove todo bug fix for old versions of Qt
* Fix WSL file locking by using flock instead of fcntl
* test: Remove raw-tx byte juggling in mempool_reorg
* test: check misbehavior more independently in p2p_filter.py
* test: use zero-argument super() shortcut (Python 3.0+)
* bench: Start nodes with -nodebuglogfile
* test: add coverage for -rpcwallet cli option
* test: Add mempool_updatefromblock.py
* fuzz: Remove enumeration of expected deserialization exceptions in ProcessMessage(...) fuzzer
* tests: Add fuzzing harness for functions in primitives/transaction.h
* refactor: test: use wait_for_getdata() in p2p_compactblocks.py
* test: Fix intermittent failure in wallet_importmulti
* test: Fix intermittent error in mempool_reorg
* [mempool] Persist unbroadcast set to mempool.dat
* [test] Integration tests for unbroadcast functionality
* [refactor/test] Extract P2PTxInvStore into test framework
* [wallet] Update the rebroadcast frequency to be ~1/day.
* [p2p] Reattempt initial send of unbroadcast transactions
* [util] Add method that returns random time in milliseconds
* [mempool] Track \"unbroadcast\" transactions
* Add a --descriptors option to various tests
* tests: Add RPCOverloadWrapper which overloads some disabled RPCs
* Correctly check for default wallet
* Implement CWallet::IsSpentKey for non-LegacySPKMans
* Return error when no ScriptPubKeyMan is available for specified type
* Change wallet_encryption.py to use signmessage instead of dumpprivkey
* Functional tests for descriptor wallets
* add importdescriptors RPC and tests for native descriptor wallets
* Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
* Generate new descriptors when encrypting
* Be able to create new wallets with DescriptorScriptPubKeyMans as backing
* Implement GetMetadata in DescriptorScriptPubKeyMan
* Change GetMetadata to use unique_ptr
* Implement FillPSBT in DescriptorScriptPubKeyMan
* Implement SignMessage for descriptor wallets
* Implement SignTransaction in DescriptorScriptPubKeyMan
* Implement GetSolvingProvider for DescriptorScriptPubKeyMan
* Implement GetKeypoolOldestTime and only display it if greater than 0
* Implement ReturnDestination in DescriptorScriptPubKeyMan
* Implement GetReservedDestination in DescriptorScriptPubKeyMan
* Implement Unlock and Encrypt in DescriptorScriptPubKeyMan
* Implement GetNewDestination for DescriptorScriptPubKeyMan
* Implement TopUp in DescriptorScriptPubKeyMan
* Implement SetupGeneration for DescriptorScriptPubKeyMan
* Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet file
* Implement several simple functions in DescriptorScriptPubKeyMan
* Add IsSingleType to Descriptors
* Implement loading of keys for DescriptorScriptPubKeyMan
* Load the descriptor cache from the wallet file
* Implement GetID for DescriptorScriptPubKeyMan
* Implement IsHDEnabled in DescriptorScriptPubKeyMan
* Implement MarkUnusedAddresses in DescriptorScriptPubKeyMan
* Implement IsMine for DescriptorScriptPubKeyMan
* Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWallet
* Implement SetType in DescriptorScriptPubKeyMan
* Store WalletDescriptor in DescriptorScriptPubKeyMan
* Add a lock cs_desc_man for DescriptorScriptPubKeyMan
* Introduce WalletDescriptor class
* Create LegacyScriptPubKeyMan when not a descriptor wallet
* Return nullptr from GetLegacyScriptPubKeyMan if descriptor wallet
* Add WALLET_FLAG_DESCRIPTORS
* Introduce DescriptorScriptPubKeyMan as a dummy class
* Introduce SetType function to tell ScriptPubKeyMans the type and internal-ness of it
* Fix naming of macOS SDK and clarify version
* [net processing] Move all const declarations to top of net_processing.cpp
* [validation] Move all const declarations to top of validation.h
* [validation] Move validation-only consts to validation.cpp
* [net processing] Move net processing consts to net_processing.cpp
* scripts: add PE .reloc section check to security-check.py
* test: Check submitblock return values
* tests: Add fuzzing harness for functions in primitives/block.h
* test: check for matching object hashes in wait_for_getdata
* doc: Document how to fuzz Bitcoin Core using honggfuzz
* doc: Add wallet release notes for 0.21.0
* depends: Add --sysroot option to mac os native compile flags
* Add release notes skeleton, so that notes can be filled easier
* test: Remove unused, undocumented and misleading CScript.__add__
* [docs] use consistent naming for possible_overwrite
* [tests] small whitespace fixup
* scripted-diff: Rename PRUNED to SPENT in coins tests
* [docs] Improve commenting in coins.cpp|h
* [test] add 8 error messages to feature_segwit and change version to type
* test: display command line options passed to send_cli() in debug log
* bench: add CAddrMan benchmarks
* test: Fix linter issue
* scripts: add MACHO LAZY_BINDINGS test to test-security-check.py
* scripts: add MACHO Canary check to security-check.py
* doc: fix typo in configure.ac
* test: add further BIP37 size limit checks to p2p_filter.py
* tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRiceDecode)
* Do not expose and consider -logthreadnames when it does not work
* doc: note why we can\'t use thread_local with glibc back compat
* test: fix intermittent race condition in interface_bitcoin_cli.py
* test: add wait_for_cookie_credentials() to test framework
* wallet: Refactor WalletRescanReserver to use wallet reference
* ci: Remove xenial tsan workaround
* test: Increase debugging to hunt down mempool_reorg intermittent failure
* build: fix ASLR for bitcoin-cli on Windows
* test: Properly raise FailedToStartError when rpc shutdown before warmup finished (take 2)
* rpc: doc: Fix and extend getblockstats examples
* test: Replace boost::mutex with std::mutex
* test: Bump timeout in wallet_import_rescan
* fuzz: Run in parallel
* fuzz: http_request workaround for libevent < 2.1.1
* bench: Replace ::mempool globabl with test_setup.mempool
* bench: Remove requirement that all benches use RegTestingSetup
* refactor: Drop unused ${WRAP_DIR}/${HOST} directory
* build: Drop make dist in gitian builds
* ci: Disable valgrind functionl tests on forked repos to avoid timeouts
* fuzz: fix unused variable compiler warning
* build: Set libevent minimum version to 2.0.21
* test: Move boost/stdlib includes last
* Adding build instructions to Bitcoin Core, fixes #18658
* wallet: Add BlockUntilSyncedToCurrentChain to dumpwallet
* refactor: Remove unused methods CBloomFilter::reset()/clear()
* [tests] Don\'t initialize PrecomputedTransactionData in txvalidationcache tests
* scripted-diff: Bump copyright headers
* scripted-diff: Sort test includes
* util: Document why ArgsManager (con/de)structor is not inline
* Disable unavailable context menu items in transactions tab
* log: Use Join() helper when listing log categories
* ci: Limit cache size regardless of NO_DEPENDS
* rpc: Document all aliases for first arg of listtransactions
* rpc: Document all aliases for second arg of getblock
* bench: Remove unused argsman.ClearArgs
* scripted-diff: Replace gArgs with local argsman in bench
* tools: Add unused argsman to bench_bitcoin
* test: Verify findCommonAncestor always initializes outputs
* fuzz: Disable debug log file
* test: Add optional extra_args to testing setup
* node: Add args alias for gArgs global
* [doc] Update thread information in developer docs
* test: Avoid accessing free\'d memory in validation_chainstatemanager_tests
* test: add -getinfo \"unlocked_until\" and \"headers\" coverage
* test: verify cli.getwalletinfo in wallet section
* test: verify bitcoin-cli -version with node stopped
* test: add coverage for bitcoin-cli -rpcwait
* script: Remove undocumented and unused operator+
* scripted-diff: test: replace command with msgtype
* qt: Make bitcoin.ico non-executable
* tests: Add std::locale::global to list of locale dependent functions in lint-locale-dependence.sh
* gui: use PACKAGE_NAME in exception message
* test: Create cached blocks not in the future
* appveyor: Remove clcache
* ci: Add fuzzbuzz integration
* test: add more inactive filter tests to p2p_filter.py
* doc: Fix macos comments in release-notes
* rpc: settxfee respects -maxtxfee wallet setting
* appveyor: Disable functional tests for now
* test: Improve naming and logging of avoid_reuse tests
* wallet: Prefer full destination groups in coin selection
* util: Detect posix_fallocate() instead of assuming
* test: Add various low-level p2p tests
* Remove -upgradewallet startup option
* Add upgradewallet RPC
* Make UpgradeWallet a member function of CWallet
* Have UpgradeWallet take the version to upgrade to and an error message out parameter
* Only run UpgradeWallet if the wallet needs to be upgraded
* Move wallet upgrading to its own function
* Added my fingerprint Stephan Oeste (Emzy)
* script: Disallow silent bool -> CScript conversion
* gitian: add jonatack gpg key fingerprint
* doc: default minconf for getbalance should be 0
* rpc: Rename first arg of generateblock RPC to \"output\"
* test: Remove REJECT message code
* test: Try once more when RPC connection fails on Windows
* test: Document why connection is re-constructed on windows
* test: Remove python 3.4 workaround
* cirrus: Bump freebsd to 12.1
* build: add linker optimization flags to guix
* build: add linker optimization flags to gitian descriptors
* test: add rpc_signrawtransaction logging
* test: refactor rpc_signrawtransaction witness script tests
* [REFACTOR] Initialize PrecomputedTransactionData in CheckInputScripts
* Add C++17 test to Travis
* gitian: Add missing automake package to gitian-win-signer.yml
* test: Extend wallet_dump test to cover comments
* refactor: test: improve wait_for{header,merkleblock} interface
* test: complete impl. of msg_merkleblock and wait_for_merkleblock
* Add configure option for c++17
* Support conversion between Spans of compatible types
* Update ax_cxx_compile_stdcxx.m4
* Revert \"Merge #16367: Multiprocess build support\"
* rpc: Remove deprecated migration code
* build: Bump gitian descriptors to 0.21
* ci: Add pip cache
* ci: Print ccache statistics summary
* ci: Drop unused WINEDEBUG variable
* build: Bump version to 0.20.99
* test: Check that the version message does not leak the local address of the node
* test: update and harden interface_bitcoin_cli tests
* cli -getinfo: use getbalances instead of deprecated getwalletinfo balance
* net: limit BIP37 filter lifespan (active between \'filterload\' and \'filterclear\')
* script: prevent UB when computing abs value for num opcode serialize
* Add asmap_direct fuzzer that tests Interpreter directly
* Make asmap Interpreter errors fatal and fuzz test it
* Add additional effiency checks to sanity checker
* Add asmap sanity checker
* Improve asmap Interpret checks and document failures
* Deal with decoding failures explicitly in asmap Interpret
* Introduce Instruction enum in asmap
* guix: Appease travis.
* guix: Use gcc-9 for mingw-w64 instead of 8
* guix: Don\'t set MINGW_HAS_SECURE_API CFLAG in depends
* guix: Bump to upstream commit with mingw-w64 changes
* Avoid non-trivial global constants in SHA-NI code
* build: remove -Qunused-arguments workaround for clang + ccache
* depends: Use default macos clang compiler
* Add multiprocess travis configuration
* Set LD_LIBRARY_PATH consistently in travis tests
* libmultiprocess depends build
* Multiprocess build changes
* Use getbalances in wallet_address_types tests
* Shift coverage from getunconfirmedbalance to getbalances in wallet_abandonconflict tests
* Improve getbalances coverage in wallet_balance tests
* guix: Check mingw symbols, improve SSP fix docs
* guix: Expand on INT trap message
* guix: Spelling fixes
* guix: Reinstate make-ssp-fixed-gcc
* guix: Bump time-machine for mingw-w64 patches
* guix: Use gcc-8 for mingw-w64 instead of 7
* guix: Set the well-known timezone env var
* guix: Make x86_64-w64-mingw32 builds reproducible
* guix: Remove dead links from README.
* guix: Appease shellcheck.
* guix: Improve guix-build.sh documentation
* guix: Build support for Windows
* Drop bitcoin-wallet dependency on libevent
* Drop unintended bitcoin-tx dependency on libevent
* rpc: Remove deprecated \"size\" from mempool txs
* rpc: Add documentation for deactivating settxfee
* wallet: Avoid use of Chain::Lock in CWallet::GetKeyBirthTimes
* wallet: Avoid use of Chain::Lock in CWallet::CreateTransaction
* wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactions
* wallet: Avoid use of Chain::Lock in rescanblockchain
* wallet refactor: Avoid use of Chain::Lock in CWallet::RescanFromTime
* wallet: Avoid use of Chain::Lock in listsinceblock
* wallet: Avoid use of Chain::Lock in importmulti
* wallet: Avoid use of Chain::Lock in importwallet and dumpwallet
* wallet: Avoid use of Chain::Lock in importprunedfunds
* wallet refactor: Avoid use of Chain::Lock in qt wallettests
* wallet: Avoid use of Chain::Lock in tryGetTxStatus and tryGetBalances
* refactor: Add interfaces::FoundBlock class to selectively return block data
* Convert everything except wallet/qt to new serialization
* Convert blockencodings_tests to new serialization
* Convert merkleblock to new serialization
* Add SER_READ and SER_WRITE for read/write-dependent statements
* Extend CustomUintFormatter to support enums
* Merge BigEndian functionality into CustomUintFormatter
* Merge getreceivedby tally into GetReceived function
* Add tests for generateblock
* Add generateblock rpc
* [psbt] add file size limit
* [gui] load PSBT
* [gui] save PSBT to file
* Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h
* lockedpool: avoid sensitive data in core files (FreeBSD)
* [consensus] MOVEONLY: Move single-sig checking EvalScript code to EvalChecksig
* qt: Use parent-child relation to manage lifetime of OptionsModel object
* [util] GetFileSize
* [gui] send dialog: split on_sendButton_clicked
* validation: delay flushing undo files in syncing node case
* build: Drop ZeroMQ patch for glibc < 2.12
* build: Drop ZeroMQ patch for Mingw-w64 < 4.0
* fixing documentation to not require rpcpassword
* Fix a compiler warning: unused GetDevURandom()
* protect g_chainman with cs_main
* test: add basic tests for ChainstateManager
* use ChainstateManager to initialize chainstate
* refactor: move RewindBlockIndex to CChainState
* validation: introduce unused ChainstateManager
* validation: add CChainState.m_from_snapshot_blockhash
* DNS seeds: don\'t query DNS while network is inactive
* DNS seeds: wait for 5m instead of 11s if 1000+ peers are known
* build: Fix m4 escaping
* build: Remove extra tokens warning
* build: Remove duplicated QT_STATICPLUGIN define
* build: Fix indentation in bitcoin_qt.m4
* build: Use pkg-config in BITCOIN_QT_CONFIGURE for all hosts
* [rpc] fundrawtransaction: add_inputs option to control automatic input adding
* [rpc] walletcreatefundedpsbt: don\'t automatically append inputs
* build: Fix mingw pkgconfig file and dependency naming
* bnb: exit selection when best_waste is 0
* refactor: Use psbt forward declaration
* Add ChainClient setMockTime, getWallets methods
* Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr function
* Bugfix: GUI: Use unsigned long long type to avoid implicit conversion of MSB check
* gui: Add close window shortcut
* [wallet] allow transaction without change if keypool is empty
* [wallet] CreateTransaction: simplify change address check
* [wallet] translate \"Keypool ran out\" message
* Upgrade or rewrite encrypted key checksums
* Set fDecryptionThoroughlyChecked based on whether crypted key checksums are valid
* Read and write a checksum for encrypted keys
* qt: Hide non PKHash-Addresses in signing address book
* gui: Avoid redundant tx status updates
* DecodeHexTx: Break out transaction decoding logic into own function
* DecodeHexTx: Try case where txn has inputs first
* tests: have coins simulation test also use CCoinsViewDB
* wallet: Fix for exported confirmation field in payment to self transactions
* Always define the raii_event_tests test suite
* Additionally treat Tx.nVersion as unsigned in joinpsbts
* Dump transaction version as an unsigned integer in RPC/TxToUniv
* zmq: enable tcp keepalive
* Sat Aug 01 2020 marecAATTdetebe.org- Update to version 0.20.1:
* build: Bump version to 0.20.1-final
* [0.20] lint: fix shellcheck URL in CI install
* doc: Add changelog and authors to release notes for 0.20.1
* qt: Translation update for 0.20.1rc1
* doc: Regenerate man pages for 0.20.1rc1
* build: Bump version to 0.20.1rc1
* qt: Fix QFileDialog for static builds
* Increment input value sum only once per UTXO in decodepsbt
* Remove cached directories and associated script blocks from appveyor CI configuration.
* appveyor: Remove clcache
* doc: move-only release notes for 0.20.1
* doc: Clear release notes for minor release
* Clean up separated ban/discourage interface
* Replace automatic bans with discouragement filter
* test: remove Cirrus CI FreeBSD job
* qa: Test concurrent wallet loading
* wallet: Handle concurrent wallet loading
* tests: Check that segwit inputs in psbt have both UTXO types
* psbt: always put a non_witness_utxo and don\'t remove it
* psbt: Allow both non_witness_utxo and witness_utxo
* rpc: show both UTXOs in decodepsbt
* trivial: Suggested cleanups to surrounding code
* wallet: Minimal fix to restore conflicted transaction notifications
* Fix WSL file locking by using flock instead of fcntl
* gui: update Qt base translations for macOS release
* build: improved output of configure for build OS
* util: Don\'t reference errno when pthread fails.
* Add missing QPainterPath include
* QA: feature_segwit: Check that template \"rules\" includes \"!segwit\" as appropriate
* Bugfix: Include \"csv\",\"!segwit\" in \"rules\"
* Tue Jun 02 2020 marecAATTdetebe.org- Update to version 0.20.0:
* doc: Manpages update pre-final
* build: Set rc to 0 for -final
* doc: Merge 0.20.0 release notes from wiki
* build: Bump RC to rc2
* qt: Pre-rc2 translations update
* test: disable script fuzz tests
* fuzz: Remove enumeration of expected deserialization exceptions in ProcessMessage(...) fuzzer
* [net processing] Only send a getheaders for one block in an INV
* test: Remove const to work around compiler error on xenial
* miner: Avoid stack-use-after-return in validationinterface
* test: Add unregister_validation_interface_race test
* gui: Fix manual coin control with multiple wallets loaded
* test: Add test for conflicted wallet tx notifications
* rpc: Relock wallet only if most recent callback
* rpc: Add mutex to guard deadlineTimers
* [docs] Improve commenting in ProcessGetData()
* [test] test that an invalid GETDATA doesn\'t prevent processing of future messages
* [net processing] ignore unknown INV types in GETDATA messages
* [net processing] ignore tx GETDATA from blocks-only peers
* gui: Fix itemWalletAddress leak when not tree mode
* travis: Remove s390x
* travis: Remove valgrind
* build: Ensure source tarball has leading directory name
* rpc: Do not advertise dumptxoutset as a way to flush the chainstate
* Fix naming of macOS SDK and clarify version
* Do not expose and consider -logthreadnames when it does not work
* build: fix ASLR for bitcoin-cli on Windows
* build: Set libevent minimum version to 2.0.21
* Avoid non-trivial global constants in SHA-NI code
* gitian: Add missing automake package to gitian-win-signer.yml
* qt: Update translations pre-rc1
* doc: Update manpages pre-rc1
* build: Bump version to 0.20.0
* Correct scripted-diff example link
* ci: Rename RUN_CI_ON_HOST to DANGER_RUN_CI_ON_HOST
* ci: Add native s390x
* test: Set -use_value_profile=1 when merging fuzz inputs
* tests: Add coverage of {,Incremental}DynamicUsage(const std::set& s) to existing fuzzer
* tests: Add fuzzing harness for classes/functions in cuckoocache.h
* tests: Add fuzzing harness for classes/functions in checkqueue.h
* tests: Add coverage of GetVirtualTransactionSize(...) to existing fuzzer
* tests: Add fuzzing harness for AdditionOverflow(...)
* tests: Add fuzzing harness for FeeFilterRounder
* ci: Run unit tests sequential once
* appveyor: Enable minimal unit test logging to aid debugging
* Fix unregister_all_during_call cleanup
* test: Properly raise FailedToStartError when rpc shutdown before warmup finished
* build: Update ax_boost_mase.m4 to the latest serial
* Add test for UnregisterAllValidationInterfaces bug
* Do not clear validationinterface entries being executed
* Reorder the test instructions by number
* Merge and generalize case 3 and case 6
* Only run sanity check once at the end
* Assert immediately rather than caching failure
* Make a fuzzer-based copy of the prevector randomized test
* qt: Fix Window -> Minimize menu item
* Wallet: Change IsMine check in CWallet::DelAddressBook from assert to failure
* Wallet: Replace CAddressBookData.name with GetLabel() method
* QA: Test that change doesn\'t turn into non-change when spent in an avoid-reuse wallet
* test: Use one node to avoid a race due to missing sync in rpc_signrawtransaction
* rpc: Make verifychain default values static, not depend on global args
* test: wallet_bumpfee assertion fixup
* test: relax bumpfee dust_to_fee txsize an extra vbyte
* Remove PID file at the very end
* tests: Add fuzzing harness for HTTPRequest, libevent\'s evhttp and related functions
* test: skip backwards compat tests if not compiled with wallet
* scripted-diff: Replace strCommand with msg_type
* rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
* fuzz: Add process_messages harness
* build: create test_fuzz library from src/test/fuzz/fuzz.cpp
* tests: Add proof-of-work fuzzing harness
* refactor: drop boost::signals2 in validationinterface
* scripts: add MACHO lazy bindings check to security-check.py
* test: remaining replacements of (send_message+sync_with_ping) with send_and_ping
* fuzz: Extend script fuzz test
* fuzz: Extend descriptor fuzz test
* test: remove rapidcheck integration and tests
* net: Hardcoded seeds update for 0.20
* test: add BIP37 remote crash bug [CVE-2013-5700] test to p2p_filter.py
* [doc] fix git add argument
* fuzz: Add CScriptNum::getint coverage
* fuzz: Avoid running over all inputs after merging them
* Wallet: Add warning comments and assert to CWallet::DelAddressBook
* Wallet: Avoid unnecessary/redundant m_address_book lookups
* rpc: Fix rpcRunLater race in walletpassphrase
* Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
* Wallet: New FindAddressBookEntry method to filter out change entries (and skip ->second everywhere)
* Wallet: Add CAddressBookData::IsChange which returns true iff label has never been set
* Wallet: Require usage of new CAddressBookData::setLabel to change label
* scripted-diff: Wallet: Rename mapAddressBook to m_address_book
* test: Add basic addr relay test
* Bugfix: RPC: JSON null is not \"None\"
* Bugfix: RPC: Don\'t use a continuation elipsis after an elision elipsis
* Bugfix: RPC: Add missing commas and correct indentation of explicit ELISION
* net: Pass connman const when relaying address
* doc: Update webchat URLs in README.md
* init: Replace URL_WEBSITE with PACKAGE_URL
* build: Detect gmtime_
* definitions via configure
* chainparams: Bump assumed valid hash
* rpc: Make rpc documentation not depend on rpc args
* test: replace (send_message + sync_with_ping) with send_and_ping
* test: remove redundant sync_with_ping after add_p2p_connection
* qt: Translations update pre-branch
* Correctly compute redeemScript from witnessScript for signrawtransaction
* doc: Explain new test logging
* test: Remove redundant sync_with_ping after add_p2p_connection
* test: Wait for both veracks in add_p2p_connection
* gui: Delete progress dialog instead of hidding it
* wallet: Handle duplicate fileid exception
* doc: note the costs of fetching all pull requests
* test: add BIP37 \'filterclear\' test to p2p_filter.py
* ci: Use Focal for fuzzers
* test: check that peer is connected when calling sync_
*
* test: Remove unsafe BOOST_TEST_MESSAGE
* doc: block-relay-only is not blocksonly
* net: Add missing cs_vNodes lock
* tests: Add fuzzing harness for functions/classes in random.h
* tests: Add fuzzing harness for LimitedString (serialize.h)
* tests: Add fuzzing harness for functions/classes in span.h
* tests: Add fuzzing harness for functions/classes in merkleblock.h
* tests: Add fuzzing harness for functions/classes in flatfile.h
* Update -blocksonly documentation
* rpc: remove unused getbalances() code
* Bugfix: RPC: Remove final comma for last entry of fixed-size Arrays and Objects in RPCResult
* serialization: prevent int overflow for big Coin::nHeight
* net: Make addr relay mockable
* gui: Handle WalletModel::unload asynchronous
* Fix wallet unload race condition
* util: Replace i64tostr with ToString
* util: Remove unused itostr
* Limit decimal range of numbers ParseScript accepts
* test: add coverage for script parse error in ParseScript
* tests: Add fuzzing harness for functions/classes in chain.h
* tests: Add fuzzing harness for functions/classes in protocol.h
* ci: Remove misplaced comments from folded block scalar
* wallet: remove CreateTotalBumpTransaction()
* wallet: remove totalfee from createBumpTransaction()
* rpc: remove deprecated totalFee arg from RPC bumpfee
* ci: Use Homebrew addon on native macOS
* ci: Fix brew in Travis
* scripts: rename test_64bit_PE to test_PE
* scripts: add MACHO NX check to security-check.py
* scripts: add MACHO tests to test-security-check.py
* ci: Only clone bitcoin-core/qa-assets when fuzzing
* build: remove double LIBBITCOIN_SERVER from bench-Makefile
* test: Add basic test for BIP 37
* [scripts] previous_release: improve failed download error message
* tests: Add fuzzing harness for classes/functions in blockfilter.h
* tests: Add integer serialization/deserialization fuzzing harness
* Update with new Windows code signing certificate
* test: listsinceblock block height checks
* tests: Add fuzzing harness for functions in net_permissions.h
* tests: Add fuzzing harness for functions in timedata.h
* tests: Add fuzzing harness for functions in addrdb.h
* gui: avoid QT Designer/Form Editor re-formatting
* gui: display Mapped AS in peers info window
* Make VerifyWitnessProgram use a Span stack
* script: fix SCRIPT_ERR_SIG_PUSHONLY error string
* Check for overflow when calculating sum of outputs
* test: add executable flag for rpc_estimatefee.py
* ci: Run feature_block and feature_abortnode in valgrind
* tests: Don\'t assume presence of __builtin_mul_overflow in MultiplicationOverflow(...) fuzzing harness
* test: delete wallet_bumpfee_totalfee_deprecation.py
* test: update bumpfee testing from totalFee to fee_rate
* scripts: add PE dylib checking to symbol-check.py
* rpc: fix broken RPCExamples for waitforblock(height)
* build: Fix typo in EVENT_CFLAGS variable
* build: Fix libevent linking for bench_bitcoin binary
* rpc: add missing HelpExampleRpc for getblockfilter
* test: Remove ci timeout restriction in test_runner
* doc: Add internal interface conventions to developer notes
* refactor: Change createWallet, fillPSBT argument order
* refactor: Change Chain::broadcastTransaction param order
* refactor: Rename Chain::Notifications methods to be consistent with other interfaces methods
* refactor: Rename Node::disconnect methods
* refactor: Get rid of Wallet::IsWalletFlagSet method
* doc: Temporary note that release notes should be edited in wiki
* build: fix sysctl() detection on macOS
* doc: Add fuzzing quickstart guides for libFuzzer and afl-fuzz. Simplify instructions.
* Add bn2vch test to functional tests
* Simplify bn2vch using int.to_bytes
* Update merkle.cpp
* net: fix use-after-free in tests
* test: use fs namespace in dbwrapper unicodepath test
* doc: mention MAKE=gmake workaround when building on a BSD
* tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed signature checker
* tests: simplify next_block() function in feature_block
* doc: fix GetTimeMicros() comment in random.cpp
* rand: remove getentropy() fallback for macOS < 10.12
* tx: Bump transifex slug to 020x
* qt: Periodical translations update
* Fix missing header in sync.h
* build: Drop needless EXTRA_DIST content
* tests: Add fuzzing harness for various functions taking std::string as input
* tests: Add fuzzing harness for MultiplicationOverflow(...)
* tests: Add fuzzing harness for CFeeRate
* tests: Add fuzzing harness for CBlockHeader
* tests: Add fuzzing harness for count_seconds(...)
* test: Bump timeouts to avoid valgrind failures
* Replace std::to_string with locale-independent alternative
* Fix mining to an invalid target + ensure that a new block has the correct hash internally in Python tests
* Replace remaining literals BTC with CURRENCY_UNIT
* rpc: Document an RPCResult for all calls; Enforce at compile time
* rpc: Add missing newline in RPCResult description
* Fix nit in getblockchaininfo
* util: Fail to parse space-only strings in ParseMoney(...) (instead of parsing as zero)
* refactor: Remove mempool global from net
* build: Drop SOURCEDIST reordering
* build: Use git archive as source tarball
* [mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
* [validation] Remove pool member from ConnectTrace
* [validation] Remove NotifyEntryRemoved callback from ConnectTrace
* [validation] Remove conflictedTxs from PerBlockConnectTrace
* [validation interface] Remove vtxConflicted from BlockConnected
* [wallet] Notify conflicted transactions in TransactionRemovedFromMempool
* guix: Remove now-unnecessary gcc make flag
* fuzz: Add missing ECC_Start to key_io test
* test: Bump rpc timeout in feature_assumevalid to avoid valgrind timeouts
* test: Bump walletpassphrase timeouts in wallet_createwallet to avoid valgrind timeouts
* util: HelpExampleRpc formatting fixup
* tests: Add fuzzing of CSubNet, CNetAddr and CService related functions
* tests: Fuzz HasAllDesirableServiceFlags(...) and MayHaveUsefulAddressDB(...)
* tests: Fuzz DecodeBase64PSBT(...)
* tests: Simplify code by removing unwarranted use of unique_ptr:s
* tests: Fuzz DecodeHexBlk(...)
* tests: Fuzz RecursiveDynamicUsage(const std::shared_ptr& p)
* tests: Fuzz operator!= of CService
* tests: Increase fuzzing coverage of DecompressScript(...)
* tests: Fuzz currently uncovered code path in TxToUniv(...)
* tests: Re-arrange test cases in parse_univalue to increase coverage
* doc: Explain rebase/squash policy in CONTRIBUTING.md
* tests: Remove unit test from fuzzing harness
* tests: Add deserialization fuzzing of SnapshotMetadata (utxo_snapshot), uint160 and uint256
* tests: Add one specialized ProcessMessage(...) fuzzing binary per message type for optimal results when using coverage-guided fuzzing
* tests: Add fuzzing harness for ProcessMessage(...)
* ci: Enable all functional tests in valgrind
* bumpfee test: exit loop at proper time with new fee value being compared
* Add some test logging to wallet_bumpfee.py
* doc: asmap release note
* fuzz: Remove option --export_coverage from test_runner
* refactor: move DUMP_BANS_INTERVAL to banman.h
* scheduler: Make schedule
* methods type safe
* test: Explain why test logging should be used
* qa: Add getdescriptorinfo functional test
* Make lifetime correctness easier to see (avoid reference lifetime extension)
* tests: Add fuzzing harness for CScriptNum operations
* test: add logging to wallet_listsinceblock.py
* tests: Add fuzzing harness for CScript operations
* tests: Add common Consume
* fuzzing functions
* doc: Warn about wallet.dat re-use and backups
* doc: Add historical release notes for 0.19.1
* tests: Remove FUZZERS_MISSING_CORPORA
* tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functions (netaddress.h)
* Clear any input_errors for an input after it is signed
* Replace GetSigningProvider with GetSolvingProvider
* Move direct calls to MessageSign into new SignMessage functions in CWallet and ScriptPubKeyMan
* Move key and script filling and signing from CWallet::FillPSBT to ScriptPubKeyMan::FillPSBT
* Move FillPSBT to be a member of CWallet
* fuzz: Add option to merge input dir to test runner
* doc: Remove --disable-ccache from docs
* tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more harnesses
* rpc/wallet: initialize nFeeRequired to avoid using garbage value on failure
* Use CWallet::SignTransaction in CreateTransaction and signrawtransactionwithwallet
* Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransaction
* Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan
* Refactor rawtransaction\'s SignTransaction into generic SignTransaction function
* fuzz: Add assert(script == decompressed_script)
* build: Set minimum Automake version to 1.13
* Cache parent xpub inside of BIP32PubkeyProvider
* Only cache xpubs that have a hardened last step
* Cache the immediate derivation parent xpub
* Add DescriptorCache
* read_cache and DescriptorCache
* write_cache to Expand and GetPubKey
* Rename BIP32PubkeyProvider.m_extkey to m_root_extkey
* Track the index of the key expression in PubkeyProvider
* Introduce DescriptorCache struct which caches xpubs
* tests: Fuzz additional functions in the script fuzzing harness
* tests: Fuzz additional functions in the transaction fuzzing harness
* scheduler: Use C++11 member initialization, add shutdown assert
* tests: Fuzz additional functions in the integer fuzzing harness
* tests: Fuzz additional functions in the hex fuzzing harness
* tests: Add key_io fuzzing harness
* doc: remove Boost Chrono from install docs
* test: remove Boost Chrono installation from CI
* build: remove Boost Chrono detection from build system
* build: remove chrono package from depends Boost
* build: Add locale fuzzer to FUZZERS_MISSING_CORPORA
* test: Check that wait_until returns if time point is in the past
* lint-cppcheck: Remove -DHAVE_WORKING_BOOST_SLEEP_FOR
* tests: Add fuzzing harness for locale independence testing
* scheduler_tests: re-enable mockforward test
* Drop unused reverselock.h
* scheduler: switch from boost to std
* sync.h: add REVERSE_LOCK
* scheduler: don\'t rely on boost interrupt on shutdown
* tests: Add fuzzing harness for CKey related functions
* tests: Add float to FUZZERS_MISSING_CORPORA (temporarily)
* tests: Add serialization/deserialization fuzzing for integral types
* compressor: Make the domain of CompressAmount(...) explicit
* [rpc] changed MineBlocksOnDemand to IsMockableChain
* Remove redundant type information from rpc docs
* refactor: Cast ping values to double before output
* lockedpool: When possible, use madvise to avoid including sensitive information in core dumps
* refactor: Convert ping wait time from double to int64_t
* refactor: Convert min ping time from double to int64_t
* refactor: Convert ping time from double to int64_t
* doc: Merge release notes for 0.20.0 release
* init: move asmap code earlier in init process
* rpc: fix getpeerinfo RPCResult `mapped_as` type
* net: extract conditional to bool CNetAddr::IsHeNet
* logging: asmap logging and #include fixups
* test: add functional test for an empty, unparsable asmap
* config: separate the asmap finding and parsing checks
* config: enable passing -asmap an absolute file path
* config: use default value in -asmap config
* test: add feature_asmap functional tests
* test: Add bad-txns-
*-toolarge test cases to invalid_txs
* doc: Correct spelling errors in comments
* test: Bump timeouts to accomodate really slow disks
* wallet: use constant CWallets in rpcwallet.cpp
* wallet: make ReserveDestination pwallet ivar const
* wallet: make BackupWallet() const
* wallet: make getters const
* wallet/spkm: make GetOldestKeyPoolTime() const
* wallet: use constant CWallets in rpcdump.cpp
* wallet/db: make IsDummy() const
* wallet/db: make Backup() const
* wallet: make CanGetAddresses() const
* wallet: make KeypoolCountExternalKeys() const
* wallet: make CanGenerateKeys() const
* make BlockUntilSyncedToCurrentChain() const
* Change example addresses to bech32
* Drop unused mach time headers
* test: Add missing syncwithvalidationinterfacequeue
* test: add unit test for non-standard \"scriptsig-not-pushonly\" txs
* refactor: test/bench: dedup SetupDummyInputs()
* test: check specific reject reasons in feature_csv_activation.py
* util: Fail to parse empty string in ParseMoney
* util: Remove unused ParseMoney that takes a c_str
* Make AnalyzePSBT next role calculation simple, correct
* test: eliminiated magic numbers in feature_csv_activation.py
* test: check for OP_CSV empty stack fail reject reason in feature_csv_activation.py
* test: test OP_CSV empty stack fail in feature_csv_activation.py
* Templatize ValidationState instead of subclassing
* Remove ValidationState\'s constructor
* Refactor FormatStateMessage into ValidationState
* test: Fix race in p2p_segwit
* Add missing step in win deployment instructions
* build: add --enable-determinism configure flag
* test: check custom descendant limit in mempool_packages.py
* test: Disable mockforward scheduler unit test for now
* Convert blockencodings.h to new serialization framework
* Add CustomUintFormatter
* tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilter
* tests: Add fuzzing harness for bloom filter class CBloomFilter
* test: Reduce unneeded whitelist permissions in tests
* rpc: Auto-format RPCResult
* rpc: Move OuterType enum to header
* test: Add cost_of_change parameter assertions to bnb_search_test
* scripted-diff: Wallet: Rename incorrectly named
*UsedDestination
* util: Remove unused MilliSleep
* scripted-diff: Replace MilliSleep with UninterruptibleSleep
* util: Add UnintrruptibleSleep
* test: Set catch_system_errors=no on boost unit tests
* util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t nTime) by checking gmtime_s/gmtime_r return value
* test: Remove incorrect assumptions in validation_flush_tests
* test: Tabs to spaces in all tests
* Add static_asserts to ser_X_to_Y() methods
* tests: Improve test runner output in case of target errors
* tests: Add --exclude integer,parse_iso8601 (temporarily) to make Travis pass until uninitialized read issue in FormatISO8601DateTime is fixed
* tests: Add support for excluding fuzz targets using -x/--exclude
* tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed
* add: test that transactions expire from mempool
* httpserver: use own HTTP status codes
* ci: Run fuzz testing test cases under valgrind
* doc: Minor grammatical changes and flow improvements
* [rpc] expose ability to mock scheduler via the rpc
* [lib] add scheduler to node context
* Fix a violation of C++ standard rules that unions cannot be switched.
* gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged
* tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzing test cases under valgrind
* Add DifferenceFormatter
* Make VectorFormatter support stateful formatters
* Convert CCompactSize to proper formatter
* Refactor message hashing into a utility function
* Deduplicate the message signing code
* Deduplicate the message verifying code
* ci: use --enable-werror on more hosts
* build: add Wreturn-type to Werror flags
* [test] add chainparams property to indicate chain allows time mocking
* [test] unit test for new MockForward scheduler method
* [util] allow scheduler to be mocked
* refactor: rpc: Remove vector copy from listtransactions
* rpc: update validateaddress RPCExamples to bech32
* build: pass -fno-ident in Windows gitian descriptor
* gui: Throttle GUI update pace when -reindex
* [REFACTOR] Abstract out script execution out of VerifyWitnessProgram()
* Revert \"Store p2sh scripts in AddAndGetDestinationForScript\"
* [test] check for addmultisigaddress regression
* wallet: Improve LegacyScriptPubKeyMan::CanProvide script recognition
* tests: Avoid hitting some known minor tinyformat issues when fuzzing strprintf(...)
* doc: remove PPA note from release-process.md
* gui: Fix race in WalletModel::pollBalanceChanged
* [test] add 0.19 backwards compatibility tests
* [test] add v0.17.1 wallet upgrade test
* [tests] add wallet backwards compatility tests
* [scripts] support release candidates of earlier releases
* [tests] check v0.17.1 and v0.18.1 backwards compatibility
* [scripts] build earlier releases
* Get the OutputType for a descriptor
* net: Remove forcerelay of rejected txs
* Get rid of VARINT default argument
* Ignore only auto-generated .vcxproj files
* Specify ignored bitcoin-qt file precisely
* ci: Check for submodules
* build: Add cov_fuzz target
* build: link fuzz/test_runner.py for out-of-tree builds
* build: Remove unused USE_COVERAGE
* test: set a name for CI Docker containers
* test: Disable s390 build on travis
* build: Skip i686 build by default in guix and gitian
* depends: Remove reference to win32
* qt: Fix deprecated QCharRef usage
* Squashed \'src/univalue/\' changes from 5a58a46671..98261b1e7b
* scripted-diff: Add missing spaces in RPCResult, Fix type names
* Qt: pass clientmodel changes from walletframe to walletviews
* Convert undo.h to new serialization framework
* Make std::vector and prevector reuse the VectorFormatter logic
* Add custom vector-element formatter
* doc: link to homebrew\'s troubleshooting page
* refactor: Work around GCC 9 `-Wredundant-move` warning
* net: Fail instead of truncate command name in CMessageHeader
* logging: enable thread_local usage on macOS
* build: don\'t embed a build-id when building libdmg-hfsplus
* random: don\'t special case clock usage on macOS
* test: replace \'regtest\' leftovers by self.chain
* build: add additional attributes to Win installer
* gui: Fix unintialized WalletView::progressDialog
* gui: Drop PeerTableModel dependency to ClientModel
* build: use macOS 10.14 SDK
* depends: native_cctools 921, ld64 409.12, libtapi 1000.10.8
* depends: clang 6.0.1
* net: reference instead of copy in BlockConnected range loop
* Remove false positive GCC warning
* build: Fix behavior when ALLOW_HOST_PACKAGES unset
* Make asmap Interpret tolerant of malicious map data
* Use ASNs for mapped IPv4 addresses correctly
* Mark asmap const in statistics code
* Avoid asmap copies in initialization
* test: Check wallet name in -walletnotify script
* tests: Add fuzzing harness for functions taking floating-point types as input
* Add missing includes
* gui: Drop ShutdownWindow dependency to BitcoinGUI
* [test] PSBT RPC: check that bip32_derivs are present by default
* gui: Drop BanTableModel dependency to ClientModel
* Output a descriptor in createmultisig and addmultisigaddress
* Add missing supported rpcs to doc/descriptors.md
* Remove GitHub Actions CI workflow.
* tests: Add fuzzer asmap to FUZZERS_MISSING_CORPORA (temporarily)
* tests: Add fuzzing harness for AS-mapping (asmap)
* gui: Remove WalletView and BitcoinGUI circular dependency
* gui: Add transactionClicked and coinsSent signals to WalletView
* psbt_wallet_tests: use unique_ptr for GetSigningProvider
* Add a constant for the maximum vector allocation (5 Mbyte)
* tests: reset fIsBareMultisigStd after bare-multisig tests
* on startup, write config options to debug.log
* build: Fix appveyor test_bitcoin build of
*.raw
* Use rolling bloom filter of recent block tx\'s for AlreadyHave() check
* test: only declare a main() when fuzzing with AFL
* doc: Improve fuzzing docs for macOS users
* test: Add ubsan surpression for crc32c
* build: Disable msvc warning 4722 for leveldb build
* build: MSVC changes for leveldb update
* build: CRC32C build system integration
* build: Add LCOV exception for crc32c
* test: Add crc32c exception to various linters and generation scripts
* test: Add crc32c to subtree check linter
* doc: Add crc32c subtree to developer notes
* build: Update build system for new leveldb
* Squashed \'src/crc32c/\' content from commit 224988680f7673cd7c769963d4035cb315aa3388
* Squashed \'src/leveldb/\' changes from f545dfabff4c2e9836efed094dba99a34fbc6b88..f8ae182c1e5176d12e816fb2217ae33a5472fdd7
* Fix benchmarks filters
* test: rename test suite name \"tx_validationcache_tests\" to match filename
* guix: Update documentation for time-machine
* guix: Pin Guix using `guix time-machine`
* tests: Add fuzzing harness for strprintf(...)
* tests: Add fuzzer strprintf to FUZZERS_MISSING_CORPORA (temporarily)
* tests: Update FuzzedDataProvider.h from upstream (LLVM)
* Bugfix: GUI: Hide the HD/encrypt icons earlier so they get re-shown if another wallet is open
* build: remove --large-address-aware linker flag
* Updated appveyor job to checkout a specific vcpkg commit ID.
* bump test timeouts so that functional tests run in valgrind
* gui: Shortcut to close ModalOverlay
* Refactor: Replace SigningProvider pointers with unique_ptrs
* Cleanup: Drop unused GUI learnRelatedScripts method
* Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyMan
* Box the wallet: Add multiple keyman maps and loops
* refactor: define a UINT256_ONE global constant
* HD Split: Avoid redundant upgrades
* Make UpgradeKeyMetadata work only on LegacyScriptPubKeyMan
* Store p2sh scripts in AddAndGetDestinationForScript
* Always try to sign for all pubkeys in multisig
* List output types in an array in order to be iterated over
* Refactor: Allow LegacyScriptPubKeyMan to be null
* Locking: Lock cs_KeyStore instead of cs_wallet in legacy keyman
* wallet: Improve CWallet:MarkDestinationsDirty
* Add extra logging of asmap use and bucketing
* Return mapped AS in RPC call getpeerinfo
* doc: Use proper RPC help syntax in importmulti
* doc: Remove duplicate \"comment\" from listsinceblock RPC help
* doc: Properly document proxy_randomize_credentials as bool in getnetworkinfo
* doc: Fix syntax error (trailing square bracket) in finalizepsbt
* doc: Fix syntax error (trailing square bracket) in walletprocesspsbt
* doc: Add missing \"optional\" to \"long\" estimaterawfee RPC help
* src/init: correct a typo
* test: Add p2p test for forcerelay permission
* test: Fix whitespace in p2p_permissions.py
* test: Make msg_tx a witness tx
* build: remove configure checks for win libraries we don\'t link against
* Refactor message transport packaging
* tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)
* tests: Add amount compression/decompression fuzzing to existing fuzzing harness: test compression round-trip
* test: add missing #include to fix compiler errors
* Convert compression.h to new serialization framework
* refactor: Remove redundant conditional
* Revert \"refactor: Remove never used default parameter\"
* Revert \"refactor: Simplify connection syntax\"
* Add FORMATTER_METHODS, similar to SERIALIZE_METHODS, but for formatters
* Fix doxygen errors
* wallet: Improve CWallet:MarkDestinationsDirty
* refactor: Simplify connection syntax
* refactor: Remove never used default parameter
* test: add unit test for non-standard txs with too large tx size
* gui: Remove warning \"unused variable \'wallet_model\'\"
* depends: Consistent use of package variable
* gui: hide HD & encryption icons when no wallet loaded
* QT: Change bumpFee asserts to simple error message
* Replace coroutine with async def in p2p_invalid_messages.py
* wallet: Replace %w by wallet name in -walletnotify script
* Make UpdateTransactionsFromBlock use Epochs
* Add Epoch Guards to CTXMemPoolEntry and CTxMemPool
* bug-fix macos: give free bytes to F_PREALLOCATE
* Don\'t allow implementers to think ScriptHash(Witness
*()) results in nesting computation
* scripted-diff: Bump copyright of files changed in 2020
* scripted-diff: Replace CCriticalSection with RecursiveMutex
* IsUsedDestination shouldn\'t use key id as script id for ScriptHash
* bitcoin-wallet: Use PACKAGE_NAME in usage help
* GUI: Use PACKAGE_NAME in modal overlay
* gui: Make Intro consistent with prune checkbox
* gui: Add Intro::UpdateFreeSpaceLabel()
* refactor: Add Intro::UpdatePruneLabels()
* refactor: Replace static variable with data member
* Convert chain to new serialization
* Convert VARINT to the formatter/Using approach
* Add a generic approach for (de)serialization of objects using code in other classes
* wallet: Reset reused transactions cache
* windows: remove call to SetProcessDEPPolicy
* windows: Enable heap terminate-on-corruption
* build: remove double LIBBITCOIN_SERVER linking
* doc: update release notes with getaddressinfo label deprecation
* Fix improper Doxygen inline comments
* gui: Set CConnman byte counters earlier to avoid uninitialized reads
* init: Stop indexes on shutdown after ChainStateFlushed callback.
* test: getaddressinfo label deprecation test
* rpc: deprecate getaddressinfo label field
* test: remove getaddressinfo label tests
* doc: address pr17578 review feedback
* Ignore msvc linker warning and update to msvc build instructions.
* ci: Combine 32-bit build with CentOS 7 build
* util: Add PruneGBtoMiB() function
* util: Add PruneMiBtoGB() function
* tests: Avoid using C-style NUL-terminated strings as arguments
* tests: Add tests to make sure lookup methods fail on std::string parameters with embedded NUL characters
* net: Avoid using C-style NUL-terminated strings as arguments in the netbase interface
* qa: Fix double-negative arg test
* qt: Rename SetPrune() to InitializePruneSetting()
* refactor: Drop `bool force\' parameter
* qt: Force set nPruneSize in QSettings after intro
* QT: bump fee returns PSBT on clipboard for watchonly-only wallets
* Restore English translation option
* contrib: makeseeds: Read suspicious hosts from a file instead of hardcoding
* gui: renamed \'debug window\' to \'node window\'
* psbt: check output index is within bounds before accessing
* doc: Add a note about backporting
* build: add Wdate-time to Werror flags
* qt: Add LogQtInfo() function
* doc: Add to Doxygen documentation guidelines
* scripted-diff: Add missed copyright headers
* refactor: Remove unused defines in bitcoinunits.h
* scripts: add MACHO dylib checking to symbol-check.py
* scripts: fix check-symbols & check-security argument passing
* IsUsedDestination should count any known single-key address
* Add logging for CValidationInterface events
* Refactor FormatStateMessage for clarity
* Format CValidationState properly in all cases
* Add VALIDATION to BCLog::LogFlags
* doc: update release notes
* test: getaddressinfo labels purpose deprecation test
* rpc: simplify getaddressinfo labels, deprecate previous behavior
* script: Update EXLUDE list in copyright_header.py
* script: Add empty line after C++ copyright
* script: Add ability to insert copyright to
*.sh
* gitignore: ignore fuzz binaries, remove test_bitcoin_fuzzy
* ci: Set LC_ALL=C when running in qemu-s390x
* ci: Use debian to avoid apt install 404 errors
* ci: Install needed gcc and qemu-user iff cross-compiling
* ci: Fix QEMU_USER_CMD parse issues
* ci: Move wrap-qemu into separate script
* scripts: fix check-symbols & check-security argument passing
* test: Show debug log on unit test failure
* tests: Add std::to_string to list of locale dependent functions
* Add missing typeinfo includes
* Convert addrdb/addrman to new serialization
* Introduce new serialization macros without casts
* ci: Fix brew python link
* scripts: add MACHO NOUNDEFS check to security-check.py
* scripts: add MACHO PIE check to security-check.py
* build: remove linking librt for backwards compatibility
* build: remove deprecated key from macOS Info.plist
* doc: Added running functional tests in valgrind
* scripted-diff: Bump copyright of files changed in 2019
* doc: Update dependencies.md
* doc: developer notes guideline on RPCExamples addresses
* rpc: incorporate review feedback from PR 17283
* build: Add default configure cache to .gitignore
* test: Change filemode of rpc_whitelist.py
* doc: Update license year range to 2020
* Integrate ASN bucketing in Addrman and add tests
* ci: Update vcpkg cache on MSBuild update
* ci: Update Qt binaries for GitHub Actions
* rpc: Remove mempool global from miner
* test: Properly document blockinfo size in miner_tests
* util: Disallow network-qualified command line options
* build: Sort fuzzing harnesses to avoid future merge conflicts
* tests: Add fuzzing harness for DecodeHexTx(...)
* build: set AC_PREREQ to 2.69
* Add asmap utility which queries a mapping
* Document better -keypool as a look-ahead safety mechanism
* doc: Mention PR Club in CONTRIBUTING.md
* Test watchonly wallet bumpfee with PSBT return
* bumpfee: Return PSBT when wallet has privkeys disabled
* Change bumpfee to use watch-only funds for legacy watchonly wallets
* use preferred shebang approach for documentation
* doc: Add formatting to the good first issue template
* net: Log to net category for exceptions in ProcessMessages
* test: add IsRFC2544 tests
* CNetAddr: fix IsRFC2544 comment
* tests: Add fuzzing harness for various hex related functions
* tests: Add fuzzing harness for various Base{32,58,64} related functions
* util: Move TrimString(...). Introduce default pattern (trims whitespace). Add NODISCARD.
* tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
* build: remove WINDOWS_BITS from build system
* rest: Use mempool from node context instead of global
* tests: Add tests for decoding/parsing of base32, base64 and money strings containing NUL characters
* util: Don\'t allow DecodeBase32(...) of strings with embedded NUL characters
* util: Don\'t allow DecodeBase64(...) of strings with embedded NUL characters
* util: Don\'t allow ParseMoney(...) of strings with embedded NUL characters
* fix directory path for secp256k1 subtree in developer-notes
* tests: Add fuzzing harness for CheckBlock(...) and other CBlock related functions
* tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
* [style] Code style fixups in GetWarnings()
* doc: Add release note for RPC Whitelist
* doc: Add ci prefix to CONTRIBUTING.md
* util: change GetWarnings parameter to bool
* [qt] remove unused parameter from getWarnings()
* ci-s390x: Add qemu and depends support in the ci script
* build: add -bind_at_load to hardened LDFLAGS
* Moved the include of the system projects to before the build depends on task. Otherwise it doesn\'t get run.
* depends: disable unused qt networking features
* depends: -optimized-qmake is now -optimized-tools
* depends: skip building qt proxies
* Included test_bitcoin-qt in msvc build.
* doc: update developer notes wrt unix epoch time
* qa: unify unix epoch time descriptions
* test: Add test for rpc_whitelist
* Update msvc build for Visual Studio 2019 v16.4
* tests: add tests for GetCoinsCacheSizeState
* refactoring: introduce CChainState::GetCoinsCacheSizeState
* build: fix typo
* util: Don\'t allow base58-decoding of std::string:s containing non-base58 characters
* tests: Add tests for base58-decoding of std::string:s containing non-base58 characters
* rpc: require second argument only for scantxoutset start action
* Add RPC Whitelist Feature from #12248
* ci: Use python 3.7 on Windows Github Actions
* wallet: unbreak with boost 1.72
* Don\'t calculate tx fees for PSBTs with invalid money values
* ci: Add valgrind run
* rpc: add missing newline in analyzepsbt rpcresult
* doc: Add release notes for 17447
* doc: Update release process with latest changes
* tests: Add fuzzing harnesses for various JSON/univalue parsing functions
* tests: Add fuzzing harnesses for various number parsing functions
* tests: Add ParseScript(...) (core_io) fuzzing harness
* tests: Add ParseHDKeypath(...) (bip32) fuzzing harness
* tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
* Activate no-privkey -> ISMINE_WATCH_ONLY behavior for LegacySPKM only
* build: Use dnl for all comments in configure.ac, rather than #
* build: Remove backticks from configure.ac
* test: Remove ubsan alignment suppressions
* prevector: avoid misaligned member accesses
* test: re-enable CLI test support by using EncodeDecimal in json.dumps()
* Adds GitHub Action workflow which duplicates AppVeyor job.
* qt: Normalize placeholder to avoid using \"address book\" in sendcoinsentry
* gui: Move static placeholder texts to forms
* ui: disable 3rd-party tx-urls when wallet disabled
* Make env data logging optional
* lcov: filter /usr/lib64 from coverage report
* depends: don\'t configure xcb_proto
* util: Replace magics with DEFAULT_PRUNE_TARGET_GB
* gui: disable File->CreateWallet during startup
* cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twice
* Replace LegacyScriptPubKeyMan::IsCrypted with LegacyScriptPubKeyMan::HasEncryptionKeys
* Remove SetCrypted() and fUseCrypto; Change IsCrypted()\'s implementation
* Rename EncryptKeys to Encrypt and pass in the encrypted batch to use
* Clear mapKeys before encrypting
* Move fDecryptionThoroughlyChecked from CWallet to LegacyScriptPubKeyMan
* Move Unlock implementation to LegacyScriptPubKeyMan
* Replace LegacyScriptPubKeyMan::vMasterKey with GetDecryptionKey()
* Add GetEncryptionKey() and HasEncryptionKeys() to WalletStorage
* ci: Remove trusty build
* ci: Add CentOS 7 build
* tests: Fix fuzzing harness for descriptor parsing (descriptor_parse)
* lcov: filter depends from coverage report
* tests: Use a default of supports_cli=True (instead of supports_cli=False)
* tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
* tests: Test serialisation as part of deserialisation fuzzing. Test round-trip equality where possible. Avoid code repetition.
* tests: Add fuzzing harness for various functions consuming only integrals
* tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
* tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
* tests: Add fuzzing harness for various CTxOut related functions
* tests: Add fuzzing harness for various CTxIn related functions
* util: Update tinyformat to upstream
* Add bounds checks in key_io before DecodeBase58Check
* gitian: fixed SC2001 regex
* node: Use mempool from node context instead of global
* rpc: Use mempool from node context instead of global
* Move events_hasher into RNGState()
* depends: Support for S390X targets
* depends: Support for 64-bit POWER targets
* keypool: Add comment about TopUp and when to use it
* depends: don\'t use OpenGL in Qt on macOS
* build: pass -dead_strip_dylibs to ld on macOS
* tests: Add initialization order fiasco detection in Travis
* Fixed wget call in gitian-build.py
* ci: Remove unparseable lines from supp file for old xenial clang tsan
* ci: ubsan report_error_type=1 and add suppressions
* test: Print stderr when subprocess fails
* test: Use char instead of unsigned char
* ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le
* util: remove unwanted fields from bitcoin-cli -getinfo
* build: pass -dead_strip_dylibs to ld on macOS
* depends: add ability to skip building qrencode
* doc: rename wallet-tool references to bitcoin-wallet
* Key pool: Fix omitted pre-split count in GetKeyPoolSize
* Key pool: Change ReturnDestination interface to take address instead of key
* Key pool: Move LearnRelated and GetDestination calls
* Fix origfee return for bumpfee with feerate arg
* tests: Add option --valgrind to run nodes under valgrind in the functional tests
* Add unit test for DB creation with unicode path
* script: Add Keyserver to verify-commits README
* Use correct C++11 header for std::swap()
* Fix comparison function signature
* net: Fix uninitialized read in ProcessMessage(...)
* script: Enable SC2001 rule for Gitian scripts
* script: Enable SC2155 rule for Gitian scripts
* tests: Add a test for funding with sufficient preset inputs and subtractFeeFromOutputs
* Default to bnb_used = false as there are many cases where BnB is not used
* Add OutputType and CPubKey parameters to KeepDestination
* Rename Keep/ReturnKey to Keep/ReturnDestination and remove the wrapper
* util: make ScheduleBatchPriority advisory only
* [gui] send: show watch-only balance in send screen
* [test] qt: add send screen balance test
* qt: Use proper class for Ui::ReceiveCoinsDialog
* qt: Fix class name of Ui::ModalOverlay
* ci: Print free disk space
* test: Properly deserialize integers in little-endian
* ci: Run functional tests on s390x
* doc: Change doxygen URL to doxygen.bitcoincore.org
* [test] move wallet helper functions into test library
* [test] move mining helper functions into test library
* Appveyor install libevent[thread] vcpkg
* Add s390x tests to travis
* Add ci script to install on s390x
* [test] move string helper functions into test library
* test: add rpc getaddressinfo labels test coverage
* test: add listlabels test in wallet_labels.py
* rpc: add getaddressinfo code documentation
* rpc: update getaddressinfo RPCExamples to bech32
* rpc: clarify label vs labels in getaddressinfo RPCHelpman
* rpc: improve getaddressinfo RPCHelpman content
* wallet: replace raw pointer with const reference in AddrToPubKey
* rpc: improve getaddressinfo RPCHelpman formatting
* build: Add NX workaround for RV64
* doc: Add historical release notes for 0.19.0.1
* Seed RNG with precision timestamps on receipt of net messages.
* Added libtest_util library to msvc build configuration.
* build: Allow export of environ symbols
* refactor: Nuke coincontrol circular dependency
* keypool: Move opportunistic TopUps from LegacyScriptPubKeyMan to CWallet and ReserveDestination
* keypool: Remove superfluous topup from CWallet::GetNewChangeDestination
* Key pool: Move CanGetAddresses call
* gui: remove macOS start on login code
* doc: add glibc 2.17 requirement to release-notes
* build: Bump minimum versions in symbol checker
* build: Disallow dynamic linking against c++ library
* ci: Remove use of cd
* doc: Changed MiniUPnPc link to https in dependencies.md
* test: add unit test for non-standard txs with wrong nVersion
* build: Create test utility library from src/test/util/
* Fire TransactionRemovedFromMempool from mempool
* Remove out of date comments for CalculateMaximumSignedTxSize
* tests: Add deserialization fuzzing harnesses
* tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
* build: set minimum supported macOS to 10.12
* ci: Remove unmaintained extended_lint
* scripted-diff: Use ci DEPENDS_DIR, remove BASE_BUILD_DIR
* ci: Add DEPENDS_DIR variable, Add documentation for folders
* test: add unit test for non-standard bare multisig txs
* build: Fix configure report about qr
* scripted-diff: Move various folders to ci scratch dir
* refactor: Remove unused COINBASE_FLAGS
* test: add functional test for non-standard bare multisig txs
* build: remove libanl.so.1 from ALLOWED_LIBRARIES
* Put bounds on the number of CPUID leaves explored
* doc: Update and improve Developer Notes
* Allow BnB when subtract fee from outputs
* Use BnB when preset inputs are selected
* depends: only use dbus with qt on linux
* test: add functional test for non-standard txs with too large scriptSig
* Pass a maximum output length to DecodeBase58 and DecodeBase58Check
* Fix CPUID subleaf iteration
* Mark PSBTs spending unspendable outputs as invalid in analysis
* Have a PSBTAnalysis state that indicates invalid PSBT
* test: Wait until mempool is loaded in wallet_abandonconflict
* refactor: Cleanup headers from walletmodel.h
* refactor: Nuke walletmodel circular dependency
* refactor: Nuke walletmodeltransaction circular dep
* refactor: Nuke guiutil circular dependency
* refactor: Move SendCoinsRecipient in own header
* doc: Add some better examples for scripted diff
* test: Remove libssl-dev packages from CI scripts
* test: remove lsan suppression for libcrypto
* build: remove libcrypto as internal dependency in libbitcoinconsensus.pc
* doc: Remove ssl as a required dependency from build-unix
* test: skip tool_wallet test when bitcoin-wallet isn\'t compiled
* test: skip wallet_listreceivedby test when the cli isn\'t compiled
* test: skip bitcoin_cli test when the cli isn\'t compiled
* Refactor: Require scriptPubKey to get wallet SigningProvider
* Accumulate result UniValue in SignTransaction
* tests: Add fuzzing harness for various PSBT related functions
* random: mark RandAddPeriodic and SeedPeriodic as noexcept
* doc: correct random.h docs after #17270
* doc: add OpenSSL removal to release-notes.md
* ci: remove OpenSSL installation
* doc: remove OpenSSL from build instructions and licensing info
* depends: remove OpenSSL package
* build: remove OpenSSL detection and libs
* random: Remove remaining OpenSSL calls and locking infrastructure
* random: stop retrieving random bytes from OpenSSL
* random: stop feeding RNG output back into OpenSSL
* doc: Remove bitness from bitcoin-qt help message and manpage
* Changed tooltips of receive form to highlight difference between Label and Message
* refactor: Remove unused signal
* Fix segfault in allocator_tests/arena_tests
* Define ARENA_DEBUG in Travis test runs
* Fix compilation errors in support/lockedpool.cpp
* test: fix bitcoind already running warnings on macOS
* Fix input size assertion in wallet_bumpfee.py
* scripted-diff: Replace ::mempool with m_node.mempool in tests
* test: Replace recursive lock with locking annotations
* node: Add reference to mempool in NodeContext
* [build] ./configure --enable-werror: add unused-variable
* scripted-diff: Set gitian arch back to amd64
* test: add unit test for non-standard txs with too large scriptSig
* fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs
* test: Remove fragile assert_memory_usage_stable
* GUI: Refactor formatServicesStr to warn when a ServicesFlag is missing
* Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStr
* ci: Use clang-8 for fuzzing to run on aarch64 ci systems
* refactor: Remove null setting check in GetSetting()
* [gui] watch-only wallet: copy PSBT to clipboard
* depends: qt: Fix C{,XX} pickup
* [wallet] add fillPSBT to interface
* [gui] send: include watch-only
* [wallet] ListCoins: include watch-only for wallets without private keys
* tests: Update valgrind suppressions
* scripted-diff: Remove unused ArgsManager type flags in tests
* refactor: Add util_CheckValue test
* refactor: Add ArgsManager::GetSettingsList method
* refactor: Get rid of ArgsManagerHelper class
* refactor: Replace FlagsOfKnownArg with GetArgFlags
* refactor: Clean up includeconf comments
* refactor: Clean up long lines in settings code
* fix uninitialized variable nMinerConfirmationWindow
* Report amount of data gathered from environment
* Use thread-safe atomic in perfmon seeder
* Run background seeding periodically instead of unpredictably
* Add information gathered through getauxval()
* Feed CPUID data into RNG
* Use sysctl for seeding on MacOS/BSD
* Gather additional entropy from the environment
* Seed randomness with process id / thread id / various clocks
* [MOVEONLY] Move cpuid code from random & sha256 to compat/cpuid
* [MOVEONLY] Move perfmon data gathering to new randomenv module
* doc: minor corrections in random.cpp
* doc: Explain $LIB in LD_PRELOAD in gitian descriptors
* util: Add missing headers to util/fees.cpp
* wallet: Make -walletdir network only
* rpc: Expose block height of wallet transactions
* zmq: Fix due to invalid argument and multiple notifiers
* test: check custom ancestor limit in mempool_packages.py
* wallet: Avoid showing GUI popups on RPC errors (take 2)
* fix Typo: \"merkelRoot\" -> \"merkleRoot\"
* test: Use proper MAX_SCRIPT_ELEMENT_SIZE
* refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE const
* ci: Extend docs
* travis: Rework CACHE_ERR_MSG
* Add TheCharlatan\'s pgp key
* Moves vcpkg list to a text file and updates the appveyor job and readme to use it.
* refactor: Styling w/ clang-format, comment update
* qt: Fix missing qRegisterMetaType for size_t
* Remove unnecessary forward declaration
* ci: Make ci system read-only on the git work tree
* ci: Remove git from required packages on host
* ci: Make all filesystem operations inside docker
* doc: Add relase note for db→walletdb rename
* doc: add historical 0.19.0 release notes
* scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`
* Rename `db` log category to `walletdb` (like `coindb`)
* scripted-diff: Avoid hardcoded libfaketime dir in gitian
* Add settings_tests
* Deduplicate settings merge code
* Add util::Settings struct and helper functions.
* Remove includeconf nested scope
* Rename includeconf variables for clarity
* Clarify emptyIncludeConf logic
* wallet: Remove unused boost::this_thread::interruption_point
* Remove redundant class file includes from test_bitcoin project.
* [validation] fix comments in CheckInputScripts()
* scripted-diff: [validation] Rename CheckInputs to CheckInputScripts
* ci: Guess the native host when not cross compiling
* Implement O(1) OP_IF/NOTIF/ELSE/ENDIF logic
* [refactor] interpreter: define interface for vfExec
* Benchmark script verification with 100 nested IFs
* test: speed up wallet_avoidreuse.py
* test: add logging to wallet_avoidreuse.py
* doc: Added regtest config for linearize script
* Updated appveyor config: - Update build image from Visual Studio 2017 to Visual Studio 2019. - Updated Qt static library from Qt5.9.7 to Qt5.9.8. - Added commands to update vcpkg port files (this does not update already installed packages). - Updated vcpkg package list as per #17309. - Removed commands setting common project file options. Now done via common.init.vcxproj include. - Changed msbuild verbosity from normal to quiet. Normal rights a LOT of logs and impacts appveyor job duration. Updated msvc project configs: - Updated platform toolset from v141 to v142. - Updated Qt static library from Qt5.9.7 to Qt5.9.8. - Added ignore for linker warning building bitcoin-qt program. - Added missing util/str.cpp class file to test_bitcoin project file.
* [refactor] Replace global int nScriptCheckThreads with bool
* [tests] Don\'t use TestingSetup in the checkqueue_tests
* [tests] Don\'t stop-start unnecessarily in rpc_fundrawtransaction.py
* [tests] Use -whitelist in rpc_fundrawtransaction.py
* Remove getBlockDepth method from Chain::interface
* Remove locked_chain from GetDepthInMainChain and its callers
* Use CWallet::m_last_block_processed_height in GetDepthInMainChain
* Only return early from BlockUntilSyncedToCurrentChain if current tip is exact match
* Refactor some importprunedfunds checks with guard clause
* Add block_height field in struct Confirmation
* doc: Add documentation for new test/lib
* scripted-diff: test: Move setup_common to test library
* Replace CWalletTx::SetConf by Confirmation initialization list
* script: Enable SC2006 rule for Gitian scripts
* script: Lint Gitian descriptors with ShellCheck
* build: Remove install command samples
* Add util_ArgParsing test
* wallet_importmulti: use addresses of the same type as being imported
* Add missing newline in util_ChainMerge test
* Improve \"Hide\" button tool-tip message
* rpc: Remove unused boost::this_thread::interruption_point
* test: add dumptxoutset RPC test
* devtools: add utxo_snapshot.sh
* rpc: add dumptxoutset
* Add m_last_block_processed_height field in CWallet
* Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
* doc: Add template for good first issues
* coinstats: add coins_count
* Add missing SetupGeneration error handling in EncryptWallet
* remove old bootstrap relevant code
* Clean up nested scope in GetReservedDestination
* Get rid of confusing LegacyScriptPubKeyMan::TopUpKeyPool method
* Pass CTxDestination to ScriptPubKeyMan::GetMetadata
* doc: Update doc/bips.md with recent changes in master
* Add EnsureLegacyScriptPubKeyMan and use in rpcwallet.cpp
* TestShell: Return self from setup()
* TestShell: Simplify default setting of num_nodes
* Doc: Remove backticks in test-shell.md code block
* TestShell: Fix typo in TestShell warning printout
* [tools] update nNextInvSend to use mockable time
* [tools] add PoissonNextSend method that returns mockable time
* depends: move README.md Android instructions to a separate section
* tests: Add fuzzing harness for Bech32 encoding/decoding
* tests: Move CaseInsensitiveEqual to test/util/str
* cli: fix -getinfo output when compiled with no wallet
* logs: add timing information to FlushStateToDisk()
* logs: add BCLog::Timer and related macros
* ci: Run non-cross-compile builds natively
* ci: Run CI_WAIT only on travis
* [tests] Speed up rpc_fundrawtransaction.py
* wallet: LearnRelatedScripts only if KeepDestination
* wallet: Lock address type in ReserveDestination
* test: Reset global args between test suites
* bump libevent to 2.1.11 in depends
* test: Add ASSERT_DEBUG_LOG to unit test framework
* logging: Add member for arbitrary print callbacks
* depends: update README.md with working Android targets and API levels
* Add documentation for test_shell submodule
* test: add \"diamond\" unit test to MempoolAncestryTests
* doc: Fix some misspellings
* Add TestShell class
* Move argparse() to init()
* Move assert num_nodes is set into main()
* Clear TestNode objects after shutdown
* Add closing and flushing of logging handlers
* Refactor TestFramework main() into setup/shutdown
* Remove network_event_loop instance in close()
* wallet: Reuse existing batch in CWallet::SetUsedDestinationState
* wallet: Avoid recursive lock in CWallet::SetUsedDestinationState
* doc: Add ShellCheck to lint tests dependencies
* Refactor: Move nTimeFirstKey accesses out of CWallet
* Refactor: Move GetKeypoolSize code out of CWallet
* Refactor: Move RewriteDB code out of CWallet
* Refactor: Move SetupGeneration code out of CWallet
* Refactor: Move HavePrivateKeys code out of CWallet::CreateWalletFromFile
* Refactor: Move Upgrade code out of CWallet::CreateWalletFromFile
* Refactor: Move MarkUnusedAddresses code out of CWallet::AddToWalletIfInvolvingMe
* Refactor: Move GetMetadata code out of getaddressinfo
* Refactor: Move LoadKey LegacyScriptPubKeyMan method definition
* Refactor: Move SetAddressBookWithDB call out of LegacyScriptPubKeyMan::ImportScriptPubKeys
* refactor: Replace UnsetWalletFlagWithDB with UnsetBlankWalletFlag in ScriptPubKeyMan
* Refactor: Remove UnsetWalletFlag call from LegacyScriptPubKeyMan::SetHDSeed
* Remove SetWalletFlag from WalletStorage
* Refactor: Move SetWalletFlag out of LegacyScriptPubKeyMan::UpgradeKeyMetadata
* Refactor: Move SetAddressBook call out of LegacyScriptPubKeyMan::GetNewDestination
* Refactor: Add new ScriptPubKeyMan virtual methods
* Refactor: Declare LegacyScriptPubKeyMan methods as virtual
* MOVEONLY: Reorder LegacyScriptPubKeyMan methods
* bench: Remove redundant copy constructor in mempool_stress
* refactor: Remove redundant PSBT copy constructor
* doc: compiling with Visual Studio is now supported on Windows
* doc: update MSVC instructions to remove Qt configuration
* test: Do not instantiate CAddrDB for static call
* doc: Remove explicit network name references
* test: rm ascii art in rpc_fundrawtransaction
* test: add rpc_fundrawtransaction logging
* [qa] Add shrinkdebugfile=0 to regtest bitcoin.conf
* Minor refactoring to remove implied m_addr_relay_peer.
* log: Fix log message for -par=1
* GuessVerificationProgress: cap the ratio to 1
* [linter] Strip trailing / in path for git-subtree-check
* build: update retry to current version
* Fix incorrect help-debug for -checkpoints
* Squashed \'src/univalue/\' changes from 7890db99d6..5a58a46671
* QA: Add wallet_implicitsegwit to test the ability to transform keys between address types
* travis: Run unit and functional tests on native arm
* test: Add RegTestingSetup to setup_common
* Walk pindexBestHeader back to ChainActive().Tip() if it is invalid
* test: move-only ComputeFilter to src/test/lib/blockfilter
* replace asserts in RPC code with CHECK_NONFATAL and add linter
* [tests] remove bignum.py
* [tests] remove bn2bin()
* [tests] remove bn_bytes() function
* [tests] remove mpi2vch() function
* [tests] don\'t encode the integer size in bignum
* [tests] add function comments to bignum
* [tests] fix flake8 warnings in script.py and bignum.py
* rpc: Add generatetodescriptor
* docs: Add undefined to --with-sanitizers=fuzzer,address
* tests: Add fuzzing harness for ISO-8601 related functions
* refactor: Replace all uses of boost::optional with our own Optional type
* doc: Add developer note on c_str()
* [validation] Remove fMissingInputs from AcceptToMemoryPool()
* [validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()
* [validation] Remove useless ret parameter from Invalid()
* [validation] Remove error() calls from Invalid() calls
* [validation] Tidy Up ValidationResult class
* [validation] Add CValidationState subclasses
* Chainparams: Use name constants in chainparams initialization
* nsis: Write to correct filename in first place
* cli: Add \"headers\" and \"verificationprogress\" to -getinfo
* add unused SnapshotMetadata class
* wallet: Remove left-over BIP70 comment
* Fix missing strFailReason in CreateTransaction
* Fix misplaced AssertLockHeld
* doc: Clarify WalletStorage / Wallet relation
* Add back mistakenly removed AssertLockHeld
* Refactor: Add GetLegacyScriptPubKeyMan helper
* test: add reason checks for non-standard txs in test_IsStandard
* refactor: Remove addrdb.h dependency from node.h
* Add assertion to randrange that input is not 0
* Add new mempool benchmarks for a complex pool
* contrib: remove accounts from bash completion
* pubkey: Assert CPubKey\'s ECCVerifyHandle precondition
* Avoid using g_rpc_node global in wallet code
* scripted-diff: Remove g_connman, g_banman globals
* Pass NodeContext, ConnMan, BanMan references more places
* MOVEONLY: Move NodeContext struct to node/context.h
* scripted-diff: Rename InitInterfaces to NodeContext
* Fix issue with conflicted mempool tx in listsinceblock
* Fix occurences of c_str() used with size() to data()
* refactor: Remove redundant c_str() calls in formatting
* bench: Fix negative values and zero for -evals flag
* Add search for first blk file with pruned node
* tests: Add fuzzer initialization (hold ECCVerifyHandle)
* Add roundtrip and more tests to ParseISO8601DateTime and FormatISO8601DateTime
* Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cpp
* gui: Fix duplicate wallet showing up
* Drop signal CClientUIInterface::LoadWallet
* Tests: Use self.chain instead of \'regtest\' in almost all current tests
* [rpc] set default bip32derivs to true for psbt methods
* Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
* MOVEONLY: Move key handling code out of wallet to keyman file
* Move wallet enums to walletutil.h
* added asserts to check m_addr_known when it\'s used
* [net] SocketHandler: log peer id for close and disconnect
* gui: disable font antialiasing for QR image address
* test: fix script_p2sh_tests OP_PUSHBACK2/4 missing
* gui: Make polling in ClientModel asynchronous
* Avoid unused call to GuessVerificationProgress in NotifyHeaderTip
* http: add missing header bootlegged by boost < 1.72
* tests: Add fuzzing harness for various CScript related functions
* ci: Remove ccache requirement on the host
* compat: remove bswap_
* check on macOS
* build: skip building OpenSSL lib_ssl
* build: remove OpenSSL from Qt build
* build: remove EVP_MD_CTX_new detection
* build: remove SSL lib detection
* gui: Update BIP70 support message
* build: remove BIP70 entries from macOS Info.plist
* gui: remove payment request file handling from OpenURI dialog
* Remove BIP70 Support
* docs: remove protobuf from docs
* build: remove protobuf from depends
* consensus: Explain why fCheckDuplicateInputs can not be skipped and remove it
* [validation] Remove unused cacheSigStore from CheckInputsFromMempoolAndCache
* ci: Disable functional tests on mac host
* doc: Changed miniupnp links to https
* tests: Remove Cygwin WinMain workaround
* tests: Skip unnecessary fuzzer initialisation. Hold ECCVerifyHandle only when needed.
* depends: fix boost mac cross build with clang 9+
* Add unit testing for the CompressScript functions
* tests: Add Parse(...) (descriptor) fuzzing harness
* tests: Allow for using non-default fuzzing initialization
* gui: Fix payAmount tooltip in SendCoinsEntry
* Add override/final modifiers to V1TransportDeserializer
* Make resetting implicit in TransportDeserializer::Read()
* Remove oversized message detection from log and interface
* Continue relaying transactions after they expire from mapRelay
* refactor: test/bench: dedup Build{Crediting,Spending}Transaction()
* Replace the LogPrint function with a macro
* static tooltip
* test: use default address type (bech32) for wallet_bumpfee tests
* Force CNetMessage::m_recv to use std::move
* build: use osslsigncode 2.0 in gitian
* refactor: Remove unused CExt{Pub,}Key (de)serialization methods
* Expand on wallet_balance.py comment from https://github.com/bitcoin/bitcoin/pull/16766\\#issuecomment-527563982
* Update release notes to mention changes to IsTrusted and impact on wallet
* Systematize style of IsTrusted single line if
* update variable naming conventions for IsTrusted
* Update comment in test/functional/wallet_balance.py
* Update wallet_balance.py test to reflect new behavior
* Reuse trustedParents in looped calls to IsTrusted
* Cache tx Trust per-call to avoid DoS
* Make IsTrusted scan parents recursively
* tests: Remove no longer needed UBSan suppressions (issues fixed). Add documentation.
* Add testcase to simulate bitcoin schema in leveldb
* ci: Enable address sanitizer (ASan) stack-use-after-return checking
* wallet: Remove unused GetLabelName
* doc: Added instructions for how to add an upsteam to forked repo
* Send amount shows minimum amount placeholder
* util: Add CHECK_NONFATAL and use it in src/rpc
* Android: add all arch support
* random: remove call to RAND_screen() (Windows only)
* [wallet] Remove `state` argument from CWallet::CommitTransaction
* [wallet] Remove return value from CommitTransaction()
* [wallet] Add doxygen comment to CWallet::CommitTransaction()
* gui: Add placeholder text to the sign message field
* Use adapter pattern for the network deserializer
* Remove transport protocol knowhow from CNetMessage / net processing
* Refactor: split network transport deserializing from message container
* util: Filter out macOS process serial number
* doc: Describe log files + consistent paths in test READMEs
* ci: Remove redundant check for TRAVIS_OS_NAME
* doc: Document that GNU tools are required for linters
* ci: Cleanup macOS runs
* doc: correct function name in ReportHardwareRand()
* p2p: Avoid allocating memory for addrKnown where we don\'t need it
* chain: Set all CBlockIndex members to null, remove SetNull helper
* Add tests for util/vector.h\'s Cat and Vector
* Add some general std::vector utility functions
* [wallet] Fix whitespace in CWallet::CommitTransaction()
* Remove unused includes
* tests: Add fuzzing harness for descriptor Span-parsing helpers
* rpc: fix -rpcclienttimeout 0 option
* gui: Added label & tooltip for Verify Message labels
* gui: remove OpenSSL PRNG seeding (Windows, Qt only)
* gui: Make RPCConsole::TabTypes an enum class
* Update macdeploy README to include correctly named `.dmg` file produced from `make deploy`
* tests: Fix fs_tests for unknown locales
* util: Filter control characters out of log messages
* github: Add warning for bug reports
* [test] rename SegwitVersion1SignatureHash()
* travis: run tests on macOS native
* test: Fix bug in blockfilter_index_tests.
* [wallet] Remove pruning check for -rescan option
* [wallet] Remove package limit config access from wallet
* [rpc] Fix broken bitcoin-cli examples
* test: fix \"tx-size-small\" errors after default address change
* doc: Add switch on enum example
* util: Add AllowShortCaseLabelsOnASingleLine option
* gui: Fix start timer from non QThread
* test: speed up wallet_address_types by whitelisting peers (immediate tx relay)
* gui: don\'t disable the sync overlay when wallet is disabled
* tests: Add test for loadblock option
* test: speedup wallet_backup by whitelisting peers (immediate tx relay)
* tests: Add EvalScript(...) fuzzing harness
* [build] depends macOS: point --sysroot to SDK
* depends: export dynamic JNI symbols from static qtforandroid.a
* Qt: patch androidjnimain.cpp to make sure JNI is initialised when statically compiled
* doc: update bips.md with buried BIP9 deployments
* build: pass --enable-option-checking to applicable packages
* build: only pass --disable-dependency-tracking to packages that understand it
* doc: Add missing indexes/blockfilter/basic/ to doc/files.md
* change wallet pointers to references in feebumper
* tests: Add FuzzedDataProvider fuzzing helper from the Chromium project
* doc: Doxygen-friendly CuckooCache comments
* [docs] Add release notes for removal of REJECT reasons
* [validation] Fix REJECT message comments
* [validation] Remove REJECT code from CValidationState
* typo and unneccessary parentheses
* [logging] Don\'t log REJECT code when transaction is rejected
* [validation] Fix peer punishment for bad blocks
* build: Add README.md to DIST target
* test: add unit tests for Span-parsing helpers
* Add missing fields in TransactionDescriptionString and others
* MOVEONLY : move RPC wallets helpers to TransactionDescriptionString
* test: Seed test RNG context for each test case, print seed
* build: Add variable printing target to Makefiles
* lint: Install grep and git via brew on mac for --perl-regexp
* lint: Fix shellcheck SC2155
* lint: Run the linters against Mac OS on Travis
* depends: pull upstream libdmg-hfsplus changes
* depends: latest config.guess & config.sub
* tests: Remove TRANSACTION_DESERIALIZE (replaced by transaction fuzzer)
* tests: Add fuzzing harness for CheckTransaction(...), IsStandardTx(...) and other CTransaction related functions
* ci: Run tests on arm
* init: Change fallback locale to C.UTF-8
* [test] Add coverage to estimaterawfee and estimatesmartfee
* build: Fix #include sys/poll.h to just poll.h (without sys/)
* [doc] fix Makefile target in benchmarking.md
* Add release note
* Update descriptors.md to include sortedmulti
* Test sortedmulti descriptor using BIP 67 tests
* Add sortedmulti descriptor and unit tests
* gitian: Put things in the right place to begin with
* gitian: Eliminate rename dependency
* gitian: Smaller diff with gitian-linux.yml
* gitian: Fix README inclusion in archives
* wallet: Avoid showing GUI popups on RPC errors
* Fix bug where duplicate PSBT keys are accepted
* Added double quotes
* Disable _FORTIFY_SOURCE when enable-debug
* tests: Pass fuzzing inputs as constant references
* Always generate `bitcoinstrings.cpp` on `make translate`
* build: Remove workaround for ancient libtool
* build: Ensure a minimal version of libtool
* Fix Python Docstring to include all Args.
* util: Simplify path argument for CBlockTreeDB ctor
* scripts: update copyright_header script to include additional files
* build: Bump gitian descriptor versions
* contrib: fix minor typos in makeseeds.py
* doc: Fix amount typo in release notes
* modify p2p_feefilter test to catch rounding error
* Disallow implicit conversion for CFeeRate constructor
* feefilter: Compute the absolute fee rather than stored rate to match mempool acceptance logic
* ci: Make apt-get more verbose, to debug travis timeouts
* Don\'t rename main thread at process level
* Prevent processing duplicate payment requests
* gitian: Use split-debug.sh for Win builds
* doc: Add detailed info about Bitcoin Core files
* doc: Update bips.md for default bech32 addresses in 0.20.0
* doc: move-only release notes fragments for 0.20.0
* Truly decouple wallet from chainparams for -fallbackfee
* p2p: Remove BIP61 reject messages
* ci: Use busybox utils for one build
* doc: move-only: Steps for \"before major release branch-off\"
* doc: reset release notes after 0.19 split-off
* build: 0.19 release updates on master
* gui: Add shortcuts for tab tools
* add newline after -stdin
*
* cli: add -stdinwalletpassphrase for (slightly more) secure CLI
* add stdin helpers for password input support
* scripts: search for next position of magic bytes rather than fail
* test: Fix combine_logs.py for AppVeyor build
* Add release note for bech32 by default in wallet
* Revert \"gui: Generate bech32 addresses by default (take 2, fixup)\"
* Change default address type to bech32
* refactor: consolidate PASTE macros
* Change sendcoins dialogue Yes to Send
* doc: Doxygen-friendly descriptor.h comments
* builds: remove superfluous config_opts_aarch64_android
* txmempool: Make entry time type-safe (std::chrono)
* build: remove mingw linker workaround from win gitian descriptor
* Patch libevent when building for Android (fix arc4random_addrandom)
* Update bitcoin_qt.m4
* Define TARGET_OS when host is android
* Only check the hash of transactions loaded from disk
* util: Add count_seconds time helper
* test: mempool entry time is persisted
* Fix Android zlib cross compilation issue (https://stackoverflow.com/questions/21396988/zlib-build-not-configuring-properly-with-cross-compiler-ignores-ar)
* Add full Android build example command and instructions on getting SDK/NDK
* Add config opts and patch for aarch64_android build of Qt
* Add ranlib to android.mk hosts file (fix OSX Android NDK build)
* Add example Android host-platform-triplet and options
* Add support for building Android dependencies
* Add documenting comments to spanparsing.h
* Abstract out some of the descriptor Span-parsing helpers
* test: add unit test for wallet watch-only methods involving PubKeys
* Set init stop timeout to 10 min
* Fixup whitespace
* scripted-diff: Rename CPubKey and CKey::
*_KEY_SIZE and COMPRESSED_
*_KEY_SIZE
* Fix UB with bench on genesis block
* Show addresses for \"SendToSelf\" transactions
* GUI: Restore RPC Console to non-wallet tray icon menu
* Fri Mar 06 2020 marecAATTdetebe.org- Update to version 0.19.1:
* build: Bump version for 0.19.1 final
* doc: Add missing author to 0.19.1 release notes
* build: Bump version to 0.19.1rc2
* doc: UNIX manual pages update for rc2
* qt: Pre-rc2 translations update
* doc: Update release notes for rc2
* Squashed \'src/univalue/\' changes from 7890db99d6..98261b1e7b
* psbt: check output index is within bounds before accessing
* gui: Fix unintialized WalletView::progressDialog
* wallet: Reset reused transactions cache
* Don\'t calculate tx fees for PSBTs with invalid money values
* doc: Preliminary 0.19.1 release notes
* doc: Manpage updates for 0.19.1rc1
* build: Bump version to 0.19.1rc1
* qt: Translations update pre-rc1
* test: add missing #include to fix compiler errors
* bug-fix macos: give free bytes to F_PREALLOCATE
* init: Stop indexes on shutdown after ChainStateFlushed callback.
* Use correct C++11 header for std::swap()
* Fix comparison function signature
* Don\'t allow implementers to think ScriptHash(Witness
*()) results in nesting computation
* IsUsedDestination shouldn\'t use key id as script id for ScriptHash
* IsUsedDestination should count any known single-key address
* Fix issue with conflicted mempool tx in listsinceblock
* gui: Fix duplicate wallet showing up
* Drop signal CClientUIInterface::LoadWallet
* zmq: Fix due to invalid argument and multiple notifiers
* qt: Periodic translations update for 0.19 branch
* scripts: fix check-symbols & check-security argument passing
* Update msvc build for Visual Studio 2019 v16.4
* Moves vcpkg list to a text file and updates the appveyor job and readme to use it.
* Updated appveyor config: - Update build image from Visual Studio 2017 to Visual Studio 2019. - Updated Qt static library from Qt5.9.7 to Qt5.9.8. - Added commands to update vcpkg port files (this does not update already installed packages). - Updated vcpkg package list as per #17309. - Removed commands setting common project file options. Now done via common.init.vcxproj include. - Changed msbuild verbosity from normal to quiet. Normal rights a LOT of logs and impacts appveyor job duration. Updated msvc project configs: - Updated platform toolset from v141 to v142. - Updated Qt static library from Qt5.9.7 to Qt5.9.8. - Added ignore for linker warning building bitcoin-qt program. - Added missing util/str.cpp class file to test_bitcoin project file.
* Add missing typeinfo includes
* net: Log to net category for exceptions in ProcessMessages
* test: fix bitcoind already running warnings on macOS
* Fix origfee return for bumpfee with feerate arg
* util: Add missing headers to util/fees.cpp
* rpc: require second argument only for scantxoutset start action
* cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twice
* gui: disable File->CreateWallet during startup
* wallet: unbreak with boost 1.72
* Mark PSBTs spending unspendable outputs as invalid in analysis
* Have a PSBTAnalysis state that indicates invalid PSBT
* refactor: Styling w/ clang-format, comment update
* qt: Fix missing qRegisterMetaType for size_t
* doc: Clear out release notes after 0.19.0.1
* Tue Nov 19 2019 marecAATTdetebe.org- Update to version 0.19.0.1:
* doc: Generate manpages for 0.19.0.1
* doc: Re-add release notes of 0.19.0
* fix uninitialized variable nMinerConfirmationWindow
* build: bump version to 0.19.0.1
* doc: Clean out release notes post-release
* cli: fix -getinfo output when compiled with no wallet
* 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
* Thu Nov 09 2017 marecAATTdetebe.org- Update to version 0.15.1:
* Update release notes for 0.15.1
* doc: Fill in 0.15.1 changelog and authors in release notes
* rpc: further constrain the libevent workaround
* rpc: work-around an upstream libevent bug
* build: Bump version to 0.15.1
* Add unit test for stale tip checking
* Add CConnmanTest to mutate g_connman in tests
* Connect to an extra outbound peer if our tip is stale
* Track tip update time and last new block announcement from each peer
* Fri Sep 15 2017 marecAATTdetebe.org- Update to version 0.15.0.1:
* doc: Release notes for 0.15.0.1
* qt: Translations update pre-0.15.0.1
* doc: Bump manpages to 0.15.0.1
* build: Bump version to 0.15.0.1
* Fix Qt 0.14.2->0.15.0 segfault if \"total at least\" is selected
* doc: Clean out release notes on 0.15 branch
* doc: Old fee_estimates.dat are discarded by 0.15.0
* travis: filter out pyenv
* doc: Add missing contributors to release notes
* Mon Sep 11 2017 marecAATTdetebe.org- Update to version 0.15.0:
* doc: Release notes for 0.15.0.1
* qt: Translations update pre-0.15.0.1
* doc: Bump manpages to 0.15.0.1
* build: Bump version to 0.15.0.1
* Fix Qt 0.14.2->0.15.0 segfault if \"total at least\" is selected
* doc: Clean out release notes on 0.15 branch
* doc: Old fee_estimates.dat are discarded by 0.15.0
* travis: filter out pyenv
* doc: Add missing contributors to release notes
* Mon Jun 19 2017 marecAATTdetebe.org- Update to version 0.14.2:
* Note preexisting bug in display of fee calculation in coin control
* doc: Fill in details about miniupnp CVE-2017-8798
* doc: Update manpages for 0.14.2
* qt: 0.14.2 pre-rc2 translations update
* doc: Preliminary release notes 0.14.2
* build: bump version to 0.14.2
* net: only enforce the services required to connect
* [Wallet] unset change position when there is no change on exact match
* build: fix bitcoin-config.h regeneration after touching build files
* build: remove wonky auto top-level convenience targets
* Fri Apr 21 2017 marecAATTdetebe.org- Update to version 0.14.1:
* Clarify importprivkey help text with example of blank label without rescan
* release-notes: Accurately explain getblocktemplate improvements
* doc: Update release notes pre-rc2
* qt: translations update pre-rc2
* net: define NodeId as an int64_t
* [rpc] rename disconnectnode argument
* Mention dbcache memory changes in 0.14.1 release notes
* Add some more release notes for 0.14.1.
* doc: Remove release note about release notes
* doc: Update release notes for 0.14.1
* Tue Mar 07 2017 marecAATTdetebe.org- Update to version 0.14.0:
* Fix regsig checking for subkey sigs in verify-commits
* Allow any subkey in verify-commits
* Bugfix: Only install manpages for built programs
* depends: make osx output deterministic
* Add Pieter\'s old signed commits to revsig-commits
* Fix importmulti returning rescan errors for wrong keys
* doc: pre-rc3 changelog update
* qt: pre-rc3 translations update
* Avoid VLA in hash.h
* Mon Jan 02 2017 marecAATTdetebe.org- Update to version 0.13.2:
* doc: Remove ... from release notes
* Bump man pages
* [qt] Bump BLOCK_CHAIN_SIZE
* Bump nMinimumChainWork
* Bump version to 0.13.2
* doc: Add #9382 to release notes
* reduce number of lookups in TransactionWithinChainLimit
* Test for fix of txn chaining in wallet
* CreateTransaction: Don\'t return success with too-many-ancestor txn
* SelectCoinsMinConf: Prefer coins with fewer ancestors
* Thu Oct 27 2016 marecAATTdetebe.org- Update to version 0.13.1:
* Update release notes for dropping osx 10.7 support
* release: bump required osx version to 10.8. Credit jonasschnelli.
* [net] Remove assert(nMaxInbound > 0)
* release-notes: Update from blog draft
* doc: Update blurb in release notes
* doc: Add missing credit to release notes
* doc: Update release notes for rc2
* nMaxOutbound is MAX_OUTBOUND_CONNECTIONS on 0.13
* qt: pre-rc2 translations update
* RPC/Mining: getblocktemplate: Update and fix formatting of help
* Fri Aug 19 2016 marecAATTdetebe.org- Update to version 0.13.0:
* doc/release-notes: Document changed bytespersigop behaviour
* doc/release-notes: Mention the relevance of Compact Blocks on non-mining nodes\' influence on network policy
* doc/release-notes: Misc
* Mention dump/import support for HD wallets
* Remove refactors from list of changes
* Inline mempool RPCs and feefilter into misc sections
* doc: Update changelog for rc3
* qt: translations update pre-rc3
* Bugfix: Use pre-BIP141 sigops until segwit activates
* Document reindexing changes
* Thu Apr 14 2016 marecAATTdetebe.org- Update to version 0.12.1:
* Add missing link to BIP113
* doc: update release notes for #7835
* Version 2 transactions remain non-standard until CSV activates
* Fill in rest of release notes
* Reduce block timeout to 10 minutes
* Track block download times per individual block
* init: allow shutdown during \'Activating best chain...\'
* pre-rc1 translations update
* build: Remove unnecessary executables from gitian release
* [0.12] Update release notes
* Thu Jan 14 2016 marecAATTdetebe.org- Update to version 0.12.0:
* Fix duplicate names in release notes
* doc: Remove another duplicate author name from release notes
* Fix of semantic failure \"meet pay\"
* doc: fix author list in release notes
* qt: Translation update pre-rc5
* doc: Release notes update pre-rc5
* Changed getnetworkhps value to double to avoid overflow.
* [rpc-tests] Change solve() to use rehash
* Fix spelling: misbeha{b,v}ing
* release-notes: Minor corrections and clarifications re Priority
* release-notes: Significantly rewrite priority transactions section
* release-notes: Remove suggestion to use 0.11
* release-notes: Mention possibility of priority removal in 0.13, uncertainty of priority calculation being changed back, and request community input
* release-notes: Cover priority changes correctly, removing mentions of possible futures
* Fri Nov 13 2015 marecAATTdetebe.org- Update to version 0.11.2:
* [doc] 0.11.2 release notes: use original pull numbers
* [docs] 0.11.2 release notes: add sipa graphs & leveldb note
* [docs] Minor revisions to 0.11.2RC1 release notes
* [Docs] First-draft release notes for 0.11.2RC1
* bump version to 0.11.2
* Always flush block and undo when switching to new file
* Squashed \'src/leveldb/\' changes from 7d41e6f..20ca81f
*
*: alias -h for --help
* Change URLs to https in debian/control
* Update debian/changelog and slight tweak to debian/control
* Correct spelling mistakes in doc folder
* Clarification of unit test build instructions.
* Update bluematt-key, the old one is long-since revoked
* [Trivial] Fixed typo when referring to a previous section in depends/README.md [skip ci]
* build: disable -Wself-assign
* Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case)
* build: Remove dependency of bitcoin-cli on secp256k1
* [trivial] Fix rpc message \"help generate\"
* Drop \"with minimal dependencies\" from description
* Split bitcoin-tx into its own package
* Include bitcoin-tx binary on Debian/Ubuntu
* [Qt] Raise debug window when requested
* Fix locking in GetTransaction.
* Fix spelling of Qt
* Thu Oct 15 2015 marecAATTdetebe.org- Update to version 0.11.1:
* doc: Add Luke Dashjr to credits in release notes
* doc: update release notes for 0.11.1rc2
* Bump minrelaytxfee default
* net: Disable upnp by default
* Bump version to 0.11.1
* doc: #6077 was reverted, don\'t mention in release notes
* qt: Update translations before 0.11.1
* doc: Update release notes for 0.11.1
* Update miniupnpc to 1.9.20151008
* Sat Jul 11 2015 marecAATTdetebe.org- Update to version 0.11.0:
* doc: add important information about tx flood to release notes
* Fix typo in release notes.
* release notes for fee estimation changes
* assets-attribution: Update typicons to MIT license
* update release notes for 0.11.0rc3
* Ideal release process for Windows detached signing
* gitian: make the windows signing process match OSX
* Hardcoded seeds update June 2015
* Advance pindexLastCommonBlock for blocks in chainActive
* Sat May 16 2015 marecAATTdetebe.org- Update to version 0.10.2:
* doc: small amandment to release notes
* Release notes 0.10.2
* Avoid crash on start in TestBlockValidity with gen=1.
* Translations update
* Preparations for 0.10.2 release
* don\'t imbue boost::filesystem::path with locale \"C\" on windows
* wallet: fix boost::get usage with boost 1.58
* qt: translation update for next 0.10 point release
* doc: improve credits in release notes
* update release notes for 0.10.1rc3
* Sun Apr 26 2015 marecAATTdetebe.org- Update to version 0.10.1:
* doc: improve credits in release notes
* update release notes for 0.10.1rc3
* Cap nAttempts penalty at 8 and switch to pow instead of a division loop.
* Set nSequenceId when a block is fully linked
* Initialization: setup environment before starting QT tests
* Initialization: setup environment before starting tests
* Initialization: set fallback locale as environment variable
* Fix CheckBlockIndex for reindex.
* Fix missing lock in submitblock
* doc: update release notes pre rc2
* Wed Feb 18 2015 marecAATTdetebe.org- Update to version 0.10.0:
* gitian: don\'t add . to tar list
* doc/release-notes.md: Explain affect of BIP66 on miners
* Add BIP 66 notice to the 0.10 release notes.
* Modify release-notes for changes related to free tranactions
* Increase block download timeout base from 10 to 20 minutes.
* Fix priority calculation in CreateTransaction
* Avoid storing a reference passed to SignatureChecker constructors
* Use separate SignatureChecker for CMutableTransaction
* doc/release-notes.md: Add summary of mining enhancements
* Wed Jan 21 2015 marecAATTdetebe.org- Update to version 0.9.4:
* doc: Properly format git commits in changelog
* Bump version to 0.9.4
* doc: Update release notes for 0.9.4
* qt: Pull updated translations from Transifex
* Improve robustness of DER recoding code
* gitian: bump revision for OSX qt
* doc: Update release process for openssl bump
* fail immediately on an empty signature
* gitian: openssl-1.0.1i.tar.gz -> openssl-1.0.1k.tar.gz
* consensus: guard against openssl\'s new strict DER checks
* Sun Nov 16 2014 marecAATTdetebe.org- initial package build