-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V0.3.0 #6
Conversation
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
Contributor
wkennedy
commented
Nov 21, 2024
- Added CU to log format
- Added Sologger UI - A static web application using the Sologger WASM libraries
Introduced fields to store consumed and max compute units in LogContext. Implemented regex-based extraction and integrated it into the log parsing logic. Also added unit tests for various log formats and updated dependency paths to use local modules.
Added various PrimeVue CSS assets for components like ripple, select, slider, menubar, and more. Also, included new public resources such as `sologger_log_transformer_wasm_bg.wasm`, `sologger_header.png`, and `sologger_logo_big.png`. This commit enhances the UI appearance and adds new project resources.
Updated StatsGrid.vue to include chart.js for error logs visualization. Enhanced theming and accessibility across several components, fixed the error page styling, and updated `vite.config.js` for better build configuration.
This commit introduces several new assets into the documentation, including images and WebAssembly files. Additionally, an error page and an index page have been added to enhance the user experience.
Switched media query preference to light mode in `App.vue` and fixed background color in `StatsGrid.vue`. Updated static asset references in `index.html`. Modified router configuration to include base and mode settings for better path handling.
This CSS file was no longer in use and had become obsolete. Removing it helps clean up the project and reduces unnecessary clutter in the repository.
Removed hardcoded '/sologger/' base path, modifying asset paths and configuration accordingly. This change ensures better flexibility for deployment environments without relying on the '/sologger/' subdirectory.
Removed hardcoded '/sologger/' base path, modifying asset paths and configuration accordingly. This change ensures better flexibility for deployment environments without relying on the '/sologger/' subdirectory.
Removed hardcoded '/sologger/' base path, modifying asset paths and configuration accordingly. This change ensures better flexibility for deployment environments without relying on the '/sologger/' subdirectory.
Removed hardcoded '/sologger/' base path, modifying asset paths and configuration accordingly. This change ensures better flexibility for deployment environments without relying on the '/sologger/' subdirectory.
Removed hardcoded '/sologger/' base path, modifying asset paths and configuration accordingly. This change ensures better flexibility for deployment environments without relying on the '/sologger/' subdirectory.
Removed hardcoded '/sologger/' base path, modifying asset paths and configuration accordingly. This change ensures better flexibility for deployment environments without relying on the '/sologger/' subdirectory.
This commit introduces a new JavaScript file, `main-DECZbvaO.js`, in the assets folder of the documentation. This file contains various utility functions and methods that enhance the functionality of the project, including DOM manipulation, event handling, and custom CSS property management.
Changed the RPC URL from mainnet-beta to devnet in the sologger-config.json. Also, enabled logging for both error and info messages in the log_processor.rs by uncommenting the logging lines.
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.