feat: implementation of remote TLS, storage filtering and repeat-execution support#724
Merged
Timi16 merged 1 commit intoTimi16:mainfrom Mar 29, 2026
Merged
feat: implementation of remote TLS, storage filtering and repeat-execution support#724Timi16 merged 1 commit intoTimi16:mainfrom
Timi16 merged 1 commit intoTimi16:mainfrom
Conversation
|
@tx-cyber Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Soroban Debugger Enhancements: Remote TLS, Storage Filtering and Repeat Execution
This PR implements three key enhancements to the Soroban Debugger to improve remote debugging security and achieve feature parity in the VS Code extension
1. Remote TLS Support
Aligned the remote client with its documentation by adding native TLS support to the remote subcommand.
--tls-cert,--tls-key, and--tls-cafor the remote subcommand.rustls, including support for custom CA bundles and native certificate stores Closes remote TLS: align client TLS support claims with actual CLI behavior #6992. VS Code Storage Filtering
Exposed storage filter controls in the VS Code extension launch configuration, allowing users to manage large contract states effectively.
storageFilter(array of strings) to launch and attach configurations in package.json.3. VS Code Repeat Execution
Added support for repeat-execution workflows in the extension for performance benchmarking.
repeatproperty tolaunch.json.repeat > 1, the debugger executes the function N times and reports aggregate duration, CPU, and memory statistics to the Debug Console. Closes vscode parity: add repeat-execution launch support #714Key Changes
Core / CLI
RemoteStream(Plain/TLS).VS Code Extension
Documentation
Verification Results
balance:*) and regex (re:^user_) patterns