aboutsummaryrefslogtreecommitdiff
path: root/contrib/test-patches
AgeCommit message (Collapse)Author
2013-04-12Use a uint256 for bnChainWorkPieter Wuille
Every block index entry currently requires a separately-allocated CBigNum. By replacing them with uint256, it's just 32 bytes extra in CBlockIndex itself. This should save us a few megabytes in RAM, and less allocation overhead.
2013-04-11Add test patches for pull-tester to contrib/Matt Corallo