< bitcoin-git>
bitcoin/0.17 89306ab Russell Yanofsky: [wallet] Restore ability to list incoming transactions by label...
< bitcoin-git>
bitcoin/0.17 5150acc Wladimir J. van der Laan: Merge #14441: [wallet] Backport(0.17): Restore ability to list incoming transactions by label...
< bitcoin-git>
[bitcoin] fanquake opened pull request #14701: build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString (master...add-build-version-to-info-plist) https://github.com/bitcoin/bitcoin/pull/14701
< bitcoin-git>
bitcoin/master 6b8d86d Andrew Chow: Require a public key to be retrieved when signing a P2PKH input...
< bitcoin-git>
bitcoin/master 16e3b17 Pieter Wuille: Merge #14689: Require a public key to be retrieved when signing a P2PKH input...
< bitcoin-git>
[bitcoin] sipa closed pull request #14689: Require a public key to be retrieved when signing a P2PKH input (master...fix-pkh-pubkeys) https://github.com/bitcoin/bitcoin/pull/14689
< bitcoin-git>
bitcoin/master 65166d4 Glenn Willen: New PartiallySignedTransaction constructor from CTransction...
2018-11-09
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #14700: qa: Avoid race in p2p_invalid_block by waiting for the block request (master...Mf1811-qaPassOnCentOs) https://github.com/bitcoin/bitcoin/pull/14700
< bitcoin-git>
bitcoin/master 7e2e62c Russell Yanofsky: Add skeleton chain and client classes...
< bitcoin-git>
bitcoin/master 8db11dd Russell Yanofsky: Pass chain and client variables where needed...
< bitcoin-git>
bitcoin/master ea961c3 Russell Yanofsky: Remove direct node->wallet calls in init.cpp...
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #14698: build: Add bitcoin-tx.exe into Windows installer (master...win-bitcoin-tx) https://github.com/bitcoin/bitcoin/pull/14698
2018-11-08
< bitcoin-git>
[bitcoin] DrahtBot closed pull request #9298: [Wallet] use CHDPubKey, don't store child priv keys in db, derive on the fly (master...2016/12/hd_no_priv) https://github.com/bitcoin/bitcoin/pull/9298
< bitcoin-git>
bitcoin/master fa4da3c MarcoFalke: [doc] conf: Remove deprecated options from docs, Other cleanup...
< bitcoin-git>
bitcoin/master e70a19e MarcoFalke: Merge #14684: [doc] conf: Remove deprecated options from docs, Other cleanup...
< bitcoin-git>
[bitcoin] conscott opened pull request #14691: Speedup feature_pruning test and refactor big transaction logic (master...2018_11_opreturn_splices) https://github.com/bitcoin/bitcoin/pull/14691
< bitcoin-git>
[bitcoin] achow101 opened pull request #14689: Require a public key to be retrieved when signing a P2PKH input (master...fix-pkh-pubkeys) https://github.com/bitcoin/bitcoin/pull/14689
< bitcoin-git>
[bitcoin] harding opened pull request #14688: Doc: update release notes for changes since 0.17.0 branch (master...2018-11-release-notes) https://github.com/bitcoin/bitcoin/pull/14688
< bitcoin-git>
[bitcoin] instagibbs opened pull request #14679: importmulti: Don't add internal addresses to address book (master...importmulti_internal_fix) https://github.com/bitcoin/bitcoin/pull/14679
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13677: Remind developers that disablewallet=1 should always work (master...2018/07/disable-wallet) https://github.com/bitcoin/bitcoin/pull/13677
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #14636: Avoid using numeric_limits for sequence numbers and lock times (master...pr/climit) https://github.com/bitcoin/bitcoin/pull/14636
< bitcoin-git>
bitcoin/master 5c292da practicalswift: Add UBSan suppressions needed to pass test suite
< bitcoin-git>
bitcoin/master 4773fa8 practicalswift: Add llvm-symbolizer directory to PATH. Needed to get symbolized stack traces from the sanitizers.
< bitcoin-git>
[bitcoin] practicalswift opened pull request #14673: travis: Fail the UBSan Travis build in case of newly introduced UBSan errors (master...ubsan-tweak) https://github.com/bitcoin/bitcoin/pull/14673
< bitcoin-git>
[bitcoin] jamesob opened pull request #14672: tests: Send fewer spam messages in p2p_invalid_messages (master...2018-11-msgs-test-fix) https://github.com/bitcoin/bitcoin/pull/14672
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #14619: tests: Fix value display name in test_runner help text (master...test-runner-fix) https://github.com/bitcoin/bitcoin/pull/14619
< bitcoin-git>
bitcoin/master 4fb789e Jim Posen: Extract CSipHasher to it's own file in crypto/ directory....
< bitcoin-git>
bitcoin/master fef5adc Jim Posen: blockfilter: Use unordered_set instead of set in blockfilter.
< bitcoin-git>
bitcoin/master 880bc72 Wladimir J. van der Laan: Merge #14074: Use std::unordered_set instead of set in blockfilter interface...
< bitcoin-git>
[bitcoin] laanwj closed pull request #14074: Use std::unordered_set instead of set in blockfilter interface (master...blockfilter-unordered-set) https://github.com/bitcoin/bitcoin/pull/14074
< bitcoin-git>
[bitcoin] laanwj closed pull request #14658: qa: Add test to ensure node can generate all rpc help texts at runtime (master...Mf1811-qaRpcHelpMan) https://github.com/bitcoin/bitcoin/pull/14658
< bitcoin-git>
bitcoin/master bbbbb3f MarcoFalke: qa: Add test to ensure node can generate all help texts at runtime
< bitcoin-git>
bitcoin/master cdddd17 Wladimir J. van der Laan: Merge #14658: qa: Add test to ensure node can generate all rpc help texts at runtime...
< bitcoin-git>
bitcoin/master 9f49db7 practicalswift: Enable functional tests in UBSAN job. Enable -fsanitize=integer (part of UBSAN). Merge UBSAN Travis job with no depends.
< bitcoin-git>
bitcoin/master 1ba5583 MarcoFalke: Merge #14252: build: Run functional tests and benchmarks under the undefined behaviour sanitizer (UBSan)...
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #14658: qa: Add test to ensure node can generate all help texts at runtime (master...Mf1811-qaRpcHelpMan) https://github.com/bitcoin/bitcoin/pull/14658
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #14092: tests: Dry run bench_bitcoin as part "make check" to allow for quick identification of assertion/sanitizer failures in benchmarking code (master...dry-run-of-bench_bitcoin-as-part-of-check-local) https://github.com/bitcoin/bitcoin/pull/14092
< bitcoin-git>
bitcoin/master dfef0df practicalswift: 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
< bitcoin-git>
bitcoin/master 73a8408 MarcoFalke: Merge #14092: tests: Dry run bench_bitcoin as part "make check" to allow for quick identification of assertion/sanitizer failures in benchmarking code...
< bitcoin-git>
bitcoin/master a4edb16 mruddy: ZMQ: add options to configure outbound message high water mark, aka SNDHWM
< bitcoin-git>
bitcoin/master dac2caa Wladimir J. van der Laan: Merge #14060: ZMQ: add options to configure outbound message high water mark, aka SNDHWM...
< bitcoin-git>
[bitcoin] laanwj closed pull request #14060: ZMQ: add options to configure outbound message high water mark, aka SNDHWM (master...zmqhwm) https://github.com/bitcoin/bitcoin/pull/14060
< bitcoin-git>
[bitcoin] laanwj closed pull request #14618: rpc: Make HTTP RPC debug logging more informative (master...limit-rpc-request-logging) https://github.com/bitcoin/bitcoin/pull/14618
< bitcoin-git>
[bitcoin] andrewtoth opened pull request #14653: Add all category options to listtransactions help (master...listtransactions-help) https://github.com/bitcoin/bitcoin/pull/14653
2018-11-04
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #14410: rpcwallet: 'ischange' field for 'getaddressinfo' RPC (master...getaddressinfo-is-change) https://github.com/bitcoin/bitcoin/pull/14410
< bitcoin-git>
[bitcoin] promag opened pull request #14641: RPC: Add min/max confirmation options to fund transaction calls (master...2018-11-fundrawtransaction) https://github.com/bitcoin/bitcoin/pull/14641
< bitcoin-git>
[bitcoin] fridokus opened pull request #14638: Tests: Remove sync_blocks() from wallet_abandonconflict.py (master...develop) https://github.com/bitcoin/bitcoin/pull/14638
< bitcoin-git>
[bitcoin] fanquake closed pull request #14463: Reduce usage of the platform dependent `unsigned int` type (master...20181011-rbf-nseq) https://github.com/bitcoin/bitcoin/pull/14463
2018-11-01
< bitcoin-git>
[bitcoin] ryanofsky opened pull request #14636: Avoid using numeric_limits for sequence numbers and lock times (master...pr/climit) https://github.com/bitcoin/bitcoin/pull/14636
< bitcoin-git>
[bitcoin] JBaczuk closed pull request #14610: Docs: correction to test readme compile instructions (master...fix_test_readme_compile_instructions) https://github.com/bitcoin/bitcoin/pull/14610
< bitcoin-git>
[bitcoin] kostyantyn opened pull request #14633: Fix height serialization inside script of coinbase input (master...fix_height_serialization_in_coinbase) https://github.com/bitcoin/bitcoin/pull/14633
< bitcoin-git>
[bitcoin] laanwj closed pull request #14377: check that a separator is found for psbt inputs, outputs, and global map (master...fix-psbt-seps) https://github.com/bitcoin/bitcoin/pull/14377
< bitcoin-git>
bitcoin/master 4fb3388 Andrew Chow: check that a separator is found for psbt inputs, outputs, and global map
< bitcoin-git>
bitcoin/master 51e5ef3 Wladimir J. van der Laan: Merge #14377: check that a separator is found for psbt inputs, outputs, and global map...
< bitcoin-git>
bitcoin/master f69d922 Wladimir J. van der Laan: Merge #14592: doc: Add external interface consistency guarantees...
< bitcoin-git>
[bitcoin] jnewbery opened pull request #14631: [tests] Move deterministic address import to setup_nodes (master...deprecate_generate2) https://github.com/bitcoin/bitcoin/pull/14631
< bitcoin-git>
[bitcoin] laanwj closed pull request #14197: [psbt] Convert non-witness UTXOs to witness if witness sig created (master...psbt-utxos) https://github.com/bitcoin/bitcoin/pull/14197
< bitcoin-git>
bitcoin/master f6ed748 MeshCollider: Add SegWit support to importmulti with some ProcessImport cleanup
< bitcoin-git>
bitcoin/master 353c064 MeshCollider: Fix typo in test_framework/blocktools
< bitcoin-git>
[bitcoin] merland opened pull request #14619: tests: Fix value display name in test_runner help text (master...test-runner-fix) https://github.com/bitcoin/bitcoin/pull/14619
< bitcoin-git>
[bitcoin] practicalswift opened pull request #14618: rpc: Make HTTP RPC debug logging more informative (master...limit-rpc-request-logging) https://github.com/bitcoin/bitcoin/pull/14618
< bitcoin-git>
[bitcoin] murrayn opened pull request #14617: FreeBSD: Document Python 3 requirement for 'gmake check' (master...freebsd-test-doc) https://github.com/bitcoin/bitcoin/pull/14617
< bitcoin-git>
[bitcoin] achow101 opened pull request #14612: Include full version number in released file names (master...fix-make-build-version) https://github.com/bitcoin/bitcoin/pull/14612
< bitcoin-git>
[bitcoin] achow101 closed pull request #14558: rpc: Require solvability in importmulti if importing more than the scriptPubKey (master...importmulti-solvability) https://github.com/bitcoin/bitcoin/pull/14558
2018-10-29
< bitcoin-git>
[bitcoin] sanket1729 opened pull request #14604: [Tests] Add test and refactor feature_block.py (master...feature-block-test) https://github.com/bitcoin/bitcoin/pull/14604
< bitcoin-git>
[bitcoin] jnewbery reopened pull request #9152: Wallet/RPC: sweepprivkeys method to scan UTXO set and send to local wallet (master...sweepprivkeys) https://github.com/bitcoin/bitcoin/pull/9152
< bitcoin-git>
[bitcoin] luke-jr opened pull request #14602: Bugfix: Correctly calculate balances when min_conf is used, and for getbalance("*") (master...bugfix_rpc_getbalance_untrusted) https://github.com/bitcoin/bitcoin/pull/14602
< bitcoin-git>
[bitcoin] ch4ot1c opened pull request #14601: [rpc] Descriptions: Consistent arg labels for types 'object' and 'boolean' (master...fix/rpc-arg-types) https://github.com/bitcoin/bitcoin/pull/14601
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #14596: Bugfix: RPC: Add address_type named param for createmultisig (master...bugfix_createMS_named_addresstype) https://github.com/bitcoin/bitcoin/pull/14596
< bitcoin-git>
bitcoin/master d8bf107 Luke Dashjr: Bugfix: RPC: Add address_type named param for createmultisig
< bitcoin-git>
bitcoin/master 29f429d MarcoFalke: Merge #14596: Bugfix: RPC: Add address_type named param for createmultisig...
< bitcoin-git>
[bitcoin] fanquake closed pull request #13561: Qt: Remove unnecessary image buffer for Mac dock icon (master...rm_icon_buffer) https://github.com/bitcoin/bitcoin/pull/13561
< bitcoin-git>
[bitcoin] merland opened pull request #14600: docs: Add instructions about commit message when squashing (master...update-contrib) https://github.com/bitcoin/bitcoin/pull/14600
< bitcoin-git>
[bitcoin] practicalswift opened pull request #14599: Use functions guaranteed to be locale independent (IsDigit, ToLower) in {Format,Parse}Money(...), uint256::SetHex(...), etc. (master...no-more-locale) https://github.com/bitcoin/bitcoin/pull/14599
2018-10-28
< bitcoin-git>
[bitcoin] fanquake closed pull request #14222: Qt: Fix restoration of minimized to tray window (master...windows-tray-icon) https://github.com/bitcoin/bitcoin/pull/14222
< bitcoin-git>
[bitcoin] luke-jr opened pull request #14596: Bugfix: RPC: Add address_type named param for createmultisig (master...bugfix_createMS_named_addresstype) https://github.com/bitcoin/bitcoin/pull/14596
< bitcoin-git>
[bitcoin] hebasto opened pull request #14597: qt: Remove old MacDockIconHandler class (master...20181028-macos-dock-overhaul) https://github.com/bitcoin/bitcoin/pull/14597
< bitcoin-git>
[bitcoin] Empact closed pull request #12765: Store the current config file at read time, and return it from GetConfigFile if set (master...config-file-path) https://github.com/bitcoin/bitcoin/pull/12765