< bitcoin-git>
[bitcoin] fanquake closed pull request #12433: [qt] move SendCoinsRecipient to its own file (master...2018/02/qt-send-coins-recipient) https://github.com/bitcoin/bitcoin/pull/12433
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12956: contrib: Only lint our src files for include guards (master...Mf1804-lintFixups) https://github.com/bitcoin/bitcoin/pull/12956
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #12960: doc: Revert to previous header include policy (master...Mf1804-docIncludes) https://github.com/bitcoin/bitcoin/pull/12960
< bitcoin-git>
[bitcoin] Empact opened pull request #12959: Drop IsCompressedOrUncompressedPubKey and IsCompressedPubKey (master...is-compressed-or-uncompressed) https://github.com/bitcoin/bitcoin/pull/12959
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #12956: contrib: Only lint our src files for include guards (master...Mf1804-lintFixups) https://github.com/bitcoin/bitcoin/pull/12956
2018-04-11
< dongcarl>
Looking at https://github.com/bitcoin/bitcoin/issues/3171 here, wondering about the specifics: Should we bootstrap and measure every time an RC release is tagged? Would this be on some bare metal cloud instance? How would this be funded?
< bitcoin-git>
[bitcoin] conscott closed pull request #12930: WIP Refactor large transaction generation for tests and make generic (master...CRS_tests_flexible_tx_size) https://github.com/bitcoin/bitcoin/pull/12930
< bitcoin-git>
[bitcoin] jamesob opened pull request #12951: [doc] Fix comment in FindForkInGlobalIndex (master...2018-04-11-findforkinglobalindex-doc) https://github.com/bitcoin/bitcoin/pull/12951
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #12950: bitcoin-tx: Flatten for loop over one element (master...Mf1804-bitcoinTxUnusedLoop) https://github.com/bitcoin/bitcoin/pull/12950
< bitcoin-git>
[bitcoin] instagibbs opened pull request #12947: Wallet hd functional test speedup and clarification (master...wallet_hd_speedup) https://github.com/bitcoin/bitcoin/pull/12947
< bitcoin-git>
[bitcoin] fanquake closed pull request #10619: [rpc]Avoid possibility of NULL pointer dereference in getblockchaininfo(...) (master...fix01) https://github.com/bitcoin/bitcoin/pull/10619
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12912: Minor readability/maintainability changes to warnings.cpp (master...warnings) https://github.com/bitcoin/bitcoin/pull/12912
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12937: Handle witness version and OP_N results as an unsigned char (master...unsigned-char-witnessversion) https://github.com/bitcoin/bitcoin/pull/12937
< fanquake>
provoostenator What do you mean? You can't build bitcoin-qt with homebrew installed dependencies after 0.15.1 ?
< bitcoin-git>
[bitcoin] instagibbs opened pull request #12944: [wallet] ScanforWalletTransactions should mark input txns as dirty (master...scandirty) https://github.com/bitcoin/bitcoin/pull/12944
< bitcoin-git>
[bitcoin] laanwj closed pull request #12916: Introduce BigEndian wrapper and use it for netaddress ports (master...201804_beport) https://github.com/bitcoin/bitcoin/pull/12916
< bitcoin-git>
bitcoin/master 7b6041d Wladimir J. van der Laan: Merge #12916: Introduce BigEndian wrapper and use it for netaddress ports...
< bitcoin-git>
bitcoin/master ece88fd Pieter Wuille: Introduce BigEndian wrapper and use it for netaddress ports
< bitcoin-git>
[bitcoin] Empact opened pull request #12938: Overload CScript::IsWitnessProgram with a test-only version (master...test-only-iswitnessprogram) https://github.com/bitcoin/bitcoin/pull/12938
< bitcoin-git>
[bitcoin] Empact opened pull request #12937: Handle witness version and OP_N results as an unsigned char (master...unsigned-char-witnessversion) https://github.com/bitcoin/bitcoin/pull/12937
< bitcoin-git>
[bitcoin] laanwj closed pull request #12731: Support serialization as another type without casting (master...201803_astype) https://github.com/bitcoin/bitcoin/pull/12731
< bitcoin-git>
bitcoin/master 0a8054e Wladimir J. van der Laan: Merge #12731: Support serialization as another type without casting...
< bitcoin-git>
bitcoin/master 818dc74 Pieter Wuille: Support serialization as another type without casting...
< bitcoin-git>
[bitcoin] conscott opened pull request #12930: WIP Refactor large transaction generation for tests and make generic (master...CRS_tests_flexible_tx_size) https://github.com/bitcoin/bitcoin/pull/12930
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12928: qt: Initialize variables previously neither defined where defined nor in constructor (master...qt-constructors) https://github.com/bitcoin/bitcoin/pull/12928
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12845: Trivial: Add logging line in init.cpp that was accidentally removed with #10762 (master...add_logging_line_to_newer_branch) https://github.com/bitcoin/bitcoin/pull/12845
< bitcoin-git>
bitcoin/master 7ee6fc5 MarcoFalke: Merge #12845: Trivial: Add logging line in init.cpp that was accidentally removed with #10762...
< bitcoin-git>
bitcoin/master 23abfb7 Steve Lee: added logging line back that was accidentally removed with #10762
< bitcoin-git>
[bitcoin] jamesob closed pull request #12873: [ci] Run functional tests using bitcoin-qt in one Travis job (master...2018-04-03-travis-func-qt) https://github.com/bitcoin/bitcoin/pull/12873
< bitcoin-git>
[bitcoin] laanwj opened pull request #12923: util: Pass pthread_self() to pthread_setschedparam instead of 0 (master...2018_04_pthread_self) https://github.com/bitcoin/bitcoin/pull/12923
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12007: [Doc] Clarify the meaning of fee delta not being a fee rate in prioritisetransaction RPC (master...master) https://github.com/bitcoin/bitcoin/pull/12007
< bitcoin-git>
bitcoin/master cd8e45b MarcoFalke: Merge #12007: [Doc] Clarify the meaning of fee delta not being a fee rate in prioritisetransaction RPC...
< bitcoin-git>
bitcoin/master c198dc0 Jan Čapek: [Doc] Clarify the meaning of fee delta not being a fee rate in prioritisetransaction RPC
< bitcoin-git>
[bitcoin] laanwj closed pull request #12537: [arith_uint256] Make it safe to use "self" in operators (master...uint-safe-self-op) https://github.com/bitcoin/bitcoin/pull/12537
< bitcoin-git>
bitcoin/master 4781813 Wladimir J. van der Laan: Merge #12537: [arith_uint256] Make it safe to use "self" in operators...
< bitcoin-git>
bitcoin/master b120f7b Karl-Johan Alm: [test] Add tests for self usage in arith_uint256
< bitcoin-git>
bitcoin/master 08b17de Karl-Johan Alm: [arith_uint256] Do not destroy *this content if passed-in operator may reference it
< bitcoin-git>
[bitcoin] sipa opened pull request #12916: Introduce BigEndian wrapper and use it for netaddress ports (master...201804_beport) https://github.com/bitcoin/bitcoin/pull/12916
< bitcoin-git>
[bitcoin] laanwj closed pull request #12886: Introduce Span type and use it instead of FLATDATA (master...201803_slice) https://github.com/bitcoin/bitcoin/pull/12886
< bitcoin-git>
bitcoin/master 9778586 Wladimir J. van der Laan: Merge #12886: Introduce Span type and use it instead of FLATDATA...
< bitcoin-git>
bitcoin/master 9272d70 Pieter Wuille: Support serializing Span<unsigned char> and use that instead of FLATDATA
< bitcoin-git>
bitcoin/master 833bc08 Pieter Wuille: Add Slice: a (pointer, size) array view that acts like a container
< wumpus>
MarcoFalke: sipa: fanquake: Your repository "bitcoin-core/bitcoin-incubator" was successfully deleted.
< wumpus>
/home/orion/projects/bitcoin/bitcoin/src/interfaces/wallet.cpp:427:18: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
< bitcoin-git>
[bitcoin] laanwj closed pull request #12904: [qa] Ensure bitcoind processes are cleaned up when tests end (master...2018-04-always-kill-bitcoind) https://github.com/bitcoin/bitcoin/pull/12904
< bitcoin-git>
bitcoin/master 15c3bb4 Wladimir J. van der Laan: Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests end...
< bitcoin-git>
bitcoin/master e36a0c0 Suhas Daftuar: [qa] Ensure bitcoind processes are cleaned up when tests end
< bitcoin-git>
[bitcoin] fanquake closed pull request #12192: Trivial: Update http URL of MIT license to use https (master...12190-UPDATE_MIT_LINK_TO_HTTPS) https://github.com/bitcoin/bitcoin/pull/12192
< bitcoin-git>
[bitcoin] murrayn opened pull request #12912: Minor readability/maintainability changes to warnings.cpp (master...warnings) https://github.com/bitcoin/bitcoin/pull/12912
< bitcoin-git>
[bitcoin] laanwj closed pull request #12561: Check for block corruption in ConnectBlock() (master...2018-02-improve-checkblock-failure) https://github.com/bitcoin/bitcoin/pull/12561
< bitcoin-git>
bitcoin/master 24133b1 Wladimir J. van der Laan: Merge #12561: Check for block corruption in ConnectBlock()...
< bitcoin-git>
bitcoin/master 0e7c52d Suhas Daftuar: Shut down if trying to connect a corrupted block...
< bitcoin-git>
[bitcoin] laanwj closed pull request #12895: tests: Add note about test suite name uniqueness requirement to developer notes (master...check-uniqueness-of-test-suite-names) https://github.com/bitcoin/bitcoin/pull/12895
< bitcoin-git>
bitcoin/master d1b622b practicalswift: tests: Add check for test suite name uniqueness in lint-tests.sh
< bitcoin-git>
bitcoin/master dc8067b practicalswift: tests: Add note about uniqueness requirement for test suite names
< bitcoin-git>
bitcoin/master 3ebfb2d MarcoFalke: tests: Avoid test suite name collision in wallet crypto_tests
< bitcoin-git>
[bitcoin] kallewoof opened pull request #12911: wallet: Show fee in results for signrawtransaction* when complete=true (master...sign-show-fees) https://github.com/bitcoin/bitcoin/pull/12911
2018-04-07
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12906: Avoid `interface` keyword to fix windows gitian build (master...pr/is) https://github.com/bitcoin/bitcoin/pull/12906
< bitcoin-git>
bitcoin/master 048ac83 MarcoFalke: Merge #12906: Avoid `interface` keyword to fix windows gitian build...
< bitcoin-git>
bitcoin/master 17780d6 Russell Yanofsky: scripted-diff: Avoid `interface` keyword to fix windows gitian build...
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #12909: wallet: Make "settings" to be class members (master...Mf1804-walletMembers) https://github.com/bitcoin/bitcoin/pull/12909
< bitcoin-git>
[bitcoin] laanwj closed pull request #12708: Make verify-commits.sh test that merges are clean (master...201803_cleanmerge) https://github.com/bitcoin/bitcoin/pull/12708
< bitcoin-git>
bitcoin/master 577f111 Pieter Wuille: Make verify-commits.sh test that merges are clean
< bitcoin-git>
bitcoin/master b2e5fe8 Wladimir J. van der Laan: Merge #12708: Make verify-commits.sh test that merges are clean...
< bitcoin-git>
[bitcoin] laanwj closed pull request #12896: docs: Fix conflicting statements about initialization in developer notes (master...remove-conflicing-statements) https://github.com/bitcoin/bitcoin/pull/12896
< bitcoin-git>
bitcoin/master b15485e Wladimir J. van der Laan: Merge #12896: docs: Fix conflicting statements about initialization in developer notes...
< bitcoin-git>
bitcoin/master b119e78 practicalswift: docs: Fix conflicting statements about initialization in developer notes
< bitcoin-git>
[bitcoin] laanwj closed pull request #12836: Make WalletInitInterface and DummyWalletInit private, fix nullptr deref (master...2018-03-walletinit) https://github.com/bitcoin/bitcoin/pull/12836
< bitcoin-git>
bitcoin/master 9abdb7c Wladimir J. van der Laan: Merge #12836: Make WalletInitInterface and DummyWalletInit private, fix nullptr deref...
< bitcoin-git>
bitcoin/master d894894 João Barbosa: wallet: Refactor to WalletInitInterface* const g_wallet_init_interface
< stevenroose>
"if checkpoints ever have an effect, bitcoin is broken" you mean that when code breaks validity of an old block that no one will validate because checkpoints?
< sipa>
stevenroose: people seem to misunderstand that if checkpoints ever have an effect, bitcoin is broken
< sipa>
stevenroose: i believe btcd's design was based on bitcoin core's previous
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #12905: [rpcwallet] Clamp walletpassphrase value at 100M seconds (master...2018-04-wallet-encryption-timeout) https://github.com/bitcoin/bitcoin/pull/12905
< sipa>
stevenroose: for the UTXO set the layers are: (1) disk (with OS cache etc) (2) LevelDB's cache (3) Bitcoin Core's pcoinsTip (a CCoinsViewCache object)
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #12904: [qa] Ensure bitcoind processes are cleaned up when tests end (master...2018-04-always-kill-bitcoind) https://github.com/bitcoin/bitcoin/pull/12904
< stevenroose>
Does bitcoin core have a utxo cache? If so, could anyone point me to the file where it is defined?
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #12902: [qa] Handle potential cookie race when starting node (master...2018-04-improve-dbcrash-restarts) https://github.com/bitcoin/bitcoin/pull/12902