forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test-validator: Add flag to clone feature set from a cluster (#2480)
* test-validator: Add flag to clone feature set from a cluster #### Problem Program devs run into issues when testing, where everything works great with a solana-test-validator, and then fails once they deploy to a real cluster. Most times, this happens because the test validator enables all features by default, and their program depended on a new feature without their knowledge. #### Summary of changes To make local development much easier, add a `--clone-feature-set` flag to solana-test-validator to easily mimic the functionality on the cluster targeted with `--url`. * Add changelog entry
- Loading branch information
Showing
4 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters