Skip to content
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

Rollback Feature Added #7

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Rollback Feature Added #7

merged 3 commits into from
Jun 6, 2024

Conversation

Noooblien
Copy link
Member

No description provided.

The current change set primarily includes the modification of many logging levels from 'Warn' to 'Debug' to reduce the verbosity of the application logs. It also addressed an error in the initial state of the transaction which was previously set to `InitVRF` and is now properly set to `PreInit`. Additional minor changes include commenting out unused code, deletion of unnecessary white space, and enhancement of logging details.
Detailed error logging has been implemented in the junction module. Previously, only general error messages were printed when creating an account client. Now, a specific error message indicates a "Switchyard client connection error", and the actual error message is additionally logged. This makes debugging easier and more accurate.
This commit introduces a new 'rollback' command to handle the rollback of sequencer nodes.
Existing batch generation functions were refactored and moved to util files for better code organization.
Validation of VRF was also updated for improved error handling.
@Noooblien Noooblien merged commit f6adf5a into master Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants