mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-09 21:47:34 +01:00
Merge bitcoin/bitcoin#28685: coinstats, assumeutxo: fix hash_serialized2 calculation
4bfaad4ecachainparams, assumeutxo: Fix signet txoutset hash (Fabian Jahr)a503cd0f0bchainparams, assumeutxo: Fix testnet txoutset hash (Fabian Jahr)f6213929c5assumeutxo: Check deserialized coins for out of range values (Fabian Jahr)66865446a7docs: Add release notes for #28685 (Fabian Jahr)cb0336817escripted-diff: Rename hash_serialized_2 to hash_serialized_3 (Fabian Jahr)351370a1d2coinstats: Fix hash_serialized2 calculation (Fabian Jahr) Pull request description: Closes #28675 The last commit demonstrates that theStack's analysis [here](https://github.com/bitcoin/bitcoin/issues/28675#issuecomment-1770389468) seems to be correct. There will be more changes needed for the rest of the test suite but the `feature_assumeutxo.py` with my additional tests pass. ACKs for top commit: achow101: ACK4bfaad4ecatheStack: Code-review ACK4bfaad4ecaryanofsky: Code review ACK4bfaad4ecaTree-SHA512: 2f6abc92b282f7c5da46391803cf0804d13978d191d541f2509b532c538abccd0a081e46cda23d80d47206a05fa2b5d41b7ab246e6a263db7a7461d6292116ef
This commit is contained in:
4
doc/release-notes-28685.md
Normal file
4
doc/release-notes-28685.md
Normal file
@@ -0,0 +1,4 @@
|
||||
RPC
|
||||
---
|
||||
|
||||
The `hash_serialized_2` value has been removed from `gettxoutsetinfo` since the value it calculated contained a bug and did not take all data into account. It is superseded by `hash_serialized_3` which provides the same functionality but serves the correctly calculated hash.
|
||||
Reference in New Issue
Block a user