Skip to content

Commit

Permalink
Merge branch 'develop' into cctx-validate-inbound
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jun 12, 2024
2 parents a87f4cd + b3f8907 commit c89b079
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE/syncing.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Issue with setting up or syncing a node
name: Having difficulties setting up or syncing a node
description: Please fill out the following form to help us understand and resolve your issue with setting up or syncing a node. Provide as much detail as possible to ensure a quick and accurate resolution.
body:
- type: dropdown
Expand Down Expand Up @@ -26,9 +26,15 @@ body:
label: Which method are you using?
description: If you used different methods, please, create separate issues.
options:
- State-Sync
- 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-nightly-performance-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "EXECUTE:LOADTESTS"
uses: artilleryio/action-cli@v1
with:
command: run .github/actions/performance-tests/art.yaml --output ./report.json
command: run .github/actions/performance-tests/art.yaml --record --key ${{ secrets.ARTILLERY_KEY }} --output ./report.json

- name: "GENERATE:REPORT"
uses: artilleryio/action-cli@v1
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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

Expand Down Expand Up @@ -70,6 +71,7 @@

### CI

* [2335](https://github.com/zeta-chain/node/pull/2335) - ci: updated the artillery report to publish to artillery cloud
* [2285](https://github.com/zeta-chain/node/pull/2285) - added nightly EVM performance testing pipeline, modified localnet testing docker image to utilitze debian:bookworm, removed build-jet runners where applicable, removed deprecated/removed upgrade path testing pipeline.
* [2268](https://github.com/zeta-chain/node/pull/2268) - updated the publish-release pipeline to utilize the Github Actions Ubuntu 20.04 Runners.
* [2070](https://github.com/zeta-chain/node/pull/2070) - Added commands to build binaries from the working branch as a live full node rpc to test non-governance changes.
Expand Down

0 comments on commit c89b079

Please sign in to comment.