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

update readme to clarify go version and sanity check details #12084

Merged
merged 1 commit into from
Feb 23, 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
4 changes: 2 additions & 2 deletions core/scripts/chaincli/DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use this script to debug and diagnose possible issues with registered upkeeps in
Before starting, you will need:

- A registered [upkeep](https://docs.chain.link/chainlink-automation/overview/getting-started)
- A working [Go](https://go.dev/doc/install) installation
- A working [Go](https://go.dev/doc/install) installation, please use this Go [version](https://github.com/smartcontractkit/chainlink/blob/develop/go.mod#L3)

1. Clone the chainlink [repo](https://github.com/smartcontractkit/chainlink) and navigate to the `core/scripts/chaincli`
directory:
Expand Down Expand Up @@ -65,7 +65,7 @@ Execute the following command based on your upkeep type:

### What the debugging script checks

1. The script runs these basic checks on all upkeeps:
1. The script runs these basic checks on all upkeeps based on the TX_HASH or BLOCK_NUMBER (if provided)
- Verify upkeep status: active, paused, or canceled
- Check upkeep balance

Expand Down
Loading