feat: refactor configuration files paths and improve comparison command - #23
Merged
Conversation
cbermudez97
commented
Jul 2, 2026
Contributor
- Updated docker-compose.yml to point to the correct storage configuration path.
- Modified compare.go to streamline the comparison configuration handling, removing unnecessary flags and improving error handling.
- Enhanced compare_openrpc.go to better filter methods based on RPC names.
- Updated README.md for debug-p99 to reflect changes in storage configuration usage.
- Adjusted test-save and verify-flow main.go files to use the new storage configuration path.
- Refactored comparator.go to improve the handling of method comparisons and removed unused default parameter functions.
- Introduced compare_config.go to manage loading and validating comparison configurations from YAML files.
- Added comprehensive tests for the new configuration loading functionality in compare_config_test.go.
- Implemented integration tests for the comparison functionality in integration_test.go.
- Updated openrpc_loader.go to ensure method names are correctly mapped to their RPC counterparts.
- Enhanced report generation to include structured client endpoint information in the output.
- Improved HTML report styling for better readability and user experience.
- Updated docker-compose.yml to point to the correct storage configuration path. - Modified compare.go to streamline the comparison configuration handling, removing unnecessary flags and improving error handling. - Enhanced compare_openrpc.go to better filter methods based on RPC names. - Updated README.md for debug-p99 to reflect changes in storage configuration usage. - Adjusted test-save and verify-flow main.go files to use the new storage configuration path. - Refactored comparator.go to improve the handling of method comparisons and removed unused default parameter functions. - Introduced compare_config.go to manage loading and validating comparison configurations from YAML files. - Added comprehensive tests for the new configuration loading functionality in compare_config_test.go. - Implemented integration tests for the comparison functionality in integration_test.go. - Updated openrpc_loader.go to ensure method names are correctly mapped to their RPC counterparts. - Enhanced report generation to include structured client endpoint information in the output. - Improved HTML report styling for better readability and user experience.
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.