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

config(issues): extend bug report template to request DASer state for stuck nodes #3564

Merged
merged 4 commits into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ body:
be automatically formatted into code, so no need for backticks. Or paste
gists, pastebins links here
render: Shell
- type: textarea
id: stuck_node
attributes:
label: Is the node "stuck"? Has it stopped syncing?
ramin marked this conversation as resolved.
Show resolved Hide resolved
description: Please share the state of the node e.g. what height is stuck at, what is the state of DAS?
placeholder: >
Please consult our RPC docs https://node-rpc-docs.celestia.org/ and share output from any or all of
Das.SamplingStats, Header.SyncState and Header.NetworkHead
- type: textarea
id: misc
attributes:
Expand Down
Loading