Amber nodes are monitored by CommitWatch. Gray nodes are sampled from authenticated GitHub public commit search and may not represent complete contribution history.
This commit hardens Bitcoin Core's MuSig2 multi-signature code by refusing to save a second secret nonce under the same session ID. Before the change, an attacker or buggy caller could potentially overwrite a nonce, which in multi-signatur…
nonce-reuse prevention in MuSig2 signingassertion added to enforce single-secnonce-per-session invariantcryptographic signing state integrity hardening
This commit fixes an integer overflow bug in Bitcoin Core's optional coin statistics index. The index keeps running totals of spent and created coins, and on long-running or high-activity networks these totals could exceed the range of the…
Integer overflow in cumulative monetary totals (CAmount overflow observed on Signet)Data-format change requiring a new database directory to avoid loading legacy overflowed stateRemoval of redundant total_unspendable_amount accumulator to reduce consistency risk