aboutsummaryrefslogtreecommitdiff
path: root/src/undo.h
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* serialization: prevent int overflow for big Coin::nHeightpierrenn2020-03-281-3/+3
* Convert undo.h to new serialization frameworkPieter Wuille2020-02-061-56/+13
* Convert compression.h to new serialization frameworkPieter Wuille2020-01-211-2/+2
* Extract CSipHasher to it's own file in crypto/ directory.Jim Posen2018-11-051-0/+1
* Drop unused GetType() from CSizeComputerBen Woosley2018-09-111-1/+1
* blockfilter: Construction of basic block filters.Jim Posen2018-08-251-0/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #12716: Fix typos and cleanup in various filesMarcoFalke2018-03-211-1/+1
|\
| * Fix typosDimitris Apostolou2018-03-211-1/+1
* | Remove unnecessary NONNEGATIVE_SIGNEDRussell Yanofsky2018-03-201-1/+1
* | Add static_assert to prevent VARINT(<signed value>)Russell Yanofsky2018-03-151-2/+2
|/
* Support deserializing into temporariesPieter Wuille2018-03-131-3/+3
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Remove trailing whitespace causing travis failureMeshCollider2017-11-161-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-4/+4
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-2/+2
* Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-1/+2
* Replace CTxInUndo with CoinPieter Wuille2017-06-011-24/+53
* Store/allow tx metadata in all undo recordsPieter Wuille2017-05-261-2/+1
* Remove/ignore tx version in utxo and undoPieter Wuille2017-05-261-8/+12
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-10/+10
* Make GetSerializeSize a wrapper on top of CSizeComputerPieter Wuille2016-11-071-6/+0
* Bump copyright headers to 2014MarcoFalke2016-01-051-1/+1
* MOVEONLY: CBlockUndo from main.h to undo.hjtimon2014-12-271-0/+14
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* Fix all header definesPavel Janík2014-11-031-3/+3
* MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (fromjtimon2014-10-271-1/+1
* MOVEONLY: separate CTxUndo out of corejtimon2014-10-271-0/+71