< yanmaani> Is it possible to check whether a transaction is final at a given height, taking into account block-based lock times etc?
< luke-jr> a past height?
< luke-jr> or you mean ignoring the time factor?
< sipa> also, in what context? in the bitcoin core codebase? using rpc? with some library? some api?
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5925f1e65276...86e04741dd7f
< bitcoin-git> bitcoin/master fa1aa6c MarcoFalke: fuzz: Limit ParseISO8601DateTime fuzzing to 32-bit
< bitcoin-git> bitcoin/master 86e0474 fanquake: Merge bitcoin/bitcoin#21890: fuzz: Limit ParseISO8601DateTime fuzzing to 3...
< bitcoin-git> [bitcoin] fanquake merged pull request #21890: fuzz: Limit ParseISO8601DateTime fuzzing to 32-bit (master...2105-fuzzTime32) https://github.com/bitcoin/bitcoin/pull/21890
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/86e04741dd7f...3028a1e3848e
< bitcoin-git> bitcoin/master fa2204f MarcoFalke: streams: Accept URef obj for VectorReader unserialize
< bitcoin-git> bitcoin/master 3028a1e MarcoFalke: Merge bitcoin/bitcoin#21581: streams: Accept URef obj for VectorReader uns...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21581: streams: Accept URef obj for VectorReader unserialize (master...2104-streamUref) https://github.com/bitcoin/bitcoin/pull/21581
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3028a1e3848e...2a22d903f3da
< bitcoin-git> bitcoin/master d9e2183 Karl-Johan Alm: rpc: include OBJ_USER_KEY in RPCArg constructor checks
< bitcoin-git> bitcoin/master 8500f7b Karl-Johan Alm: rpc/createrawtransaction: redefine addresses as OBJ_USER_KEYS
< bitcoin-git> bitcoin/master 7031721 Karl-Johan Alm: rpc/listaddressgroupings: redefine inner-most array as ARR_FIXED
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21897: rpc: adjust incorrect RPCHelpMan types (master...202104-rpctypes) https://github.com/bitcoin/bitcoin/pull/21897
< bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/2a22d903f3da...adf784341002
< bitcoin-git> bitcoin/master ea6f76b Jon Atack: test: improve zero-value explicit fee rate coverage
< bitcoin-git> bitcoin/master c5fd434 Jon Atack: test: explicit fee rates with invalid amounts
< bitcoin-git> bitcoin/master b503327 Jon Atack: test: type error and out of range fee rates where missing
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21786: wallet: ensure sat/vB feerates are in range (mantissa of 3) (master...ensure-sat-vb-feerates-are-in-range) https://github.com/bitcoin/bitcoin/pull/21786
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21902: refactor: Remove useless extern keyword (master...2105-cppExtern) https://github.com/bitcoin/bitcoin/pull/21902
< goatpig> hi there
< goatpig> is schnorr a thing on testnet yet?
< jonatack> goatpig: grep src/chainparams.cpp for DEPLOYMENT_TAPROOT
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19381: Fix UBSan warnings triggered when loading corrupt mempool.dat files (master...loadmempool-UB) https://github.com/bitcoin/bitcoin/pull/19381
< goatpig> jonatack: figured it out from the BIP, thanks though
< murch> goatpig: Not on Testnet yet, but it's active on Signet
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/adf784341002...1591e350495f
< bitcoin-git> bitcoin/master f52fafc Hennadii Stepanov: build: Drop pointless sed commands
< bitcoin-git> bitcoin/master 1591e35 W. J. van der Laan: Merge bitcoin/bitcoin#21708: build: Drop pointless sed commands
< bitcoin-git> [bitcoin] laanwj merged pull request #21708: build: Drop pointless sed commands (master...210416-sed) https://github.com/bitcoin/bitcoin/pull/21708
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1591e350495f...1a60c547fd4d
< bitcoin-git> bitcoin/master 08f3dbb Hennadii Stepanov: test: Bump shellcheck version
< bitcoin-git> bitcoin/master 1a60c54 W. J. van der Laan: Merge bitcoin/bitcoin#21749: test: Bump shellcheck version
< bitcoin-git> [bitcoin] laanwj merged pull request #21749: test: Bump shellcheck version (master...210422-shell) https://github.com/bitcoin/bitcoin/pull/21749
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1a60c547fd4d...f8176b768a1c
< bitcoin-git> bitcoin/master d66f283 Hennadii Stepanov: scripted-diff: Replace three dots with ellipsis in the UI strings
< bitcoin-git> bitcoin/master f8176b7 W. J. van der Laan: Merge bitcoin/bitcoin#21836: scripted-diff: Replace three dots with ellips...
< bitcoin-git> [bitcoin] laanwj merged pull request #21836: scripted-diff: Replace three dots with ellipsis in the UI strings (master...210502-ellipsis) https://github.com/bitcoin/bitcoin/pull/21836
< bitcoin-git> [gui] laanwj opened pull request #323: qt: English translations update (master...2021-05-translations-update) https://github.com/bitcoin-core/gui/pull/323
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f8176b768a1c...c49d24664790
< bitcoin-git> bitcoin/master 71c824e William Bright: cleaned up and added missing "include" statements for pubkey.cpp and pubke...
< bitcoin-git> bitcoin/master c49d246 W. J. van der Laan: Merge bitcoin/bitcoin#21745: refactor: Add missing includes in pubkey.cpp/...
< bitcoin-git> [bitcoin] laanwj merged pull request #21745: refactor: Add missing includes in pubkey.cpp/pubkey.h (master...refactor_imports_pubkey) https://github.com/bitcoin/bitcoin/pull/21745
< goatpig> @murch thanks, good to know
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c49d24664790...c9b051b58fc4
< bitcoin-git> bitcoin/master facfc0f MarcoFalke: fuzz: Remove strprintf test cases that are known to fail
< bitcoin-git> bitcoin/master c9b051b W. J. van der Laan: Merge bitcoin/bitcoin#21891: fuzz: Remove strprintf test cases that are kn...
< bitcoin-git> [bitcoin] laanwj merged pull request #21891: fuzz: Remove strprintf test cases that are known to fail (master...2105-fuzzStr) https://github.com/bitcoin/bitcoin/pull/21891
< bitcoin-git> [gui] hebasto merged pull request #296: Do not use QObject::tr plural syntax for numbers with a unit symbol (master...210425-plurals) https://github.com/bitcoin-core/gui/pull/296
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c9b051b58fc4...8bed1706eac4
< bitcoin-git> bitcoin/master 3adde72 Hennadii Stepanov: qt: Do not use QObject::tr plural syntax for numbers with a unit symbol
< bitcoin-git> bitcoin/master 8bed170 Hennadii Stepanov: Merge bitcoin-core/gui#296: Do not use QObject::tr plural syntax for numbe...
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8bed1706eac4...32692d26813b
< bitcoin-git> bitcoin/master 11d6459 t-bast: rpc: include_unsafe option for fundrawtransaction
< bitcoin-git> bitcoin/master 32692d2 W. J. van der Laan: Merge bitcoin/bitcoin#21359: rpc: include_unsafe option for fundrawtransac...
< bitcoin-git> [bitcoin] laanwj merged pull request #21359: rpc: include_unsafe option for fundrawtransaction (master...fund-raw-transaction-allow-unsafe) https://github.com/bitcoin/bitcoin/pull/21359
< bitcoin-git> [bitcoin] Crypt-iQ opened pull request #21905: net: set nMessageSize to 0 in CMessageHeader ctor (master...cmessageheader_signchange_05102021) https://github.com/bitcoin/bitcoin/pull/21905
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/32692d26813b...d8ae29ec8f08
< bitcoin-git> bitcoin/master 2eca46b Sebastian Falbesoner: test: use MiniWallet for feature_csv_activation.py
< bitcoin-git> bitcoin/master bd7f27d Sebastian Falbesoner: refactor: feature_csv_activation.py: move tx helper functions to methods
< bitcoin-git> bitcoin/master d8ae29e MarcoFalke: Merge bitcoin/bitcoin#21900: test: use MiniWallet for feature_csv_activati...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21900: test: use MiniWallet for feature_csv_activation.py (master...20210507-test-convert_csvtest_miniwallet) https://github.com/bitcoin/bitcoin/pull/21900
< bitcoin-git> [bitcoin] promag opened pull request #21906: refactor: Preserve const in cast on CTransactionSignatureSerializer (master...2021-05-fix-cast) https://github.com/bitcoin/bitcoin/pull/21906
< bitcoin-git> [bitcoin] hebasto opened pull request #21907: wallet: Do not iterate system folders on Windows (master...210510-win) https://github.com/bitcoin/bitcoin/pull/21907
< bitcoin-git> [gui] hebasto merged pull request #257: refactor: Use template function qOverload in signal-slot connections (master...210323-overload) https://github.com/bitcoin-core/gui/pull/257
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d8ae29ec8f08...8d7125f80e2b
< bitcoin-git> bitcoin/master cdbc2bd Hennadii Stepanov: qt: Use template function qOverload in signal-slot connections
< bitcoin-git> bitcoin/master 8d7125f Hennadii Stepanov: Merge bitcoin-core/gui#257: refactor: Use template function qOverload in s...
< bitcoin-git> [gui] hebasto merged pull request #194: Save/restore RPCConsole geometry only for window (master...210121-window) https://github.com/bitcoin-core/gui/pull/194
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d7125f80e2b...a2bdbdb358dd
< bitcoin-git> bitcoin/master 01d9586 Hennadii Stepanov: qt: Save/restore RPCConsole geometry only for window
< bitcoin-git> bitcoin/master a2bdbdb Hennadii Stepanov: Merge bitcoin-core/gui#194: Save/restore RPCConsole geometry only for wind...
< bitcoin-git> [gui] hebasto merged pull request #280: Remove user input from URI error message (master...uri-error) https://github.com/bitcoin-core/gui/pull/280
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a2bdbdb358dd...b49fe0a75aef
< bitcoin-git> bitcoin/master 3bad0b3 unknown: Remove user input from URI error message
< bitcoin-git> bitcoin/master b49fe0a Hennadii Stepanov: Merge bitcoin-core/gui#280: Remove user input from URI error message
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b49fe0a75aef...4bc3b1634984
< bitcoin-git> bitcoin/master a0f7978 randymcmillan: qt: enable wordWrap for peers-tab detail services
< bitcoin-git> bitcoin/master 4bc3b16 Hennadii Stepanov: Merge bitcoin-core/gui#293: Enable wordWrap for Services
< bitcoin-git> [gui] hebasto merged pull request #293: Enable wordWrap for Services (master...enable-wordwrap-services) https://github.com/bitcoin-core/gui/pull/293
< bitcoin-git> [gui] hebasto closed pull request #227: Add URI info into -help output (master...210224-help) https://github.com/bitcoin-core/gui/pull/227
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4bc3b1634984...4a267057617a
< bitcoin-git> bitcoin/master fa4bbd3 MarcoFalke: refactor: Remove useless extern keyword
< bitcoin-git> bitcoin/master 4a26705 fanquake: Merge bitcoin/bitcoin#21902: refactor: Remove useless extern keyword
< bitcoin-git> [bitcoin] fanquake merged pull request #21902: refactor: Remove useless extern keyword (master...2105-cppExtern) https://github.com/bitcoin/bitcoin/pull/21902
< bitcoin-git> [bitcoin] fanquake closed pull request #21880: wallet: remove GetScriptPubKeyMan spam (master...GetScriptPubKeyMan-spam) https://github.com/bitcoin/bitcoin/pull/21880