HomePhabricator

Merge #9125: Make CBlock a vector of shared_ptr of CTransactions

Description

Merge #9125: Make CBlock a vector of shared_ptr of CTransactions

b4e4ba4 Introduce convenience type CTransactionRef (Pieter Wuille)
1662b43 Make CBlock::vtx a vector of shared_ptr<CTransaction> (Pieter Wuille)
da60506 Add deserializing constructors to CTransaction and CMutableTransaction (Pieter Wuille)
0e85204 Add serialization for unique_ptr and shared_ptr (Pieter Wuille)

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC7490ae8b699d: Merge #9125: Make CBlock a vector of shared_ptr of CTransactions (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Nov 21 2016, 09:51