bitcoin-s/website/sidebars.json

103 lines
2.2 KiB
JSON
Raw Normal View History

{
"docs": {
"Getting Started": [
2020-12-24 14:16:46 +01:00
"getting-started",
"bips"
],
"Getting Setup": [
2022-03-11 19:16:59 +01:00
"getting-setup",
"ui-setup"
],
"Applications": [
"applications/cli",
"applications/server",
2021-02-11 16:53:45 +01:00
"applications/gui",
"applications/server-systemd"
],
"Chain": [
"chain/chain",
"chain/filter-sync",
"chain/chain-query-api"
],
"Configuration": [
"config/configuration"
],
"Core Module": [
"core/core-intro",
"core/addresses",
"core/hd-keys",
"core/adding-spks",
"core/spending-info",
2020-02-26 23:06:57 +01:00
"core/psbts",
"core/dlc",
"core/txbuilder",
"core/lightning-network"
],
"Crypto Module": [
"crypto/crypto-intro",
"crypto/sign",
"crypto/adaptor-signatures",
"crypto/musig"
],
2020-07-08 17:22:59 +02:00
"Fee Provider": [
"fee-provider/fee-provider"
],
"Key Manager": [
"key-manager/server-key-manager",
"key-manager/key-manager"
],
"Node": [
"node/node",
"node/node-api"
],
"Wallet": [
"wallet/wallet",
"wallet/wallet-callbacks",
"wallet/wallet-get-address",
"wallet/address-tagging",
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 22:11:02 +01:00
"wallet/dlc",
"wallet/wallet-rescan",
"wallet/wallet-sync",
"wallet/wallet-rpc",
"wallet/backups",
"wallet/wallet-election-example",
"wallet/wallet-price-example",
"wallet/wallet-sports-betting-example"
],
2021-08-04 14:06:19 +02:00
"Tor": [
"tor/tor"
],
"RPC Clients": [
"rpc/rpc-clients-intro",
"rpc/rpc-eclair",
2021-04-13 02:09:59 +02:00
"rpc/rpc-bitcoind",
"rpc/lnd-rpc"
],
"Secp256k1": [
"secp256k1/secp256k1",
"secp256k1/jni-modify"
],
"Testkit": [
2021-04-08 17:11:01 +02:00
"testkit/testkit",
"testkit/testkit-core"
],
"DLC Oracle": [
"oracle/build-oracle-server",
"oracle/oracle-server",
"oracle/oracle-election-example",
"oracle/oracle-price-example",
"oracle/oracle-sports-betting-example"
],
"Oracle Explorer Client": [
"oracle-explorer-client/oracle-explorer-client"
],
"Contributing": [
"contributing",
"contributing-website"
],
"Security": [
"security"
]
}
}