From 9447f0118ddebc91e308044db3dab7bd6cfa2f7f Mon Sep 17 00:00:00 2001 From: josie Date: Tue, 8 Oct 2024 13:51:27 +0200 Subject: [PATCH] add agenda --- _posts/2024-10-08-bitdevs.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/_posts/2024-10-08-bitdevs.md b/_posts/2024-10-08-bitdevs.md index 3a9ba02..2b3f4e3 100644 --- a/_posts/2024-10-08-bitdevs.md +++ b/_posts/2024-10-08-bitdevs.md @@ -22,4 +22,29 @@ These rules exist so that BitDevs participants can speak freely within the event # Agenda -* Agenda points can be send in [on GitHub](https://github.com/bitdevsamsterdam/bitdevsamsterdam.github.io/issues/26). +## News + +* [Bitcoin Core vulnerability disclosure for < 24.0.1](https://bitcoincore.org/en/2024/09/18/disclose-headers-oom/) +* [JSON-RPC breakage with v28](https://github.com/bitcoin/bitcoin/issues/31039) +* [`btcd` consensus bug for < v0.24.2](https://delvingbitcoin.org/t/non-disclosure-of-a-consensus-bug-in-btcd/1177) +* [First Ark mainnet transaction](https://x.com/2ndbtc/status/1837530708560302522) + * [transaction](https://mempool.space/tx/f07ebf51e4aed1fef7fc1bb16b72bce56294a512bf0da9fd61db18612b4201c9?mode=details) +* [First 0-fee lightning commitment transaction](https://x.com/realtbast/status/1834213774674247987) + * [transaction](https://mempool.space/testnet4/tx/85f2256c8d6d61498c074d53912d1f0ef907ee508bb06f5701f3826432ba53b8) + +## Proposals / Research + +* [Hybrid Jamming Mitigation: Results and Updates](https://delvingbitcoin.org/t/hybrid-jamming-mitigation-results-and-updates/1147) +* [SuperScalar - laddered timeout tree](https://delvingbitcoin.org/t/superscalar-laddered-timeout-tree-structured-decker-wattenhofer-factories/1143/11) +* [Shielded client-side-validation](https://github.com/ShieldedCSV/ShieldedCSV) +* [FROST Roundtable 2](https://developer.blockchaincommons.com/frost/meeting2/) + +## Noteworthy PRs + +* [Add module "musig" for Musig2 (BIP327)](https://github.com/bitcoin-core/secp256k1/pull/1479) +* [multiprocess: Add IPC wrapper for Mining interface](https://github.com/bitcoin/bitcoin/pull/30510) + * [multiprocess: add -ipcbind option for bitcoin-node](https://github.com/bitcoin/bitcoin/pull/30510) + * [RFC: multiprocess binaries and packaging options](https://github.com/bitcoin/bitcoin/issues/30983) +* [net: Replace libnatpmp with built-in PCP+NATPMP](https://github.com/bitcoin/bitcoin/pull/30043) +* [Drop -dbcache limit](https://github.com/bitcoin/bitcoin/pull/28358/) +* [Fix peers abruptly disconnecting from AssumeUTXO nodes](https://github.com/bitcoin/bitcoin/pull/30807)