bitcoin-s/website
Chris Stewart cd84e3483d 2020 03 06 wallet rescan test (#1218)
* Add wallet rescan tests

* Create FilterSync, which gives us an API inside of the chain project to sync filters with

Add another unit test to filter sync

Add more unit tests for ChainSync and FilterSync

Clean up some docs, remove some extra lines of code

Run scalafmt

Add filter-sync.md

Cleanup some nits

Add more information of how FilterSync.syncFilters() works

Add 'FilterWithHeaderHash' type so that we can actually validate/verify block headers that are being fed into the chain project

Run scalafmt, hide imports in filter-sync.md so code appears cleaner

Move implicits out of invisible block as it seems to cause errors

Make it so FilterSync processes filters in batches rather than fetching them all at once

Fix compile error

* WIP bitcoind implement ChainQueryApi

* rework fixtures to be able to support injecting ChainQueryApi implemented by bitcoind into our fixture infrastructure for creating wallets

* Fix rebase problem

* Implement getFiltersBetweenHeight() with ben's solution

* WIP Start implementing NodeApi against bitcoind

* Actually inject the bitcoind backed nodeApi into our fixture

* Get first rescan test working for rescanning the entire blockchain

* Implement test case for rescanning from a specific height

* Fix NeutrinoNodeWalletTest test case that uses a experimental version of bitcoind, for now i believe our experimental binary is on v18

* Add wallet-rescan.md, add helper method to WalletApi that allows you to clear out the wallet's utxos/addresses

* Add another log to try to debug CI

* Address code review

* Fix wrong ordering of deletion of tables in clearUtxosAndAddresses()

* reset logging level
2020-03-13 16:11:02 -05:00
..
core Docs: removes blog from website 2019-06-11 12:59:58 +02:00
i18n Order website sidebar by project, fix capitalization (#1226) 2020-03-13 09:54:07 -05:00
pages/en quick fix of link to txbuilder examples in docs (#815) 2019-10-16 07:46:21 -05:00
static Add Bitcoin-S logo to git repo 2019-06-28 10:28:51 +02:00
versioned_docs Add server to sidebar.json so that it shows up (#981) 2019-12-22 10:47:15 -06:00
versioned_sidebars Add server to sidebar.json so that it shows up (#981) 2019-12-22 10:47:15 -06:00
package.json WIP: Docusaurus website (#465) 2019-05-14 18:05:14 -05:00
sidebars.json 2020 03 06 wallet rescan test (#1218) 2020-03-13 16:11:02 -05:00
siteConfig.js Docs: update Security.md and fix edit button (#965) 2019-12-18 13:07:17 -06:00
versions.json Add version 0.2.0 of the website (#948) 2019-12-16 05:57:14 -06:00
yarn.lock Update website following https://bitcoin-s.org/docs/contributing-website and running 'yarn upgrade' (#943) 2019-12-14 07:47:04 -06:00