mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-18 21:34:39 +01:00
d3af9c2ccb
* Implement getBestFilterHeader based on a number of block headers that can be passed in as a parameter. These headers can be used to indicate what your current best chain is * Bring back compiler opts * Fix compiler error for maxByOption as it isn't in the 2.12 std library * Implement a context free best filter headers search. The basic strategy is to look at headers in the _future_ of our current best filter header * Fix bug in sql query were we were doing max chainWork too early on block headers, we needed to filter out headers in our set and _then_ we get the max chain work * Add more unit tests |
||
---|---|---|
.. | ||
src/test |