< bitcoin-git>
[bitcoin] hebasto opened pull request #21349: build: Fix fuzz-cuckoocache cross-compiling for Windows with DEBUG=1 (master...210303-fuzz) https://github.com/bitcoin/bitcoin/pull/21349
< wumpus>
i think it's completely valid to day "yes, i'm willing to support old releases but only if you pay me", it would also be the only possible situation i'd be interested in maintaining years-old bitcoin core releases, it's simply drab work
< bitcoin-git>
[gui] luke-jr opened pull request #236: Bugfix: GUI: Allow the user to start anyway when loading a wallet errors (master...gui_init_walleterror_cont) https://github.com/bitcoin-core/gui/pull/236
< bitcoin-git>
[bitcoin] hebasto opened pull request #21344: build: Fix libbitcoinconsensus cross-compiling for Windows with DEBUG=1 (master...210302-debug) https://github.com/bitcoin/bitcoin/pull/21344
< bitcoin-git>
[bitcoin] fanquake opened pull request #21331: rpc: replace raw pointers with shared_ptrs (#18592 rebased) (master...18592_rebased) https://github.com/bitcoin/bitcoin/pull/21331
< bitcoin-git>
[bitcoin] sipa opened pull request #21330: Deal with missing data in signature hashes more consistently (master...202103_missing_data_verify) https://github.com/bitcoin/bitcoin/pull/21330
< bitcoin-git>
[bitcoin] achow101 opened pull request #21329: descriptor wallet: Cache last hardened xpub and use in normalized descriptors (master...norm-desc-xpub-cache) https://github.com/bitcoin/bitcoin/pull/21329
< bitcoin-git>
[bitcoin] jonatack opened pull request #21328: net, refactor: pass uint16 CService::port as uint16 (master...pass-uint16_t-CService-port-as-uint16_t) https://github.com/bitcoin/bitcoin/pull/21328
< bitcoin-git>
[gui] luke-jr opened pull request #230: Support backup to new text-based database dump format (master...gui_backup_formats) https://github.com/bitcoin-core/gui/pull/230
< gribble>
https://github.com/bitcoin/bitcoin/issues/21166 | Have SignatureExtractorChecker subclass MutableTransactionSignatureChecker by achow101 · Pull Request #21166 · bitcoin/bitcoin · GitHub
2021-02-26
< bitcoin-git>
[bitcoin] dongcarl opened pull request #21304: guix: Various user workflow improvements (master...2021-02-guix-clean-script) https://github.com/bitcoin/bitcoin/pull/21304
< MarcoFalke>
An organization owner has approved the following application to access private data in the Bitcoin Core organization:"Travis CI" from Travis CI GmbH
< wumpus>
the bitcoin organization does not have this policy enabled at all
< wumpus>
i think i understand now: bitcoin-core has a policy enabled where third-party applications (enabled by organization members) have restricted access to the repositories in the organization, by adding an exception to that page, they can at most get the same permissions as the member (but up to what they actually grant)
< wumpus>
neither bitcoin nor bitcoin-core has any private repositories at least
< bitcoin-git>
[bitcoin] S3RK opened pull request #21302: wallet: createwallet examples for descriptor wallets (master...create_descriptor_help) https://github.com/bitcoin/bitcoin/pull/21302
< achow101>
strangely it was already available for the bitcoin org but not bitcoin-core
< gribble>
https://github.com/bitcoin/bitcoin/issues/20892 | tests: Run both descriptor and legacy tests within a single test invocation by achow101 · Pull Request #20892 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/21083 | wallet: Avoid requesting fee rates multiple times during coin selection by achow101 · Pull Request #21083 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[gui] hebasto opened pull request #228: Drop unused parameter in GUIUtil::get{Save|Open}FileName (master...210224-file) https://github.com/bitcoin-core/gui/pull/228
< amiti>
is the core reasoning to prevent the sorta attack mentioned in this comment: https://github.com/bitcoin/bitcoin/pull/21224#issuecomment-781741925, where a peer who sends a valid txn that activates lots of invalid orphans would take up our CPU time instead of the one who will eventually be punished?
< jnewbery>
my last proposal was to move orphan reprocessing to a global work queue: ttps://github.com/bitcoin/bitcoin/pull/19364 , but moving it to the work queue of the peer who sent it also seems fine