lbrycrd/contrib/test-patches
Pieter Wuille 0fe8010a10 Make FindBlockByHeight constant-time.
Remove the pnext pointer in CBlockIndex, and replace it with a
vBlockIndexByHeight vector (no effect on memory usage). pnext can
now be replaced by vBlockIndexByHeight[nHeight+1], but
FindBlockByHeight becomes constant-time.

This also means the entire mapBlockIndex structure and the block
index entries in it become purely blocktree-related data, and
independent from the currently active chain, potentially allowing
them to be protected by separate mutexes in the future.
2013-05-12 19:52:16 +02:00
..
bitcoind-comparison.patch Make FindBlockByHeight constant-time. 2013-05-12 19:52:16 +02:00
README Add test patches for pull-tester to contrib/ 2013-04-11 18:07:22 -04:00
temp-revert-1.patch Add test patches for pull-tester to contrib/ 2013-04-11 18:07:22 -04:00
temp-revert-2.patch Add test patches for pull-tester to contrib/ 2013-04-11 18:07:22 -04:00
temp-revert-3.patch Add test patches for pull-tester to contrib/ 2013-04-11 18:07:22 -04:00
temp-revert-4.patch Add test patches for pull-tester to contrib/ 2013-04-11 18:07:22 -04:00

These patches are applied when the automated pull-tester
tests each pull and when master is tested using jenkins.
You can find more information about the tests run at
http://jenkins.bluematt.me/pull-tester/files/