< harding> MarcoFalke: for #20916, I was wondering if you knew of any application that needs the wtxid when running the testmempoolaccept RPC? (I'm just curious and haven't been able to think of an example myself.)
< gribble> https://github.com/bitcoin/bitcoin/issues/20916 | rpc: Return wtxid from testmempoolaccept by MarcoFalke · Pull Request #20916 · bitcoin/bitcoin · GitHub
< sipa> harding: i think in general wtxids aren't that interesting to applications
< sipa> i believe the motivation for 20916 is simplifying tests
< harding> sipa: Ah, ok. Well I feel better then for not being able to imagine what application needed them. :-) Thanks!
< sipa> harding: i think the PR could have used some more motivation
< aj> (lots of bitcoin PRs could use more explanation of the motivation)
< aj> (imao)
< aj> sipa: rebasing #20044 sometime btw?
< gribble> https://github.com/bitcoin/bitcoin/issues/20044 | Make all of net_processing (and some of net) use std::chrono types by sipa · Pull Request #20044 · bitcoin/bitcoin · GitHub
< sipa> aj: oh, yeah, i should do
< luke-jr> could future-proof applications if wtxid ceases to be the hash at some poitn
< luke-jr> eg, as txid did when segwit activated
< sipa> luke-jr: why can't they use txid?
< luke-jr> sipa: ?
< luke-jr> malleability?
< sipa> wtxid is malleable, txid isn't :p
< sipa> (which is why i think most things really shouldn't care about wtxids)
< luke-jr> oh right
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20955: test: Fix get_previous_releases.py for aarch64 (master...2101-testPrevRel) https://github.com/bitcoin/bitcoin/pull/20955
< bitcoin-git> [bitcoin] nolim1t opened pull request #20957: doc: Update tor.md for notes on how to preserve v2 urls (with a not recommended note) (master...tor-controlport-docs) https://github.com/bitcoin/bitcoin/pull/20957
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7acda55c4fa6...c763cacb883c
< bitcoin-git> bitcoin/master 2c010b9 fanquake: add std::atomic include to bitcoin-util.cpp
< bitcoin-git> bitcoin/master 54ce4fa fanquake: build: improve macro for testing -latomic requirement
< bitcoin-git> bitcoin/master c763cac Wladimir J. van der Laan: Merge #20938: build: fix linking against -latomic when building for riscv
< bitcoin-git> [bitcoin] laanwj merged pull request #20938: build: fix linking against -latomic when building for riscv (master...fix_riscv_atomic_usage) https://github.com/bitcoin/bitcoin/pull/20938
< bitcoin-git> [bitcoin] laanwj opened pull request #20958: gitian-keys: Add signer aliases, some historical keys (master...2021-01-gitian-sigs) https://github.com/bitcoin/bitcoin/pull/20958
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c763cacb883c...991e612c3bb3
< bitcoin-git> bitcoin/master fa1d5e5 MarcoFalke: test: Fix get_previous_releases.py for aarch64
< bitcoin-git> bitcoin/master 991e612 Wladimir J. van der Laan: Merge #20955: test: Fix get_previous_releases.py for aarch64
< bitcoin-git> [bitcoin] laanwj merged pull request #20955: test: Fix get_previous_releases.py for aarch64 (master...2101-testPrevRel) https://github.com/bitcoin/bitcoin/pull/20955
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/991e612c3bb3...ca8218301b37
< bitcoin-git> bitcoin/master d9392b7 Hennadii Stepanov: script: Improve robustness of bitcoind.service on startup
< bitcoin-git> bitcoin/master 601778c Hennadii Stepanov: script: Add Documentation key to bitcoind.service
< bitcoin-git> bitcoin/master 9d02654 Hennadii Stepanov: doc: Fix systemd spelling and link to doc/init.md
< bitcoin-git> [bitcoin] laanwj merged pull request #20884: script: Improve robustness of bitcoind.service on startup (master...210108-systemd) https://github.com/bitcoin/bitcoin/pull/20884
< aciddan50> Hi all, hope you're safe and well. Exploring bitcoind client. listsinceblock rpc call returns transactions and some have identical txid. If I was about to credit some of those "receive" transactions, should I apply filtering and if so, based on what criteria? Thank you
< sipa> aciddan50: listtransactions/listsinceblock doesn't actually list transactions; it lists "updates to your wallet balance"
< sipa> if one transaction paid you multiple times, it'll appear multiple times
< sipa> no filtering should be needed
< aciddan50> sipa thank you for your response. Just wondering if that response contains say 2 completely identical updates, same address, same txid etc etc, what does that tell about this update?
< sipa> it means you're paid twice (or you paid someone else twice) in the same tx
< sipa> transactions can be arbitrary numbers of inputs and outputs
< sipa> it'd be weird to have two identical payments in one (why didn't they/you combine them into one), but not illegal
< aciddan50> thank you sipa, that helped a lot
< luke-jr> if I saw that, I'd double check that vout is different though :p
< bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/ca8218301b37...f7fd76bcc0f5
< bitcoin-git> bitcoin/master 42bb1ea Andrew Chow: gitian: install signapple in gitian-osx-signer.yml
< bitcoin-git> bitcoin/master 95b06d2 Andrew Chow: gitian: use signapple to apply the MacOS code signature
< bitcoin-git> bitcoin/master f55eed2 Andrew Chow: gitian: use signapple to create the MacOS code signature
< bitcoin-git> [bitcoin] laanwj merged pull request #20880: gitian: Use custom MacOS code signing tool (master...use-signapple) https://github.com/bitcoin/bitcoin/pull/20880
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f7fd76bcc0f5...43f3ada27b83
< bitcoin-git> bitcoin/master 933ab8a William Casarin: build: detect sys/sdt.h for eBPF tracing
< bitcoin-git> bitcoin/master 22eb793 William Casarin: tracing: add tracing framework
< bitcoin-git> bitcoin/master 43f3ada Wladimir J. van der Laan: Merge #19866: eBPF Linux tracepoints
< bitcoin-git> [bitcoin] laanwj merged pull request #19866: eBPF Linux tracepoints (master...usdt-probes) https://github.com/bitcoin/bitcoin/pull/19866
< bitcoin-git> [bitcoin] laanwj opened pull request #20960: doc: Add tracing.md, documenting eBPF tracing (master...2021-01-tracing-doc) https://github.com/bitcoin/bitcoin/pull/20960
< wumpus> i've invited jb55 to the frequent contributors group in the orgs
< jb55> wumpus: not as frequent as I'd like but thanks! :D
< sipa> hint hint
< luke-jr> lol
< wumpus> :p