< wumpus>
done, also renamed the glossary to just 'bitcoin' without the weird 2012 date after it
< wumpus>
only one instance of "bitcoin" left now
< hebasto>
wumpus: luke-jr: the term "Bitcoin" was recently added to the transifex glossary as the second and the third instances, in both cases by just joined translators. Maybe restrict glossary permissions https://docs.transifex.com/glossary/glossary-permissions ?
< bitcoin-git>
[bitcoin] laanwj merged pull request #21447: Always add -daemonwait to known command line arguments (master...210316-fork) https://github.com/bitcoin/bitcoin/pull/21447
< bitcoin-git>
bitcoin/master 4d008f9 Hennadii Stepanov: Always add -daemonwait to known command line arguments
< bitcoin-git>
bitcoin/master 01bb3af Wladimir J. van der Laan: Merge #21447: Always add -daemonwait to known command line arguments
< bitcoin-git>
[bitcoin] glozow opened pull request #21413: [rfc] add option to bypass contextual timelocks in testmempoolaccept? (master...2021-03-bypass-timelocks) https://github.com/bitcoin/bitcoin/pull/21413
< bitcoin-git>
[bitcoin] jonatack opened pull request #21411: test: add logging, reduce blocks generated in wallet groups test (master...wallet_groups-test) https://github.com/bitcoin/bitcoin/pull/21411
< bitcoin-git>
[bitcoin] jonatack opened pull request #21410: test: increase rpc_timeout for fundrawtx test_transaction_too_large (master...give-test_transaction_too_large-more-time) https://github.com/bitcoin/bitcoin/pull/21410
< bitcoin-git>
[bitcoin] fanquake opened pull request #21403: build: set --build when configuring packages in depends (master...explicitly_set_depends_build) https://github.com/bitcoin/bitcoin/pull/21403
< shesek>
this is also about enabling the future possibility of doing wallet rescans, say a user could choose to keep around everything since '18, when they first joined bitcoin, so it'll cover all their wallets for sure
< shesek>
I made bitcoin wallet tracker support both, users can either `--prune-until 2021-03-10` or `--prune-until 673960` (this is with trying `pruneblockchain` repeatedly until it doesn't fail)
< gribble>
https://github.com/bitcoin/bitcoin/issues/20827 | During IBD, prune as much as possible until we get close to where we will eventually keep blocks by luke-jr · Pull Request #20827 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] achow101 opened pull request #21401: Refactor versionbits deployments to avoid potential uninitialized variables (master...encap-vbits-params) https://github.com/bitcoin/bitcoin/pull/21401
< sdaftuar>
i think a long time ago a peer that never responded to headers and never provided blocks could dos a bitcoin core node, but now that we time out an outbound peer that doesn't sync headers with us when we're looking for headers, this shouldn't be a big concern
< bitcoin-git>
[bitcoin] hebasto opened pull request #21400: build, qt: Fix regression introduced in #21363 (master...210309-regression) https://github.com/bitcoin/bitcoin/pull/21400
< phantomcircuit>
i'll note that what i describe in the pr has happened on an altcoin derived from the bitcoin codebase and is relatively recently backported so it's not ancient nonsense
< jnewbery>
aj: did you read the log from the general bitcoin core irc meeting last week? There was quite a lot of discussion about using a -blocksonly node and occasionally sending txs from it
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21398: doc: Update fuzzing docs for afl-clang-lto (master...2103-docFuzzAflPlusPlus) https://github.com/bitcoin/bitcoin/pull/21398
< shefsam>
Where can I discuss a hacked Bitcoin Core Wallet? I recently opened my wallet after months if not years to find the last transaction - not mine and sweeping the entirety of my balance to an outside address I do not know.
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18842: wallet: Mark replaced tx to not be in the mempool anymore (master...2004-walletBumpFeeReplacedTxNoMempool) https://github.com/bitcoin/bitcoin/pull/18842
< bitcoin-git>
bitcoin/master 6c156e4 MarcoFalke: Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore
< bitcoin-git>
bitcoin/master fa4e088 MarcoFalke: wallet: Mark replaced tx to not be in the mempool anymore
< gribble>
https://github.com/bitcoin/bitcoin/issues/15861 | Restore warning for individual unknown version bits, as well as unknown version schemas by luke-jr · Pull Request #15861 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] achow101 opened pull request #21392: Implement BIP 8 based Speedy Trial activation (master...bip8-speedy-trial) https://github.com/bitcoin/bitcoin/pull/21392
< bitcoin-git>
bitcoin/master 48a0319 Andrew Chow: Add a test that selects too large if BnB is used
< bitcoin-git>
[bitcoin] meshcollider merged pull request #20536: wallet: Error with "Transaction too large" if the funded tx will end up being too large after signing (master...fundtx-error-large-tx) https://github.com/bitcoin/bitcoin/pull/20536
< bitcoin-git>
bitcoin/master 3e69939 Andrew Chow: Fail if maximum weight is too large
< bitcoin-git>
bitcoin/master 51e2cd3 Andrew Chow: Have CalculateMaximumSignedTxSize also compute tx weight
< bitcoin-git>
[gui] MarcoFalke merged pull request #166: refactor: Use enum type as switch argument in *TableModel (master...201225-header) https://github.com/bitcoin-core/gui/pull/166
< bitcoin-git>
bitcoin/master 52f122c Hennadii Stepanov: qt, refactor: Use enum type as switch argument in PeerTableModel
< bitcoin-git>
bitcoin/master a35223f Hennadii Stepanov: qt, refactor: Use enum type as switch argument in BanTableModel
< bitcoin-git>
bitcoin/master ab8a747 Hennadii Stepanov: qt, refactor: Use enum type as switch argument in AddressTableModel
< bitcoin-git>
[bitcoin] ajtowns opened pull request #21378: Convert taproot to flag day activation (master...202103-taproot-flag-day) https://github.com/bitcoin/bitcoin/pull/21378
< bitcoin-git>
[bitcoin] ajtowns opened pull request #21377: Speedy trial support for versionbits (master...202103-bip9-speedy-trial-support) https://github.com/bitcoin/bitcoin/pull/21377
< bitcoin-git>
[bitcoin] jonatack opened pull request #21373: test: extend rpc timeout in feature_nulldummy to fix CI timeouts (master...fix_feature_nulldummy_test_timeout) https://github.com/bitcoin/bitcoin/pull/21373
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #21370: Use C++11 member initializer in CNodeState (master...2103-netCNodeStateRefactor) https://github.com/bitcoin/bitcoin/pull/21370
< gribble>
https://github.com/bitcoin/bitcoin/issues/20536 | wallet: Error with "Transaction too large" if the funded tx will end up being too large after signing by achow101 · Pull Request #20536 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/20197 | p2p: protect onions in AttemptToEvictConnection(), add eviction protection test coverage by jonatack · Pull Request #20197 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] fanquake merged pull request #21003: test: Move MakeNoLogFileContext to libtest_util, and use it in bench (master...2101-benchNoLog) https://github.com/bitcoin/bitcoin/pull/21003
< bitcoin-git>
bitcoin/master fa576b4 MarcoFalke: Move MakeNoLogFileContext to common libtest_util, and use it in bench
< bitcoin-git>
bitcoin/master 83bdbbd fanquake: Merge #21003: test: Move MakeNoLogFileContext to libtest_util, and use it ...
< bitcoin-git>
[bitcoin] fanquake merged pull request #21015: Make all of net_processing (and some of net) use std::chrono types (master...pr-20044) https://github.com/bitcoin/bitcoin/pull/21015
< bitcoin-git>
bitcoin/master 55e8288 Pieter Wuille: Make all Poisson delays use std::chrono types