< February 2025 >
Su Mo Tu We Th Fr Sa 123456789 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28
2020-08-13
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13360: [Policy] Reject SIGHASH_SINGLE with output out of bound (master...insecure_single) https://github.com/bitcoin/bitcoin/pull/13360
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #16548: Make the global flag *fDiscover* an instance variable of CConnman (master...bitcoin_issue_14210) https://github.com/bitcoin/bitcoin/pull/16548
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19707: net: Remove unused conn_type default arg in OpenNetworkConnection (master...1908-netDefault) https://github.com/bitcoin/bitcoin/pull/19707
< bitcoin-git>
[bitcoin] meshcollider merged pull request #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee (master...psbtbumpfee) https://github.com/bitcoin/bitcoin/pull/18654
< bitcoin-git>
bitcoin/master 79d6332 Andrew Chow: moveonly: Fix indentation in bumpfee RPC
< bitcoin-git>
[bitcoin] laanwj merged pull request #19658: [rpc] Allow RPC to fetch all addrman records and add records to addrman (master...2020-07-addrman-get) https://github.com/bitcoin/bitcoin/pull/19658
< bitcoin-git>
[bitcoin] gzhao408 opened pull request #19698: test: apply strict verification flags for transaction tests and assert backwards compatibility (master...test-verify-flags) https://github.com/bitcoin/bitcoin/pull/19698
< bitcoin-git>
[bitcoin] naumenkogs opened pull request #19697: Minor improvements on ADDR caching (master...2020-08-addr-cache-follow-up) https://github.com/bitcoin/bitcoin/pull/19697
< bitcoin-git>
[bitcoin] sipa opened pull request #19695: [do not merge] Test impact of secp256k1 endianness detection change (master...202008_test_appveyer_secp256k1) https://github.com/bitcoin/bitcoin/pull/19695
< bitcoin-git>
[bitcoin] laanwj merged pull request #19596: Deduplicate parent txid loop of requested transactions and missing parents of orphan transactions (master...2020-07-dedup-inputs) https://github.com/bitcoin/bitcoin/pull/19596
< bitcoin-git>
bitcoin/master 85fa648 Wladimir J. van der Laan: Merge #19596: Deduplicate parent txid loop of requested transactions and m...
< bitcoin-git>
[bitcoin] achow101 closed pull request #16910: wallet: reduce loading time by using unordered maps (master...reduce-wallet-load) https://github.com/bitcoin/bitcoin/pull/16910
< bitcoin-git>
[bitcoin] instagibbs closed pull request #18245: Test some transaction creation with non-empty fee estimator (master...test_est_txn) https://github.com/bitcoin/bitcoin/pull/18245
< bitcoin-git>
[bitcoin] instagibbs closed pull request #19269: CKey::Sign : switch test arg to explicit additional entropy argument (master...sign_entropy) https://github.com/bitcoin/bitcoin/pull/19269
< bitcoin-git>
[bitcoin] fanquake merged pull request #19605: doc: set CC_FOR_BUILD when building on OpenBSD (master...openbsd_cc_for_build) https://github.com/bitcoin/bitcoin/pull/19605
< bitcoin-git>
bitcoin/master 6d5a9fe fanquake: Merge #19605: doc: set CC_FOR_BUILD when building on OpenBSD
< bitcoin-git>
bitcoin/master 01cd24c fanquake: doc: set CC_FOR_BUILD when building on OpenBSD
< bitcoin-git>
[bitcoin] laanwj merged pull request #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected (master...2020-07-receive_block_announcment) https://github.com/bitcoin/bitcoin/pull/19631
< bitcoin-git>
bitcoin/master be11f94 Wladimir J. van der Laan: Merge #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is ...
< bitcoin-git>
bitcoin/master 9e165d0 Ben Woosley: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected
< bitcoin-git>
[bitcoin] jonatack closed pull request #19611: p2p: refactor CInv::type from public int to private uint32_t (master...CInv-type-refactoring) https://github.com/bitcoin/bitcoin/pull/19611
< bitcoin-git>
[bitcoin] sanjaykdragon closed pull request #19586: test: moved from percent format to proper format for consistency (master...master) https://github.com/bitcoin/bitcoin/pull/19586
< bitcoin-git>
[bitcoin] theStack opened pull request #19687: refactor: make EncodeBase{32,64} consume Spans (master...20200807-util-make-encode-base3264-consume-spans) https://github.com/bitcoin/bitcoin/pull/19687
< bitcoin-git>
[bitcoin] JeremyRubin opened pull request #19677: WIP: Switch BlockMap to use an unordered_set under the hood (master...refactor-blockmap-blockset) https://github.com/bitcoin/bitcoin/pull/19677
< bitcoin-git>
[bitcoin] JeremyRubin reopened pull request #19531: add static_check_equal for easier to read compiler errors (master...static_check) https://github.com/bitcoin/bitcoin/pull/19531
< bitcoin-git>
[bitcoin] JeremyRubin closed pull request #19531: add static_check_equal for easier to read compiler errors (master...static_check) https://github.com/bitcoin/bitcoin/pull/19531
< bitcoin-git>
[bitcoin] andrewtoth closed pull request #19271: validation: Warm coins cache during prevalidation to connect blocks faster (master...warm-coinscache) https://github.com/bitcoin/bitcoin/pull/19271
2020-08-06
< bitcoin-git>
[bitcoin] fanquake merged pull request #19620: Add txids with non-standard inputs to reject filter (master...2020-07-reject-unknown-wit) https://github.com/bitcoin/bitcoin/pull/19620
< bitcoin-git>
bitcoin/master 6d85435 fanquake: Merge #19620: Add txids with non-standard inputs to reject filter
< bitcoin-git>
bitcoin/master 9f88ded Gregory Sanders: test addition of unknown segwit spends to txid reject filter
< bitcoin-git>
bitcoin/master 7989901 Suhas Daftuar: Add txids with non-standard inputs to reject filter
< bitcoin-git>
[bitcoin] darosior opened pull request #19659: Add a seed corpus generation option to the fuzzing test_runner (master...20/08/04/fuzz_runner_gen_seeds) https://github.com/bitcoin/bitcoin/pull/19659
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19340: Preserve the `LockData` initial state if "potential deadlock detected" exception thrown (master...200620-stack) https://github.com/bitcoin/bitcoin/pull/19340
< bitcoin-git>
[bitcoin] jnewbery opened pull request #19658: [rpc] Allow RPC to fetch all addrman records and add records to addrman (master...2020-07-addrman-get) https://github.com/bitcoin/bitcoin/pull/19658
< bitcoin-git>
[bitcoin] jonatack reopened pull request #19455: rpc generate: print useful help and error message (master...rpc-generate-helpful-error_message) https://github.com/bitcoin/bitcoin/pull/19455
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19657: test: Wait until is_connected in add_p2p_connection (master...2008-testWaitConn) https://github.com/bitcoin/bitcoin/pull/19657
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19489: test: Fail wait_until early if connection is lost (master...2007-testFailEarly) https://github.com/bitcoin/bitcoin/pull/19489
< bitcoin-git>
bitcoin/master 3c93623 MarcoFalke: Merge #19489: test: Fail wait_until early if connection is lost
< bitcoin-git>
bitcoin/master faa9a74 MarcoFalke: test: Fail wait_until early if connection is lost
< bitcoin-git>
[bitcoin] S3RK opened pull request #19651: wallet: allow import same descriptor twice (master...importdescriptors_twice) https://github.com/bitcoin/bitcoin/pull/19651
< bitcoin-git>
[bitcoin] kallewoof reopened pull request #14582: wallet: always do avoid partial spends if fees are within a specified range (master...181026-try-avoidpartialspends) https://github.com/bitcoin/bitcoin/pull/14582
< bitcoin-git>
[bitcoin] instagibbs opened pull request #19649: Restore test case for p2p transaction blinding (master...p2p_segwit_reject) https://github.com/bitcoin/bitcoin/pull/19649
2020-08-02
< bitcoin-git>
[bitcoin] hebasto opened pull request #19647: Add thread safety annotations to CTxMemPool methods (master...200802-mmx-1) https://github.com/bitcoin/bitcoin/pull/19647
< bitcoin-git>
[bitcoin] jakeleventhal opened pull request #19646: doc: Updated outdated help command for getblocktemplate (fixes #19625) (master...fix-outdated-getblocktemplate-help) https://github.com/bitcoin/bitcoin/pull/19646
< bitcoin-git>
[bitcoin] ariard opened pull request #19645: Allow wtxid-acceptance to the mempool (master...2020-08-wtxid-replacement) https://github.com/bitcoin/bitcoin/pull/19645
< bitcoin-git>
[bitcoin] theStack opened pull request #19644: rpc: document returned error fields as optional if applicable (master...20200802-rpc-document_errors_fields_as_optional) https://github.com/bitcoin/bitcoin/pull/19644
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. (master...19579) https://github.com/bitcoin/bitcoin/pull/19585
< bitcoin-git>
bitcoin/master a63a26f MarcoFalke: Merge #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ...
< bitcoin-git>
bitcoin/master ae4958b Chris L: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ...
< bitcoin-git>
[bitcoin] kallewoof closed pull request #14582: wallet: always do avoid partial spends if fees are within a specified range (master...181026-try-avoidpartialspends) https://github.com/bitcoin/bitcoin/pull/14582
< bitcoin-git>
[bitcoin] Empact opened pull request #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli (master...2020-07-send_cli-invalid-op) https://github.com/bitcoin/bitcoin/pull/19632
< bitcoin-git>
[bitcoin] fanquake merged pull request #19617: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANG (master...note_that_clang_8_is_required_with_force_system_clang) https://github.com/bitcoin/bitcoin/pull/19617
< bitcoin-git>
bitcoin/master e60ef21 fanquake: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANG
< bitcoin-git>
bitcoin/master a4a279b fanquake: Merge #19617: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLAN...
< bitcoin-git>
[bitcoin] Empact opened pull request #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected (master...2020-07-receive_block_announcment) https://github.com/bitcoin/bitcoin/pull/19631
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19597: test: test decodepsbt fee calculation (count input value only once per UTXO) (master...20200726-test-check-deceodepsbt-fee-calculation) https://github.com/bitcoin/bitcoin/pull/19597
< bitcoin-git>
bitcoin/master 2a78472 MarcoFalke: Merge #19597: test: test decodepsbt fee calculation (count input value onl...
< bitcoin-git>
bitcoin/master 82dee87 Sebastian Falbesoner: test: test decodepsbt fee calculation (count input value only once per UTX...
< bitcoin-git>
[bitcoin] hebasto opened pull request #19622: build: Drop ancient hack in gitian-linux descriptor (master...200729-multilib) https://github.com/bitcoin/bitcoin/pull/19622