Lava offered self-custody loans using DLC (discrete log contracts). An update changed this from a non-custodial setup to a fully trusted and custodial model, with Lava now having full control over users’ funds. This fundamental change was not clearly communicated to users in the upgrade process. Lava stated they no longer use DLCs because the technology doesn’t meet their security standards, citing client-side key risk, hot keys, and oracle manipulation vulnerabilities.
Discussion of on-chain betting mechanisms related to BIP-444 outcomes.
On-chain analysis of Lava’s custody transition. The "upgrade" address reveals that originally loans were self-custodial with collateral locked in a 2-of-2 multisig. Post-"upgrade," funds are held in a pooled single-sig address that regularly consolidates to Kraken.
Keonne Rodriguez has been sentenced to 5 years in prison and fined $250,000 for conspiracy to operate an unlicensed money transmitting business. This was the maximum sentence possible.
Bitcoin Core’s consensus code is now exposed as a C header API, making it accessible to other implementations and languages.
A series of tweets where the impact of each BIP-444 rule is assessed by considering how many and which Bitcoin transactions would be affected.
"Help anyone make the case to merchants that only bitcoin can defeat credit card fees." Spiral (of Block) has released resources for merchant adoption.
A tongue-in-cheek project from Taproot Wizards showing how to embed data in a manner that would still be permissible were BIP-444 changes to be activated. Data embedding is possible via P2WSH CHECKMULTISIG and chained OP_RETURN.
"It’s a 2785 byte JPEG of a dickbutt, securely embedded in 88 fake pubkeys via a bunch of P2WSH multisigs. Yes, it’s completely standard. Yes, it gets the witness discount. No, BIP-444 doesn’t fix this."
"This would allow arbitrary ecash spending conditions without revealing the script to the mint, maintaining excellent user privacy."
A script that can convert any data (e.g. a Dickbutt image) into valid secp256k1 compressed public keys. This means any checks to see if keys are valid is incapable of preventing the keys from being data-carrying.
Security assessment report for Bitcoin Core published by OSTIF.
The cluster mempool implementation has been merged into Bitcoin Core, a long-anticipated improvement to mempool management.