Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-12-19 | Replace boost::optional with std::optional | MarcoFalke | |
2020-12-19 | Remove unused MakeOptional | MarcoFalke | |
The only use was to work around a compiler warning in an ancient compiler, which we no longer support. | |||
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-01-30 | Remove 'boost::optional'-related gcc warnings | Hennadii Stepanov | |
2019-01-15 | Add height, depth, and hash methods to the Chain interface | Russell Yanofsky | |
And use them to remove uses of chainActive and mapBlockIndex in wallet code This commit does not change behavior. Co-authored-by: Ben Woosley <ben.woosley@gmail.com> |