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

feature: ability to run nodes in debug mode #515

Open
Anmol1696 opened this issue Jul 9, 2024 · 0 comments
Open

feature: ability to run nodes in debug mode #515

Anmol1696 opened this issue Jul 9, 2024 · 0 comments

Comments

@Anmol1696
Copy link
Collaborator

Overview

In alot of cases we want to be running the docker containers in debug mode: everything step but not running.

Proposal

Define a new directive: debug mode as enabled.

chains:
- id: cosmoshub-4
  name: cosmoshub
  debug:
    enabled: true
    
relayers:
- name: hermes-1
  type: hermes
  debug:
    enabled: true

If this debug mode is present, then we dont run specific commands in the init container as well as in the main container.

  • For validators: we just dont run start command, run everything else
  • For relayers: we dont create channels or connections
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

No branches or pull requests

1 participant