From 2d47766d7fcd747779ffae4a802329cd17521cde Mon Sep 17 00:00:00 2001 From: Julian Rubino Date: Wed, 12 Jun 2024 09:37:01 +0900 Subject: [PATCH 1/4] chore: Update syncing issue form --- .github/ISSUE_TEMPLATE/syncing.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/syncing.yaml b/.github/ISSUE_TEMPLATE/syncing.yaml index 6c7fb08bb5..4c654c5523 100644 --- a/.github/ISSUE_TEMPLATE/syncing.yaml +++ b/.github/ISSUE_TEMPLATE/syncing.yaml @@ -28,6 +28,13 @@ body: options: - Snapshot - KSYNC + - type: dropdown + attributes: + label: Did you build your binary locally or download it from the Releases[https://github.com/zeta-chain/node/releases] page? + description: We recommend using binaries from our releases page. + options: + - "Downloaded from releases page" + - "Built locally" - type: textarea attributes: label: Please, share the contents of config.toml From a5457cb5ac20d3369ceb3dbd0fe30e00febe3854 Mon Sep 17 00:00:00 2001 From: Julian Rubino Date: Wed, 12 Jun 2024 09:49:21 +0900 Subject: [PATCH 2/4] Update changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index d4a0384d61..a498681246 100644 --- a/changelog.md +++ b/changelog.md @@ -26,6 +26,7 @@ * [2313](https://github.com/zeta-chain/node/pull/2313) - add `CheckAuthorization` function to replace the `IsAuthorized` function. The new function uses the authorization list to verify the signer's authorization. * [2312](https://github.com/zeta-chain/node/pull/2312) - add queries `ShowAuthorization` and `ListAuthorizations` * [2325](https://github.com/zeta-chain/node/pull/2325) - revert telemetry server changes +* [2325](https://github.com/zeta-chain/node/pull/2339) - add binaries related question to syncing issue form ### Refactor From 5ef5ae6c76b2284d0b1203e55e924f0de8a1ae90 Mon Sep 17 00:00:00 2001 From: Julian Rubino Date: Wed, 12 Jun 2024 09:49:40 +0900 Subject: [PATCH 3/4] update PR number --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a498681246..1dfe34192d 100644 --- a/changelog.md +++ b/changelog.md @@ -26,7 +26,7 @@ * [2313](https://github.com/zeta-chain/node/pull/2313) - add `CheckAuthorization` function to replace the `IsAuthorized` function. The new function uses the authorization list to verify the signer's authorization. * [2312](https://github.com/zeta-chain/node/pull/2312) - add queries `ShowAuthorization` and `ListAuthorizations` * [2325](https://github.com/zeta-chain/node/pull/2325) - revert telemetry server changes -* [2325](https://github.com/zeta-chain/node/pull/2339) - add binaries related question to syncing issue form +* [2339](https://github.com/zeta-chain/node/pull/2339) - add binaries related question to syncing issue form ### Refactor From 8658259fc60a2b26f8ecb265ea1e1bc10896e04b Mon Sep 17 00:00:00 2001 From: Julian Rubino Date: Wed, 12 Jun 2024 10:01:06 +0900 Subject: [PATCH 4/4] Update label --- .github/ISSUE_TEMPLATE/syncing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/syncing.yaml b/.github/ISSUE_TEMPLATE/syncing.yaml index 4c654c5523..2db27f7291 100644 --- a/.github/ISSUE_TEMPLATE/syncing.yaml +++ b/.github/ISSUE_TEMPLATE/syncing.yaml @@ -30,7 +30,7 @@ body: - KSYNC - type: dropdown attributes: - label: Did you build your binary locally or download it from the Releases[https://github.com/zeta-chain/node/releases] page? + label: Did you build your binary from source or download it from the Releases[https://github.com/zeta-chain/node/releases] page? description: We recommend using binaries from our releases page. options: - "Downloaded from releases page"