Improve client and deprecate useless features #149
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates and improvements to the codebase, focusing on updating dependencies, removing deprecated features, and adding support for new Bitcoin Core methods. The most important changes include updating the Node.js versions in the CI configuration, modifying the
README.md
to reflect new usage instructions, and updating the Docker and package configurations to support the latest Bitcoin Core versions.Updates and Improvements:
CI Configuration:
.github/workflows/tests.yaml
)Documentation:
README.md
by removing outdated SSL/TLS connection examples and updating the usage instructions to reflect the new default values and removed options. (README.md
) [1] [2] [3] [4]Docker Configuration:
docker-compose.yml
) [1] [2]Package Configuration:
dependencies
script inpackage.json
to reflect these changes. (package.json
)Codebase Simplification:
Client
class, simplifying the connection setup process. (src/index.js
) [1] [2] [3] [4]createWalletDescriptor
,descriptorProcessPsbt
,enumerateSigners
,getAddrManInfo
,getBlockFromPeer
,getChainStates
,getHdKeys
,getPrioritisedTransactions
,getTxSpendingPrevOut
,importMempool
,loadTxOutSet
,migrateWallet
,newKeyPool
,psbtBumpFee
,scanBlocks
,scanTxOutSet
,send
, andsendAll
. (src/methods.js
) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]