<
bitcoin-git>
bitcoin/master d0ea9ba Andrew Chow: walletdb: Don't remove database transaction logs and instead error
<
bitcoin-git>
bitcoin/master c7007ba MarcoFalke: Merge #18907: walletdb: Don't remove database transaction logs and instead...
<
mutatrum>
phantomcircuit: I'll give it a try. I'm curious to see what it would bring.
<
bitcoin-git>
bitcoin/master c0f09c2 Jon Atack: fuzz: add missing overrides to signature_checker
<
bitcoin-git>
bitcoin/master 597d2f9 fanquake: Merge #19548: fuzz: add missing overrides to signature_checker
<
bitcoin-git>
bitcoin/master c8992e8 freenancial: test: Fix fuzzer compilation on macOS
<
bitcoin-git>
bitcoin/master 2031aa9 fanquake: Merge #19562: test: Fix fuzzer compilation on macOS
<
sorcus>
Can i ask a question here about libsecp256k1?
<
bitcoin-git>
bitcoin/master 2a701a1 fanquake: build: pass -fcommon when building genisoimage
<
bitcoin-git>
bitcoin/master c7b4968 Wladimir J. van der Laan: Merge #19553: build: pass -fcommon when building genisoimage
<
sorcus>
If bit is zero, call `add` function, else call `double`.
<
instagibbs>
sorcus, try #secp256k1
<
instagibbs>
that's where libsecp devs hang
<
sorcus>
instagibbs: Oh, thank you :-)
<
bitcoin-git>
bitcoin/master 1554b54 Daniel Kraft: Static asserts for consistency of fee defaults.
<
bitcoin-git>
bitcoin/master 93decbc Wladimir J. van der Laan: Merge #19370: Static asserts for consistency of fee defaults
<
bitcoin-git>
bitcoin/master fa49289 MarcoFalke: refactor: Switch ValidationState mode to C++11 enum class
<
bitcoin-git>
bitcoin/master fa56eda MarcoFalke: log: Avoid treating remote misbehvior as local system error
<
bitcoin-git>
bitcoin/master 1397afc Wladimir J. van der Laan: Merge #19526: log: Avoid treating remote misbehvior as local system error
<
bitcoin-git>
bitcoin/master 2b4b90a Suhas Daftuar: Add a wtxid-index to the mempool
<
bitcoin-git>
bitcoin/master c7eb6b4 Amiti Uttarwar: Add wtxid to mempool unbroadcast tracking
<
bitcoin-git>
bitcoin/master 60f0acd Suhas Daftuar: Just pass a hash to AddInventoryKnown
<
sdaftuar>
thanks wumpus!
<
wumpus>
sdaftuar: sorry for all the rebase hell you had to go through
<
jeremyrubin>
sipa: Does it rely on it both ways or just one way? e.g. wtxid is txid, or txid is wtxid?
<
jeremyrubin>
because if one way you can make wtxid downcastable to txid through a "is_a_txid_i_swear" cast method
<
sipa>
jeremyrubin: sure, it's of course possible
<
sipa>
i mean it's just not a particularly clean abstraction
<
sipa>
if we go that direction, perhaps we should start with having txids and blockhashes and merkle roots be distinct types
<
sipa>
instead of starting with this distinction
<
jeremyrubin>
didn't jb55 try to do this?
<
jb55>
I don't think so
<
sipa>
we recently had a chance that sounds vaguely related, where the different TxDestionation types were made more independent types
<
jeremyrubin>
ah was not jb55 that's what I was thinking of.
<
sipa>
sdaftuar: do you have thoughts on how to integrate the txid 2s delay into #19184 ?