chore: improve blueprint-manager and blueprint-test-utils #421
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 changes across multiple files to improve the codebase, enhance functionality, and fix issues. The most important changes include modifying process argument generation, refining test utilities, and updating the blueprint manager's test extension.
Argument Generation Improvements:
blueprint-manager/src/sources/mod.rs
: Simplified the test mode argument and added support for a pretty-print option. [1] [2]Test Utilities Enhancements:
blueprint-manager/src/sources/testing.rs
: Refined binary path determination based on build profile and removed redundant build process code. [1] [2]blueprint-test-utils/src/lib.rs
: Added support for ED25519 key generation and validation, updated function names for clarity, and introduced a helper function to wait for in-block success. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Blueprint Manager Test Extension Updates:
blueprint-test-utils/src/test_ext.rs
: Updated to request and approve services, and to use the WebSocket RPC endpoint from options. [1] [2] [3] [4] [5]Macro Context Derive Update:
macros/context-derive/src/subxt.rs
: Changed the RPC URL field to use the WebSocket endpoint.