tests, workspace: Add Taproot soft fork status to getblockchaininfo test and VS Code workspace configuration #254
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.
Purpose
This pull request includes updates to the
getblockchaininfo
test to include the Taproot soft fork status and adds a new Visual Studio Code workspace configuration file to the repository.Changes Made
Commit 0bda8ec:
softforks
field in thegetblockchaininfo
test.getblockchaininfo
RPC call accurately reflects the status of the Taproot soft fork, which is crucial for testing and validation purposes.Commit 698a43a:
digibyte.code-workspace
file to configure the Visual Studio Code workspace settings for the DigiByte Core project.The
digibyte.code-workspace
file includes the project's folder settings, file associations for proper syntax highlighting, and GitHub Copilot advanced settings.Related Issues
Refs #244
Additional Information
This PR addresses the need for accurate reporting of the Taproot soft fork status in the
getblockchaininfo
RPC call and enhances the development environment for contributors using Visual Studio Code.