mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
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. |
||
|---|---|---|
| .. | ||
| bitrpc | ||
| debian | ||
| gitian-descriptors | ||
| gitian-downloader | ||
| homebrew | ||
| macdeploy | ||
| pyminer | ||
| seeds | ||
| spendfrom | ||
| test-patches | ||
| testgen | ||
| verifysfbinaries | ||
| wallettools | ||
| bitcoind.bash-completion | ||
| qt_translations.py | ||
| tidy_datadir.sh | ||