aboutsummaryrefslogtreecommitdiff
path: root/src/test/blockencodings_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of nType and nVersionPieter Wuille2016-11-071-1/+1
| | | | | | | | | | | Remove the nType and nVersion as parameters to all serialization methods and functions. There is only one place where it's read and has an impact (in CAddress), and even there it does not impact any of the recursively invoked serializers. Instead, the few places that need nType or nVersion are changed to read it directly from the stream object, through GetType() and GetVersion() methods which are added to all stream classes.
* Return shared_ptr<CTransaction> from mempool removesPieter Wuille2016-10-211-1/+1
|
* Make removed and conflicted arguments optional to removePieter Wuille2016-10-211-1/+1
|
* Use cmpctblock type 2 for segwit-enabled transferPieter Wuille2016-10-041-3/+3
| | | | | Contains version negotiation logic by Matt Corallo and bugfixes by Suhas Daftuar.
* Remove redundand (and shadowing) declarationPavel Janík2016-08-051-1/+0
|
* Add some blockencodings testsMatt Corallo2016-06-191-0/+315