Skip to content

Commit 6e66ede

Browse files
committed
bitcoin core 28.2
1 parent ce0d97c commit 6e66ede

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

_posts/2025-07-10-socratic-seminar-67.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ A new type of hardware wallet using FROST (Flexible Round-Optimized Schnorr Thre
3535

3636
[Pull Request](https://github.com/bitcoin/bitcoin/pull/27286)
3737
"Currently, the wallet (bitcoin-core) is not actually aware about its own transaction outputs. Instead, it will iterate all of the transactions stored in mapWallet, and then all of the outputs of those transactions, in order to figure out what belongs to it for the purposes of coin selection and balance calculation. For balance calculation, there is caching that results in it only iterating all of the transactions, but not all of the outputs. However when the cache is dirty, everything is iterated. This is especially problematic for wallets that have a lot of transactions, or transactions that have a lot of unrelated outputs (as may occur with coinjoins or batched payments).” - achow101
38+
39+
## Bitocin 28.2 Release
40+
41+
Bitcoin 28.2 has been released.
42+
This release includes new features, various bug fixes and performance improvements, as well as updated translations.
43+
44+
[Release Page](https://bitcoincore.org/en/releases/28.2/)

0 commit comments

Comments
 (0)