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

REFACTOR: improve error handling for validator-exit #1914

Merged
merged 5 commits into from
Jun 19, 2024

Conversation

gbayasgalan
Copy link
Contributor

@gbayasgalan gbayasgalan commented Jun 16, 2024

resolve: #1764
resolve: #1913

@gbayasgalan gbayasgalan marked this pull request as ready for review June 19, 2024 18:45
this.nodeConnection.taskManager.otherTasksHandler(ref, `Exiting Account`, true, runExitCommand.stdout);
this.nodeConnection.taskManager.otherTasksHandler(ref);
// Push successful/failed task
if (runExitCommand.stdout.includes('"code":200')) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this apply to all client type?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

client type?

Copy link
Member

@NeoPlays NeoPlays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@gbayasgalan gbayasgalan merged commit 2d5ac1a into stereum-dev:main Jun 19, 2024
3 checks passed
@gbayasgalan gbayasgalan deleted the voluntary_exit branch June 20, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants