< December 2024 >
Su Mo Tu We Th Fr Sa 1234567891011121314
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
2018-06-29
< bitcoin-git>
[bitcoin] laanwj closed pull request #13517: qa: Remove need to handle the network thread in tests (master...Mf1806-qaAsyncIo) https://github.com/bitcoin/bitcoin/pull/13517
< bitcoin-git>
bitcoin/master a6ed99a Wladimir J. van der Laan: Merge #13517: qa: Remove need to handle the network thread in tests...
< bitcoin-git>
bitcoin/master fa87da2 MarcoFalke: qa: Avoid start/stop of the network thread mid-test
< bitcoin-git>
[bitcoin] Empact opened pull request #13565: Fix AreInputsStandard test to reference the proper scriptPubKey (master...p2sh-tests-pub-key) https://github.com/bitcoin/bitcoin/pull/13565
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13562: travis: Switch back to trusty for now (master...Mf1806-qaTravisTrusty) https://github.com/bitcoin/bitcoin/pull/13562
< bitcoin-git>
[bitcoin] droark opened 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] Empact closed pull request #13560: WIP: Drop unused serialization support from CAddresss (master...caddress-serialization) https://github.com/bitcoin/bitcoin/pull/13560
< bitcoin-git>
[bitcoin] Empact opened pull request #13560: Drop unused serialization support from CAddresss (master...caddress-serialization) https://github.com/bitcoin/bitcoin/pull/13560
< bitcoin-git>
[bitcoin] JBaczuk opened pull request #13555: Tests: parameterize adjustment period in versionbits_computeblockversion (master...parameterize_adj_period_in_versionbits_computeblockversion_unit_test) https://github.com/bitcoin/bitcoin/pull/13555
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13554: Remove unused function arguments (master...remove-unused-function-arguments) https://github.com/bitcoin/bitcoin/pull/13554
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13551: tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok (master...truth-in-advertising) https://github.com/bitcoin/bitcoin/pull/13551
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13548: Document assumptions made in PeerLogicValidation::SendMessages(...) and rescanblockchain(...) (master...document-non-nullptr-assumptions) https://github.com/bitcoin/bitcoin/pull/13548
< bitcoin-git>
[bitcoin] ajtowns opened pull request #13547: Make signrawtransaction* give an error when amount is needed but missing (master...signrawamount) https://github.com/bitcoin/bitcoin/pull/13547
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13546: wallet: Avoid potential use of uninitialized value bnb_used in CWallet::CreateTransaction(...) (master...uninitialized-bnb_used) https://github.com/bitcoin/bitcoin/pull/13546
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13545: tests: Fix test case streams_serializedata_xor. Remove Boost dependency. (master...fix-test-and-de-boost) https://github.com/bitcoin/bitcoin/pull/13545
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(...) to allow for compilation under certain FreeBSD versions. (master...document-freebsd-quirk) https://github.com/bitcoin/bitcoin/pull/13503
< bitcoin-git>
bitcoin/master c655b2c MarcoFalke: Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(...) to allow for compilation under certain FreeBSD versions....
< bitcoin-git>
[bitcoin] laanwj closed pull request #13532: Log warning when deprecated network name 'tor' is used (master...log-deprecation-warning-when-onlynenet=tor-is-used) https://github.com/bitcoin/bitcoin/pull/13532
< bitcoin-git>
bitcoin/master 7209fec Wladimir J. van der Laan: Merge #13532: Log warning when deprecated network name 'tor' is used...
< bitcoin-git>
bitcoin/master 9f8c54b wodry: Log warning message when deprecated network name 'tor' is used (e.g. option onlynet=tor)
< bitcoin-git>
[bitcoin] sipa closed pull request #12686: Add -ftrapv to CFLAGS and CXXFLAGS when --enable-debug is used. Enable -ftrapv in Travis. (master...trapv) https://github.com/bitcoin/bitcoin/pull/12686
< bitcoin-git>
bitcoin/master 2643fa5 Pieter Wuille: Merge #12686: Add -ftrapv to CFLAGS and CXXFLAGS when --enable-debug is used. Enable -ftrapv in Travis....
< bitcoin-git>
bitcoin/master 98d842c practicalswift: travis: Build with --enable-debug (x86_64-unknown-linux-gnu)
< bitcoin-git>
[bitcoin] wodry opened pull request #13537: GUI: Peer table: Visualize inbound/outbound state for every row (master...peer-table-show-inbound-outbound-symbol) https://github.com/bitcoin/bitcoin/pull/13537
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13535: [qa] wallet_basic: Avoid creating tiny output early on (master...Mf1806-qaWalletBasic) https://github.com/bitcoin/bitcoin/pull/13535
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13534: Don't assert(foo()) where foo has side effects (master...assert-with-a-side-effect) https://github.com/bitcoin/bitcoin/pull/13534
< bitcoin-git>
[bitcoin] lucash-dev opened pull request #13533: [tests] Reduced number of validations in tx_validationcache_tests (master...reduce-txvalidationcache_tests-runtime) https://github.com/bitcoin/bitcoin/pull/13533
2018-06-24
< bitcoin-git>
[bitcoin] wodry opened pull request #13532: Log warning when deprecated network name 'tor' is used (master...log-deprecation-warning-when-onlynenet=tor-is-used) https://github.com/bitcoin/bitcoin/pull/13532
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13531: doc: Clarify that mempool txiter is const_iterator (master...Mf1806-docTxiter) https://github.com/bitcoin/bitcoin/pull/13531
< bitcoin-git>
[bitcoin] laanwj closed pull request #13211: Use a semaphore or pipe for shutdown notification (skeees, laanwj) (master...2018_05_shutdown_notification) https://github.com/bitcoin/bitcoin/pull/13211
< bitcoin-git>
[bitcoin] laanwj closed pull request #13480: Avoid copies in range-for loops and add a warning to detect them (master...no-for-copies) https://github.com/bitcoin/bitcoin/pull/13480
< bitcoin-git>
bitcoin/master 31145a3 Wladimir J. van der Laan: Merge #13480: Avoid copies in range-for loops and add a warning to detect them...
< bitcoin-git>
bitcoin/master d92204c Cory Fields: build: add warning to detect hidden copies in range-for loops
< bitcoin-git>
[bitcoin] laanwj closed pull request #13471: For AVX2 code, also check for AVX, XSAVE, and OS support (master...201806_avxossupport) https://github.com/bitcoin/bitcoin/pull/13471
< bitcoin-git>
bitcoin/master 32d153f Pieter Wuille: For AVX2 code, also check for AVX, XSAVE, and OS support
< bitcoin-git>
bitcoin/master 5eca4e8 Wladimir J. van der Laan: Merge #13471: For AVX2 code, also check for AVX, XSAVE, and OS support...
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13517: qa: Remove need to handle the network thread in tests (master...Mf1806-qaAsyncIo) https://github.com/bitcoin/bitcoin/pull/13517
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #13515: travis: Enable Qt build for Windows and 32-bit Linux (master...travis_qt) https://github.com/bitcoin/bitcoin/pull/13515
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13512: [qa] mininode: Expose connection state through is_connected (master...Mf1806-qaMininodeState) https://github.com/bitcoin/bitcoin/pull/13512
< bitcoin-git>
[bitcoin] fanquake reopened pull request #13503: Document FreeBSD quirk. Fix FreeBSD build: Cast to int to allow std::min to work under FreeBSD. (master...document-freebsd-quirk) https://github.com/bitcoin/bitcoin/pull/13503
2018-06-20
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13506: Qt: load wallet in UI after possible init aborts (master...2018/06/wallet_ui) https://github.com/bitcoin/bitcoin/pull/13506
< bitcoin-git>
bitcoin/master 6579d80 MarcoFalke: Merge #13506: Qt: load wallet in UI after possible init aborts...
< bitcoin-git>
bitcoin/master 3a03d2a Jonas Schnelli: Qt: load wallet in UI after possible init aborts
< bitcoin-git>
[bitcoin] kristapsk opened pull request #13507: RPC: Fix parameter count check for importpubkey. (master...importpubkey) https://github.com/bitcoin/bitcoin/pull/13507
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #13506: Qt: load wallet in UI after possible init aborts (master...2018/06/wallet_ui) https://github.com/bitcoin/bitcoin/pull/13506
< bitcoin-git>
[bitcoin] skeees closed pull request #12801: Add option to only notify after wallet transactions are confirmed (master...notifycount) https://github.com/bitcoin/bitcoin/pull/12801
< bitcoin-git>
[bitcoin] promag closed pull request #13492: Fix reply not sent when event loop terminates prematurely (master...2018-06-http-shutdown) https://github.com/bitcoin/bitcoin/pull/13492
< bitcoin-git>
[bitcoin] practicalswift closed pull request #13503: Document FreeBSD quirk. Fix FreeBSD build: Cast to int to allow std::min to work under FreeBSD. (master...document-freebsd-quirk) https://github.com/bitcoin/bitcoin/pull/13503
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13503: Document FreeBSD quirk. Fix FreeBSD build: Cast to int to allow std::min to work under FreeBSD. (master...document-freebsd-quirk) https://github.com/bitcoin/bitcoin/pull/13503
< bitcoin-git>
[bitcoin] jonasschnelli closed pull request #13439: rpc: Avoid "duplicate" return value for invalid submitblock (master...2018-06-marcos-submitblock-fix) https://github.com/bitcoin/bitcoin/pull/13439
< bitcoin-git>
bitcoin/master 3f398d7 Jonas Schnelli: Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock...
< bitcoin-git>
bitcoin/master f748944 Matt Corallo: Only set fNewBlock to true in AcceptBlock when we write to disk...
< bitcoin-git>
bitcoin/master fa6e497 MarcoFalke: rpc: Avoid "duplicate" return value for invalid submitblock
< bitcoin-git>
[bitcoin] promag opened pull request #13501: Remove race on shutdown between event loop exit and http reply (master...2018-06-loopexit) https://github.com/bitcoin/bitcoin/pull/13501
< bitcoin-git>
[bitcoin] achow101 opened pull request #13500: [wallet] Decouple wallet version from client version (master...decouple-wallet-version) https://github.com/bitcoin/bitcoin/pull/13500
< bitcoin-git>
[bitcoin] jamesob closed pull request #12407: Ensure nStatus is set properly for all invalid blocks (master...jamesob/2018-02-mark-headers-invalid) https://github.com/bitcoin/bitcoin/pull/12407
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13494: Follow-up to #13454: Fix broken build by exporting LC_ALL=C (master...lc-all-lint-python-utf8-encoding) https://github.com/bitcoin/bitcoin/pull/13494
< bitcoin-git>
[bitcoin] laanwj closed pull request #13454: Make sure LC_ALL=C is set in all shell scripts (master...avoid-locale-dependent-range-expressions) https://github.com/bitcoin/bitcoin/pull/13454
< bitcoin-git>
bitcoin/master 45c00f8 Wladimir J. van der Laan: Merge #13454: Make sure LC_ALL=C is set in all shell scripts...
< bitcoin-git>
bitcoin/master 47776a9 practicalswift: Add linter: Make sure all shell scripts opt out of locale dependence using "export LC_ALL=C"
< bitcoin-git>
bitcoin/master 3352da8 practicalswift: Add "export LC_ALL=C" to all shell scripts
< bitcoin-git>
[bitcoin] fanquake opened pull request #13493: gui: Add leading 0 to QT_VERSION check for QFontDatabase (master...remove-qtversion-qfontdatabase) https://github.com/bitcoin/bitcoin/pull/13493
< bitcoin-git>
[bitcoin] ken2812221 closed pull request #13485: Ensure that http event loop is empty before the loop exit (master...http_shutdown) https://github.com/bitcoin/bitcoin/pull/13485
< bitcoin-git>
[bitcoin] promag opened pull request #13492: Fix reply not sent when event loop terminates prematurely (master...2018-06-http-shutdown) https://github.com/bitcoin/bitcoin/pull/13492
< bitcoin-git>
[bitcoin] qmma70 opened pull request #13490: Rewind when active block tip is higher than nStopAtHeight (master...rewind) https://github.com/bitcoin/bitcoin/pull/13490
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #13486: build: Move rpc/util.cpp from libbitcoin-util to libbitcoin-common (master...move_util_to_common) https://github.com/bitcoin/bitcoin/pull/13486
2018-06-16
< bitcoin-git>
[bitcoin] ken2812221 closed pull request #13390: Tests: Ignore RemoteDisconnected and BadStatusLine when stopping node (master...stop_node) https://github.com/bitcoin/bitcoin/pull/13390
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #13485: Ensure that event loop is empty before the loop exit (master...http_shutdown) https://github.com/bitcoin/bitcoin/pull/13485
< bitcoin-git>
[bitcoin] luke-jr closed pull request #10730: Move script flag to/from-string logic from tests to script/interpreter (master...scriptflag_strings) https://github.com/bitcoin/bitcoin/pull/10730
< bitcoin-git>
[bitcoin] laanwj closed pull request #13448: Add linter: Make sure we explicitly open all text files using UTF-8 encoding in Python (master...lint-python-utf8-encoding) https://github.com/bitcoin/bitcoin/pull/13448
< bitcoin-git>
bitcoin/master a90ca40 Wladimir J. van der Laan: Merge #13448: Add linter: Make sure we explicitly open all text files using UTF-8 encoding in Python...
< bitcoin-git>
bitcoin/master c8176b3 practicalswift: Add linter: Make sure we explicitly open all text files using UTF-8 or ASCII encoding in Python
< bitcoin-git>
bitcoin/master 634bd97 practicalswift: Explicitly specify encoding when opening text files in Python code
< bitcoin-git>
[bitcoin] theuni opened pull request #13480: Avoid copies in range-for loops and add a warning to detect them (master...no-for-copies) https://github.com/bitcoin/bitcoin/pull/13480
< bitcoin-git>
[bitcoin] Empact closed pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git>
[bitcoin] Empact reopened pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git>
[bitcoin] TheBlueMatt closed pull request #11639: Rewrite the interface between validation and net_processing wrt DoS (master...2017-10-dos-rewrite) https://github.com/bitcoin/bitcoin/pull/11639
< bitcoin-git>
[bitcoin] Empact closed pull request #13462: scripted-diff: Simplify common case of CHashWriter and drop SER_GETHASH & SerializeHash (master...serialize-hash-type) https://github.com/bitcoin/bitcoin/pull/13462
< bitcoin-git>
[bitcoin] TheBlueMatt closed pull request #11856: [RFC] I Have a Hammer! (Replace parts of ui_interface with validationinterface) (master...2017-12-remove-cvblockchange) https://github.com/bitcoin/bitcoin/pull/11856
< bitcoin-git>
[bitcoin] kristapsk closed pull request #13464: RPC: Allow to specify rescan start timestamp for importaddress, importprivkey and importpubkey (master...rescan-from) https://github.com/bitcoin/bitcoin/pull/13464
< bitcoin-git>
[bitcoin] sipa opened pull request #13471: For AVX2 code, also check for AVX, XSAVE, and OS support (master...201806_avxossupport) https://github.com/bitcoin/bitcoin/pull/13471