dogecoin/src/primitives
Pieter Wuille 657e05ab2e Make GetSerializeSize a wrapper on top of CSizeComputer
Given that in default GetSerializeSize implementations created by
ADD_SERIALIZE_METHODS we're already using CSizeComputer(), get rid
of the specialized GetSerializeSize methods everywhere, and just use
CSizeComputer. This removes a lot of code which isn't actually used
anywhere.

For CCompactSize and CVarInt this actually removes a more efficient
size computing algorithm, which is brought back in a later commit.
2016-11-07 13:56:22 -08:00
..
block.cpp Rename "block cost" to "block weight" 2016-07-18 13:28:26 -04:00
block.h Rename "block cost" to "block weight" 2016-07-18 13:28:26 -04:00
transaction.cpp Remove unused CTxOut::GetHash() 2016-11-04 10:50:43 -04:00
transaction.h Make GetSerializeSize a wrapper on top of CSizeComputer 2016-11-07 13:56:22 -08:00