< 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
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12897: Add GetBlockIndex(const uint256& hash) for when the caller assumes that the block index exists for the given block hash (master...GetBlockIndex) https://github.com/bitcoin/bitcoin/pull/12897
< bitcoin-git>
[bitcoin] practicalswift closed pull request #12782: Explicitly state our assumptions about LookupBlockIndex(...) return values (master...LookupBlockIndex-assumptions) https://github.com/bitcoin/bitcoin/pull/12782
< bitcoin-git>
[bitcoin] practicalswift opened 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] MarcoFalke closed pull request #12894: tests: Avoid test suite name collision in wallet crypto_tests (master...Mf1804-testRenameWalletCryptoTests) https://github.com/bitcoin/bitcoin/pull/12894
< bitcoin-git>
[bitcoin] practicalswift opened 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] MarcoFalke opened pull request #12894: tests: Avoid test suite name collision in wallet crypto_tests (master...Mf1804-testRenameWalletCryptoTests) https://github.com/bitcoin/bitcoin/pull/12894
< gribble>
https://github.com/bitcoin/bitcoin/issues/8650 | Make tests much faster by replacing BOOST_CHECK with FAST_CHECK by JeremyRubin · Pull Request #8650 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] MarcoFalke 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] MarcoFalke closed pull request #7729: rpc: introduce 'label' API for wallet (master...2016_03_wallet_label_api) https://github.com/bitcoin/bitcoin/pull/7729
< bitcoin-git>
[bitcoin] jnewbery opened pull request #12892: [wallet] [rpc] introduce 'label' API for wallet (master...7729_jnewbery) https://github.com/bitcoin/bitcoin/pull/12892
< gribble>
https://github.com/bitcoin/bitcoin/issues/11639 | Rewrite the interface between validation and net_processing wrt DoS by TheBlueMatt · Pull Request #11639 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/11639 | Rewrite the interface between validation and net_processing wrt DoS by TheBlueMatt · Pull Request #11639 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/11639 | Rewrite the interface between validation and net_processing wrt DoS by TheBlueMatt · Pull Request #11639 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/12463 | Drop the return and corruptionPossible arguments from CValidationState::DoS, and rename to ::Reject by Empact · Pull Request #12463 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] jnewbery opened pull request #12891: [logging] add lint-logs.sh to check for newline termination. (master...log_lint) https://github.com/bitcoin/bitcoin/pull/12891
< bitcoin-git>
[bitcoin] sipa opened pull request #12890: [DEBUG TRAVIS] Detailed unit test report for win32 (master...201803_debugtravis) https://github.com/bitcoin/bitcoin/pull/12890
< gribble>
https://github.com/bitcoin/bitcoin/issues/8650 | Make tests much faster by replacing BOOST_CHECK with FAST_CHECK by JeremyRubin · Pull Request #8650 · bitcoin/bitcoin · GitHub
< mryandao>
cant the bitcoin core project afford dedicated machines with gitlab ci?
< gribble>
https://github.com/bitcoin/bitcoin/issues/12240 | [rpc] Introduced a new `fees` structure that aggregates all sub-field fee types denominated in BTC by mryandao · Pull Request #12240 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] instagibbs opened pull request #12888: debug log number of unknown wallet records on load (master...unknownrec) https://github.com/bitcoin/bitcoin/pull/12888
< bitcoin-git>
[bitcoin] sipa closed pull request #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT_ERR_CLEANSTACK error code (master...cleanstack-script-error) https://github.com/bitcoin/bitcoin/pull/12167
< bitcoin-git>
bitcoin/master 88430cb Pieter Wuille: Merge #12167: Make segwit failure due to CLEANSTACK violation return a SCRIPT_ERR_CLEANSTACK error code...
< bitcoin-git>
bitcoin/master 1e747e3 Mark Friedenbach: Make segwit failure due to CLEANSTACK violation return a SCRIPT_ERR_CLEANSTACK error code.
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12853: qa: Match full plain text by default (master...Mf1803-qaErrorMatchFullText) https://github.com/bitcoin/bitcoin/pull/12853
< bitcoin-git>
bitcoin/master 2106c4c MarcoFalke: Merge #12853: qa: Match full plain text by default...
< bitcoin-git>
bitcoin/master faace13 MarcoFalke: qa: Match full plain text by default
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12702: [wallet] [rpc] [doc] importprivkey: hint about importmulti (master...importprivkey-importmulti-hint) https://github.com/bitcoin/bitcoin/pull/12702
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12851: travis: Run verify-commits only on cron jobs (master...Mf1804-travisCronVerifyCommits) https://github.com/bitcoin/bitcoin/pull/12851
< bitcoin-git>
bitcoin/master 648252e MarcoFalke: Merge #12851: travis: Run verify-commits only on cron jobs...
< bitcoin-git>
bitcoin/master fa6f12a MarcoFalke: travis: Run verify-commits only on cron jobs
< bitcoin-git>
[bitcoin] jamesob reopened 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] 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
< DrDraake>
This might be a silly question to some. I'm just having a hard time finding the answer. If someone has a Bitcoin Core wallet and I install the Bitcoin Core Wallet on a new PC. Do I need to wait for the entire history of the blockchain to download prior to receiving coins?
< bitcoin-git>
[bitcoin] jnewbery opened pull request #12887: [trivial] Add newlines to end of log messages. (master...log_messages_newlines) https://github.com/bitcoin/bitcoin/pull/12887
< bitcoin-git>
[bitcoin] jamesob reopened 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
< gribble>
https://github.com/bitcoin/bitcoin/issues/12167 | Make segwit failure due to CLEANSTACK violation return a SCRIPT_ERR_CLEANSTACK error code by maaku · Pull Request #12167 · bitcoin/bitcoin · GitHub
< 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] 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
< sdaftuar>
setpill: i think it might be pretty straightforward to do what i think you're asking. perhaps open an issue on bitcoin core as a feature request?
< provoostenator>
But it matters if your new transaction is smaller and the fee rate isn't increased enough to offset that. There's some discussion on the bitcoin-dev mailinglist to relax that particular rule
< gribble>
https://github.com/bitcoin/bitcoin/issues/12878 | [refactor] Config handling refactoring in preparation for network-specific sections by ajtowns · Pull Request #12878 · bitcoin/bitcoin · GitHub
< aj>
wumpus: i've split #12878 out of #11862 (-sasl/daer] has joined #bitcoin
< bitcoin-git>
[bitcoin] kallewoof opened pull request #12879: [scripted-diff] No extern function declarations (master...scripted-no-extern-functions) https://github.com/bitcoin/bitcoin/pull/12879
< bitcoin-git>
[bitcoin] ajtowns opened pull request #12878: [refactor] Config handling refactoring in preparation for network-specific sections (master...netconf-refactor) https://github.com/bitcoin/bitcoin/pull/12878
< bitcoin-git>
[bitcoin] sipa opened pull request #12874: Only accept bare multisig outputs after addmultisigaddress (master...201803_nowalletbaremultisig) https://github.com/bitcoin/bitcoin/pull/12874
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12484: [net] Skip stale tip checks in regtest (master...no-staletip-check-regtest) https://github.com/bitcoin/bitcoin/pull/12484
< bitcoin-git>
[bitcoin] jamesob opened 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] jnewbery closed pull request #12490: Remove deprecated wallet rpc features from bitcoin_server (master...remove_deprecated_rpcs) https://github.com/bitcoin/bitcoin/pull/12490
< bitcoin-git>
[bitcoin] jnewbery reopened pull request #12490: Remove deprecated wallet rpc features from bitcoin_server (master...remove_deprecated_rpcs) https://github.com/bitcoin/bitcoin/pull/12490
< bitcoin-git>
[bitcoin] jnewbery closed pull request #8695: [Net] Retry feeler connection if OpenNetworkConnection fails in under 1ms. (master...2016-09-09-net-feeler-timeout) https://github.com/bitcoin/bitcoin/pull/8695
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12846: [moveonly] Extract HelpRequested to dry up the help options testing (master...dry-help) https://github.com/bitcoin/bitcoin/pull/12846
< bitcoin-git>
bitcoin/master ad960f5 MarcoFalke: Merge #12846: [moveonly] Extract HelpRequested to dry up the help options testing...
< bitcoin-git>
bitcoin/master b386970 Ben Woosley: [moveonly] Extract HelpRequested to dry up the help options testing...
< ossifrage>
Is it normal for the head to fail to compile? Failing: bitcoin.git/src/wallet/wallet.cpp:2478: undefined reference to `SelectCoinsBnB(std::vector<CInputCoin, std::allocator<CInputCoin> >&, long const&, long const&, std::set<CInputCoin, std::less<CInputCoin>, std::allocator<CInputCoin> >&, long&, long)'
< marcinja>
Hi everyone. I’m an undergrad looking to contribute to Bitcoin Core as a summer project. One idea I had was to work on implementing a assume UTXO option for speeding up IBD, but I got some feedback suggesting it might require more work on design and documentation than on coding. I’m still thinking through some other ideas, but was wondering if anyone here had any ideas they could share. Ideally it
< bitcoin-git>
[bitcoin] jnewbery opened pull request #12843: [tests] Test starting bitcoind with -h and -version (master...test_help) https://github.com/bitcoin/bitcoin/pull/12843