Updated RPC availability (markdown)

Roy Lee 2022-09-22 00:01:02 -07:00
parent a8b923bfb6
commit e68500c08e

@ -1,8 +1,7 @@
# RPC availability
We're in the process of retiring **lbrycrd** with **lbcd** and **lbcwallet**.
So the current priority are the APIs in use by existing users (software, service
, partners) that integrate with lbrycrd. Each user will have an epic issue
So the current priority is the APIs in use by existing users (software, service, partners) that integrate with lbrycrd. Each user will have an epic issue
tracking the readiness of APIs they use.
Markers:
@ -36,7 +35,7 @@ Markers:
| [getblockfilter](https://bitcoincore.org/en/doc/22.0.0/rpc/blockchain/getblockfilter/) | | |
| [getblockhash](https://bitcoincore.org/en/doc/22.0.0/rpc/blockchain/getblockhash/) | x | x |
| [getblockheader](https://bitcoincore.org/en/doc/22.0.0/rpc/blockchain/getblockheader/) | x | x | [#58](https://github.com/lbryio/lbcd/issues/58)
| [getblockstats](https://bitcoincore.org/en/doc/22.0.0/rpc/blockchain/getblockstats/) | | x |
| [getblockstats](https://bitcoincore.org/en/doc/22.0.0/rpc/blockchain/getblockstats/) | x | x |
| [getchaintips](https://bitcoincore.org/en/doc/22.0.0/rpc/blockchain/getchaintips/) | x | x |
| [getchaintxstats](https://bitcoincore.org/en/doc/22.0.0/rpc/blockchain/getchaintxstats/) | | |
| [getdifficulty](https://bitcoincore.org/en/doc/22.0.0/rpc/blockchain/getdifficulty/) | x | x |
@ -132,7 +131,7 @@ Markers:
|-------------------------------------------------------------------------------------------------------------------|--------|--------|----------------
| [createmultisig](https://bitcoincore.org/en/doc/22.0.0/rpc/util/createmultisig/) | x | x |
| [deriveaddresses](https://bitcoincore.org/en/doc/22.0.0/rpc/util/deriveaddresses/) | | x |
| [estimatesmartfee](https://bitcoincore.org/en/doc/22.0.0/rpc/util/estimatesmartfee/) | | x |
| [estimatesmartfee](https://bitcoincore.org/en/doc/22.0.0/rpc/util/estimatesmartfee/) | x | x |
| [getdescriptorinfo](https://bitcoincore.org/en/doc/22.0.0/rpc/util/getdescriptorinfo/) | | |
| [getindexinfo](https://bitcoincore.org/en/doc/22.0.0/rpc/util/getindexinfo/) | | |
| [signmessagewithprivkey](https://bitcoincore.org/en/doc/22.0.0/rpc/util/signmessagewithprivkey/) | | |
@ -143,7 +142,7 @@ Markers:
### Accounts vs labels
lbcwallet implement HD wallets related BIPs (39, 43, 44, 84) while bitcoin-core only implements BIP-39.
lbcwallet implements HD wallets related BIPs (39, 43, 44, 84) while bitcoin-core only implements BIP-39.
So lbcwallet provides the "account" concept, which maps to the account in BIP 44 *hdpath* (m/purpose'/coin'/account'/branch/index).
This is a good design feature.