Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion _posts/2024-10-08-bitdevs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)