< ja> nickler: i am thinking of trying to get debian to upgrade their secp256k1 version: https://sources.debian.org/src/libsecp256k1/ i was thinking of maybe mentioning some security improvements to speed up the process. according to the benchmarks by gmaxwell it looks like it is now much faster on ARM, is that right? are there other improvements i could be mentioning in my request?
< ja> also, which ABI changes have there been? secp256k1 is built without ECDH on debian. i assume there have been backwards-incompatible ABI changes since 2017 outside experimental modules?
< ja> if that is right, only experimental would be able to upgrade, but that would be something, since it is on a version from 2019-03-31
< ja> ah you can reply in #secp256k1 if you like
< luke-jr> ja: only in 2018 IIRC
< luke-jr> at the latest, it didn't change after 2018-10-18 iirc
< luke-jr> newest libsecp256k1 made ECDH non-experimental too
< luke-jr> (as of like 10 days ago)
< sipa> ja: probably better to wait until we have an actual release
< ja> sipa: ok, i'll be watching the 1.0 milestone, thanks
< ja> luke-jr: ok, since it changed in 2018, that still means that buster,bullseye,sid,stretch cannot upgrade to the latest commit since it wouldn't be ABI compatible. so they will just be left on their versions from 2016 and 2017
< ja> i guess there weren't any really bad problems anyway, so it isn't so bad?
< luke-jr> ja: well, if they didn't build ECDH, then it doesn't affect them…
< luke-jr> ja: non-ECDH may have changed since then too - I didn't look at those
< ja> ah, i thought you talked about a different change
< bitcoin-git> [bitcoin] jonatack opened pull request #20279: doc: fix getchaintxstats fields in release-process.md (master...release-process-getchaintxstats-fix) https://github.com/bitcoin/bitcoin/pull/20279
< Kiminuo> https://github.com/bitcoin/bitcoin/issues/18947 - are those dates hard deadlines or soft deadlines?
< bitcoin-git> [bitcoin] RandyMcMillan opened pull request #20280: doc: Add gh user to CODEOWNERS (master...codeowners) https://github.com/bitcoin/bitcoin/pull/20280
< achow101> is today the branching day?
< bitcoin-git> [bitcoin] shesek opened pull request #20281: docs: Correct getblockstats documentation for (sw)total_weight (master...202011-getblockstats-docs-weight) https://github.com/bitcoin/bitcoin/pull/20281
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #20280: doc: Add gh user to CODEOWNERS (master...codeowners) https://github.com/bitcoin/bitcoin/pull/20280
< bitcoin-git> [bitcoin] promag closed pull request #17878: wip: zmq: Support -zmqpubwallettx (master...2019-01-zmqpubwallettx) https://github.com/bitcoin/bitcoin/pull/17878
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/42b66a6b814b...5a6f3c5a01ea
< bitcoin-git> bitcoin/master b19e882 Hennadii Stepanov: util: Add StripRedundantLastElementsOfPath function
< bitcoin-git> bitcoin/master ad5cef5 Hennadii Stepanov: doc: Update data directory path comments
< bitcoin-git> bitcoin/master 5a6f3c5 Samuel Dobson: Merge #20080: Strip any trailing `/` in -datadir and -blocksdir paths
< bitcoin-git> [bitcoin] meshcollider merged pull request #20080: Strip any trailing `/` in -datadir and -blocksdir paths (master...201004-strip) https://github.com/bitcoin/bitcoin/pull/20080
< bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5a6f3c5a01ea...0c2eb7f8deaa
< bitcoin-git> bitcoin/master 5866403 Andrew Chow: Skip --descriptor tests if sqlite is not compiled
< bitcoin-git> bitcoin/master 7411876 Andrew Chow: Ensure a legacy wallet for BDB format check
< bitcoin-git> bitcoin/master 0c2eb7f Samuel Dobson: Merge #20262: tests: Skip --descriptor tests if sqlite is not compiled
< bitcoin-git> [bitcoin] meshcollider merged pull request #20262: tests: Skip --descriptor tests if sqlite is not compiled (master...tests-check-sqlite) https://github.com/bitcoin/bitcoin/pull/20262
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0c2eb7f8deaa...f1fcbdea2555
< bitcoin-git> bitcoin/master fab9453 MarcoFalke: doc: Document that wallet salvage is experimental
< bitcoin-git> bitcoin/master f1fcbde Samuel Dobson: Merge #20271: doc: Document that wallet salvage is experimental
< bitcoin-git> [bitcoin] meshcollider merged pull request #20271: doc: Document that wallet salvage is experimental (master...2010-docWalletSalvage) https://github.com/bitcoin/bitcoin/pull/20271
< bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f1fcbdea2555...26d7941224bc
< bitcoin-git> bitcoin/master bf6855a Hennadii Stepanov: wallet: Fix bug when just created encrypted wallet cannot get address
< bitcoin-git> bitcoin/master 26d7941 Samuel Dobson: Merge #20230: wallet: Fix bug when just created encrypted wallet cannot ge...
< bitcoin-git> [bitcoin] meshcollider merged pull request #20230: wallet: Fix bug when just created encrypted wallet cannot get address (master...201023-signal) https://github.com/bitcoin/bitcoin/pull/20230
< brianddk> Why does everything in bitcoin use double hash (HASH256) except BIP141 (P2WSH): https://www.reddit.com/r/Bitcoin/comments/jm9s2z/
< brianddk> sipa, ACK... Thx