dash/src/index
Wladimir J. van der Laan d413109da5 Merge #13558: Drop unused GetType() from CSizeComputer
893628be0166b4096b6e52f516e0f65bb63a75a2 Drop minor GetSerializeSize template (Ben Woosley)
da74db0940720407fafaf3582bbaf9c81a4d3b4d Drop unused GetType() from CSizeComputer (Ben Woosley)

Pull request description:

  Based on conversation in #13462, it seems the serialization `GetType` has very narrow use/effect. In every case except for `CAddress`, which specifically relates to a network peer's address, not a wallet address etc., the serialized representation of an object is irrespective of its destination / type.

  This removes the unused `GetType` method from `CSizeComputer` as a step to further narrowing that use.

Tree-SHA512: e72b8e9e5160396691e05aeaee3aba5a57935a75bd5005cfcc7fb51c936f3d1728a397f999da5c36696506dd815fafa5c738f3894df8864f25f91f639eba9c3d
2022-05-30 01:11:03 -04:00
..
base.cpp merge bitcoin#19295: Use AbortError in FatalError 2022-04-07 11:28:43 -05:00
base.h Merge #16659: refactoring: Remove unused includes 2021-12-12 16:44:54 -05:00
blockfilterindex.cpp Merge #19846: build: enable unused member function diagnostic 2022-03-05 13:48:08 -06:00
blockfilterindex.h merge bitcoin#19010: Add support for getcfheaders 2021-09-19 10:05:23 +05:30
disktxpos.h Merge #19733: Move comment about BaseIndex::DB from TxIndex::DB 2021-09-22 23:46:26 +05:30
txindex.cpp Merge #13558: Drop unused GetType() from CSizeComputer 2022-05-30 01:11:03 -04:00
txindex.h