bitcoin-s/docs
Chris Stewart 66ec96b1f5 2020 11 13 issue 2258 (#2260)
* Introduce ChainHandlerCached which behaves like the old ChainHandler. Now Chainhandler.getBestBlockHeader() will read headers from the database

* Remove ChainHandler.blockchains field, now it's only available in ChainHandlerCached

* De-futurify ChainHandler.fromDatabase()

* Adjust logging

* Patch test case

* Use BlockHeaderDAO.chainTips when getting best header rather thean BlockHeaderDAO.getBlockchains(). Implement a helper method ChainHandler.toChainHandlerCached()

* Fix chain.md,wallet.md

* Make ChainHandler.getBestBlockHeader() consider time of header if chainwork is the same. Make test cases less strict on what header is the best header when both chainwork and time are the same on the eader

* Only execute callbacks on headers that are going to be created in the database, not all headers passed into ChainHandler.processHeadersWithChains()

* Turn up log level again

* Small optimizations, check if we have seen a header before before processing it in ChainHandler.processHeadersWithChains(). Fix FilterSyncMarker.toString(). Use ChainHandlerCached in Node

* Remove ChainHandlerCached in appServer, re-add it in Node.scala
2020-11-17 06:19:07 -06:00
..
applications Add ability to change aes password (#2254) 2020-11-15 08:07:49 -06:00
chain 2020 11 13 issue 2258 (#2260) 2020-11-17 06:19:07 -06:00
config Use same config option for key manager projects (#2252) 2020-11-11 12:18:02 -06:00
core docs: Fix broken links in Docs + minor touchups (#1908) 2020-08-27 14:11:24 -05:00
crypto docs: Fix broken links in Docs + minor touchups (#1908) 2020-08-27 14:11:24 -05:00
fee-provider Fee Provider Docs (#1641) 2020-07-08 10:22:59 -05:00
key-manager Make aesPassword option for wallet config (#2217) 2020-11-06 07:00:18 -06:00
node Make aesPassword option for wallet config (#2217) 2020-11-06 07:00:18 -06:00
oracle Use New Oracle TLVs in DLCOracle (#2162) 2020-11-10 06:08:43 -06:00
rpc Bitcoind RPC Multi-wallet support (#2231) 2020-11-07 09:24:09 -06:00
secp256k1 docs: Fix broken links in Docs + minor touchups (#1908) 2020-08-27 14:11:24 -05:00
testkit docs: Fix broken links in Docs + minor touchups (#1908) 2020-08-27 14:11:24 -05:00
wallet 2020 11 13 issue 2258 (#2260) 2020-11-17 06:19:07 -06:00
contributing-website.md Actually add all files for 0.3.0 on the website so they show up (#1256) 2020-03-19 07:32:02 -05:00
contributing.md Update slack links (#2134) 2020-10-06 12:53:38 -05:00
getting-setup.md docs: Oracle Server setup docs (#2187) 2020-10-13 15:04:50 -05:00
getting-started.md docs: Fix broken links in Docs + minor touchups (#1908) 2020-08-27 14:11:24 -05:00
security.md Add new GPG key (#1263) 2020-03-23 09:46:56 -05:00
windows-users.md New doc for Windows users (#572) 2019-07-08 15:01:23 -05:00