Please join us for our next Socratic Seminar! A special thanks to Strike for the event space.
Doors open at 6pm with discussion starting shortly after!
This BIP written by Dathon Ohm introduces a temporary softfork to limit the size of data fields at the consensus level.
https://github.com/bitcoin/bips/pull/2017
Inspired by Luke-JS’s mailing list post
Mike Kelly posted a writeup on a theoretical farmable fork mechanism if BIP 444 should be activated.
Sebastian Falbesoner posted to Delving Bitcoin about the 10 year anniversary of Bitcoin Core switching from OpenSSL to libsecp256k1 and comparing the performace of each over the years
Tadge Dryja posted to the mailing list about an idea for post quantum signature aggregation
Pheonix wallet announced that they are adding taproot channel support!
Arkade launches on Bitcoin mainnet in public beta.
https://x.com/arkade_os/status/1980607782945485056
https://arkade.money
https://docs.arkadeos.com
This is a first attempt at introducing a C header for the libbitcoinkernel library that may be used by external applications for interfacing with Bitcoin Core’s validation logic. It currently is limited to operations on blocks.
https://github.com/bitcoin/bitcoin/pull/30595
Collaborative custody and multisig setups have long faced a tradeoff between safety and privacy. Sharing a key with a third party—whether for recovery, policy enforcement, or convenience—has traditionally meant giving that party visibility into a user’s wallet balance and transaction history.
A new proposal called Chain Code Delegation aims to remove that tradeoff.
https://bitkey.build/chain-code-delegation-improving-privacy-in-collaborative-multisig/
https://github.com/bitcoin/bips/pull/2004