mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
* Move initialization of wallet entropy into the key manager * Enable key-manager in ci, add coverage minimum * Add coverage minimum for key manager, add KeyManagerParams, start adding KeyManager test harness * Remove success cases on ADTs, start using Either * fix import * Get test coverage to 90% * Add documentation for key-manager.md, add side bar for key-manager * Fix wallet.md * Make seedPath default to baseDatadir, so we don't have a unique seed for every network. Add more documentation * Address code review * Address code review from Ben * Add missing import * Add more tests for coverage
30 lines
667 B
JSON
30 lines
667 B
JSON
{
|
|
"docs": {
|
|
"Getting started": ["getting-started"],
|
|
"Core module": [
|
|
"core/core-intro",
|
|
"core/addresses",
|
|
"core/hd-keys",
|
|
"core/sign",
|
|
"core/txbuilder"
|
|
],
|
|
"Key manager": [
|
|
"key-manager/key-manager"
|
|
],
|
|
"RPC clients": [
|
|
"rpc/rpc-clients-intro",
|
|
"rpc/rpc-eclair",
|
|
"rpc/rpc-bitcoind"
|
|
],
|
|
"Applications": [
|
|
"applications/chain",
|
|
"applications/cli",
|
|
"applications/configuration",
|
|
"applications/node",
|
|
"applications/server",
|
|
"applications/wallet"
|
|
],
|
|
"Contributing": ["contributing", "contributing-website"],
|
|
"Security": ["security"]
|
|
}
|
|
}
|