diff --git a/.github/ISSUE_TEMPLATE/syncing.yaml b/.github/ISSUE_TEMPLATE/syncing.yaml index 6c7fb08bb5..2db27f7291 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 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" + - "Built locally" - type: textarea attributes: label: Please, share the contents of config.toml diff --git a/changelog.md b/changelog.md index d4a0384d61..1dfe34192d 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 +* [2339](https://github.com/zeta-chain/node/pull/2339) - add binaries related question to syncing issue form ### Refactor