aboutsummaryrefslogtreecommitdiff
path: root/src/optional.h
Commit message (Collapse)AuthorAgeFilesLines
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
| | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
* Remove 'boost::optional'-related gcc warningsHennadii Stepanov2019-01-301-0/+9
|
* Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky2019-01-151-0/+17
And use them to remove uses of chainActive and mapBlockIndex in wallet code This commit does not change behavior. Co-authored-by: Ben Woosley <[email protected]>