< bitcoin-git>
[bitcoin] promag opened pull request #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged (master...2020-02-avoid-getbalance) https://github.com/bitcoin/bitcoin/pull/18160
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18159: tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzing test cases under valgrind (master...fuzzers-valgrind) https://github.com/bitcoin/bitcoin/pull/18159
< bitcoin-git>
[bitcoin] jkcd opened pull request #18157: doc: fixing init.md documentation to not require rpcpassword (master...fix_16346_doc_init) https://github.com/bitcoin/bitcoin/pull/18157
2020-02-15
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18155: tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed signature checker (master...fuzzers-signature_checker) https://github.com/bitcoin/bitcoin/pull/18155
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18153: doc/release-process: Restore and update PPA note (master...doc_ppa_202002) https://github.com/bitcoin/bitcoin/pull/18153
< bitcoin-git>
[bitcoin] hebasto opened pull request #18152: qt: Use NotificationStatus enum for signals to GUI (master...20200215-pr18121-followup2) https://github.com/bitcoin/bitcoin/pull/18152
< bitcoin-git>
[bitcoin] fanquake opened pull request #18151: build: replace libdmg and genisoimage with xorriso (master...xorriso_replaces_libdmg_genisoimage) https://github.com/bitcoin/bitcoin/pull/18151
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18147: qt: Kill the locale dependency bug class by not allowing Qt to mess with LC_NUMERIC (master...kill-locale-dependency-bug-class) https://github.com/bitcoin/bitcoin/pull/18147
< bitcoin-git>
[bitcoin] fanquake opened pull request #18135: build: add --no-insert-timestamp to Windows linker flags (master...no_insert_timestamp_ld) https://github.com/bitcoin/bitcoin/pull/18135
< bitcoin-git>
[bitcoin] Empact opened pull request #18134: Replace std::to_string with locale-independent alternative (master...2020-02-to-string) https://github.com/bitcoin/bitcoin/pull/18134
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18133: Fix various edge case bugs in QValidatedLineEdit (master...bugfix_qvalidlineedit) https://github.com/bitcoin/bitcoin/pull/18133
< bitcoin-git>
[bitcoin] practicalswift closed pull request #17760: util: Don't depend on locale when trimming strings. Add tests. (master...trimming-without-borders) https://github.com/bitcoin/bitcoin/pull/17760
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #18131: add macOS notarization info to the release process doc (master...2020/02/notarize) https://github.com/bitcoin/bitcoin/pull/18131
< bitcoin-git>
[bitcoin] Empact opened pull request #18130: Replace uses of boost::trim* with non-locale-dependent alternatives (master...2020-02-boost-trim) https://github.com/bitcoin/bitcoin/pull/18130
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18124: init: Clarify C and C++ locale assumptions. Add locale sanity check to verify assumptions at run-time. (master...LocaleSanityCheck) https://github.com/bitcoin/bitcoin/pull/18124
< bitcoin-git>
[bitcoin] theStack opened pull request #18122: rpc: update validateaddress RPCExamples to bech32 (master...20200211-rpc-update-validateaddress-rpcexamples-to-bech32) https://github.com/bitcoin/bitcoin/pull/18122
< bitcoin-git>
[bitcoin] hebasto opened pull request #18121: gui: Throttle GUI update pace when -reindex (master...20200211-reindex-gui) https://github.com/bitcoin/bitcoin/pull/18121
< bitcoin-git>
[bitcoin] JeremyRubin opened pull request #18120: Change UpdateForDescendants to use Epochs (master...epoch-mempool-clean-split-updatefordescendants-pt1) https://github.com/bitcoin/bitcoin/pull/18120
< bitcoin-git>
[bitcoin] hebasto opened pull request #18117: build: Fix Qt link issue for macOS target with DEBUG=1 (master...20200211-macos-debug) https://github.com/bitcoin/bitcoin/pull/18117
< bitcoin-git>
[bitcoin] fanquake merged pull request #18104: build: Skip i686 build by default in guix and gitian (master...2002-i686NoBuildByDefault) https://github.com/bitcoin/bitcoin/pull/18104
< bitcoin-git>
bitcoin/master 98264e2 fanquake: Merge #18104: build: Skip i686 build by default in guix and gitian
< bitcoin-git>
bitcoin/master fae9084 MarcoFalke: build: Skip i686 build by default in guix and gitian
< bitcoin-git>
bitcoin/master fa55a25 MarcoFalke: depends: Remove reference to win32
< bitcoin-git>
[bitcoin] achow101 opened pull request #18115: [wallet] Pass in transactions and messages for signing instead of exporting the private keys (master...sign-in-spkman) https://github.com/bitcoin/bitcoin/pull/18115
< bitcoin-git>
[bitcoin] jnewbery opened pull request #18113: [coins] Don't allow a coin to spent and FRESH. Improve commenting. (master...2020-01-prune-pruned) https://github.com/bitcoin/bitcoin/pull/18113
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18109: tests: Avoid hitting some known minor tinyformat issues when fuzzing strprintf(...) (master...fuzzers-strprintf-errata) https://github.com/bitcoin/bitcoin/pull/18109
< bitcoin-git>
[bitcoin] laanwj merged pull request #17947: test: add unit test for non-standard txs with too large tx size (master...20200116-test-check-for-non-standard-txs-with-too-large-tx-size) https://github.com/bitcoin/bitcoin/pull/17947
< bitcoin-git>
bitcoin/master ceb3d45 Wladimir J. van der Laan: Merge #17947: test: add unit test for non-standard txs with too large tx s...
< bitcoin-git>
bitcoin/master 4537ba5 Sebastian Falbesoner: test: add unit test for non-standard txs with too large tx size
< bitcoin-git>
[bitcoin] laanwj merged pull request #18081: test: set a name for CI Docker containers (master...name_ci_docker_containers) https://github.com/bitcoin/bitcoin/pull/18081
< bitcoin-git>
bitcoin/master b063cb6 Wladimir J. van der Laan: Merge #18081: test: set a name for CI Docker containers
< bitcoin-git>
bitcoin/master 9e111db fanquake: test: set a name for CI Docker containers
< bitcoin-git>
[bitcoin] hebasto closed pull request #16722: build: Disable warnings for leveldb subtree by default (master...20190825-leveldb-warnings) https://github.com/bitcoin/bitcoin/pull/16722
< bitcoin-git>
[bitcoin] laanwj merged pull request #18079: [0.19] psbt: check that various indexes and amounts are within bounds (0.19...psbt_fix_pr17156-0.19.1) https://github.com/bitcoin/bitcoin/pull/18079
< bitcoin-git>
bitcoin/0.19 ba0b7e1 Wladimir J. van der Laan: Merge #18079: [0.19] psbt: check that various indexes and amounts are with...
< bitcoin-git>
bitcoin/0.19 f5fb7fc Andrew Chow: psbt: check output index is within bounds before accessing
< bitcoin-git>
bitcoin/0.19 1cf77a2 Andrew Chow: Don't calculate tx fees for PSBTs with invalid money values
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #18104: build: Skip i686 build by default in guix and gitian (master...2002-i686NoBuildByDefault) https://github.com/bitcoin/bitcoin/pull/18104
< bitcoin-git>
[bitcoin] yancyribbens opened pull request #18102: doc: update unit test documentation to be more descriptive about how to mo... (master...update-unit-test-readme) https://github.com/bitcoin/bitcoin/pull/18102
< bitcoin-git>
[bitcoin] sipa closed pull request #18093: Controlling und die Scheidung ist eine Empfangsbestatigung fur die PO... (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18093
< bitcoin-git>
[bitcoin] thorie7912 opened pull request #18094: Split blocks into multiple dirs (master...split_blocks_into_multiple_dirs) https://github.com/bitcoin/bitcoin/pull/18094
< bitcoin-git>
[bitcoin] moniquejank opened pull request #18093: Controlling und die Scheidung ist eine Empfangsbestatigung fur die PO... (master...patch-1) https://github.com/bitcoin/bitcoin/pull/18093
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #18091: Qt: pass clientmodel changes from walletframe to walletviews (master...2020/02/missing_clientmodel) https://github.com/bitcoin/bitcoin/pull/18091
< bitcoin-git>
[bitcoin] fanquake opened pull request #18088: build: ensure we aren't using GNU extensions (master...no_gnu_extensions) https://github.com/bitcoin/bitcoin/pull/18088
< bitcoin-git>
[bitcoin] fanquake opened pull request #18082: logging: enable thread_local usage on macOS (master...macos_thread_local) https://github.com/bitcoin/bitcoin/pull/18082
< bitcoin-git>
[bitcoin] fanquake opened pull request #18081: test: set a name for CI Docker containers (master...name_ci_docker_containers) https://github.com/bitcoin/bitcoin/pull/18081
2020-02-05
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18079: [0.19] psbt: check that various indexes and amounts are within bounds (0.19...psbt_fix_pr17156-0.19.1) https://github.com/bitcoin/bitcoin/pull/18079
< bitcoin-git>
[bitcoin] luke-jr closed pull request #18078: [0.19] psbt: check that various indexes and amounts are within bounds (master...psbt_fix_pr17156-0.19.1) https://github.com/bitcoin/bitcoin/pull/18078
< bitcoin-git>
[bitcoin] luke-jr opened pull request #18078: [0.19] psbt: check that various indexes and amounts are within bounds (master...psbt_fix_pr17156-0.19.1) https://github.com/bitcoin/bitcoin/pull/18078
< bitcoin-git>
[bitcoin] dongcarl opened pull request #18072: Use `libc++` headers from macOS SDK instead of from clang (master...2020-01-macos-sdk-with-headers) https://github.com/bitcoin/bitcoin/pull/18072
< bitcoin-git>
[bitcoin] fanquake merged pull request #17336: scripts: search for first block file for linearize-data with some block files pruned (master...linearize) https://github.com/bitcoin/bitcoin/pull/17336
< bitcoin-git>
bitcoin/master 317fb96 Rjected: Add search for first blk file with pruned node
< bitcoin-git>
bitcoin/master 8625446 fanquake: Merge #17336: scripts: search for first block file for linearize-data with...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16681: Tests: Use self.chain instead of 'regtest' in all current tests (master...b19-testchains-tests) https://github.com/bitcoin/bitcoin/pull/16681
< bitcoin-git>
bitcoin/master f32564f MarcoFalke: Merge #16681: Tests: Use self.chain instead of 'regtest' in all current te...
< bitcoin-git>
bitcoin/master 1abcecc Jorge Timon: Tests: Use self.chain instead of 'regtest' in almost all current tests
< bitcoin-git>
[bitcoin] promag opened pull request #18064: gui: Drop WalletModel dependency to RecentRequestsTableModel (master...2020-02-recentrequeststablemodel) https://github.com/bitcoin/bitcoin/pull/18064
< bitcoin-git>
[bitcoin] JeremyRubin opened pull request #18063: Improve UpdateForDescendants by using Epochs and Removing CacheMap (master...epoch-mempool-clean-split-2) https://github.com/bitcoin/bitcoin/pull/18063
< bitcoin-git>
[bitcoin] elichai opened pull request #18061: util: Reimplement DecodeBase32/64 with std::string to remove `strlen` (master...2020-02-remove-strlen) https://github.com/bitcoin/bitcoin/pull/18061
< bitcoin-git>
[bitcoin] promag opened pull request #18060: gui: Drop PeerTableModel dependency to ClientModel (master...2020-02-peertablemodel) https://github.com/bitcoin/bitcoin/pull/18060
< bitcoin-git>
[bitcoin] laanwj merged pull request #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is invalid (master...2019-09-better-header-knowledge) https://github.com/bitcoin/bitcoin/pull/16974
< bitcoin-git>
bitcoin/master 651e343 Wladimir J. van der Laan: Merge #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is i...
< bitcoin-git>
bitcoin/master 0a50019 Matt Corallo: Walk pindexBestHeader back to ChainActive().Tip() if it is invalid
< bitcoin-git>
[bitcoin] jonatack opened pull request #18054: net: reference instead of copy in BlockConnected range loop (master...block-connected-ref-instead-of-copy) https://github.com/bitcoin/bitcoin/pull/18054