Skip to content

Commit

Permalink
updated links to new all that node links
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed May 15, 2024
1 parent c8412a6 commit c93ad58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-status-changer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Run Python Script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
STATUS_ENDPOINT: "https://zetachain-mainnet-archive.allthatnode.com:26657/status"
PROPOSAL_ENDPOINT: "https://zetachain-mainnet-archive.allthatnode.com:1317/cosmos/gov/v1/proposals"
STATUS_ENDPOINT: "https://zetachain-mainnet.g.allthatnode.com/archive/tendermint/status"
PROPOSAL_ENDPOINT: "https://zetachain-mainnet.g.allthatnode.com/archive/rest/cosmos/gov/v1/proposals"
run: |
import requests
import time
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
* [2119](https://github.com/zeta-chain/node/pull/2119) - Updated the release pipeline to only run on hotfix/ and release/ branches. Added option to only run pre-checks and not cut release as well. Switched approval steps to use environments.
* [2189](https://github.com/zeta-chain/node/pull/2189) - Updated the docker tag when a release trigger runs to be the github event for the release name which should be the version. Removed mac specific build as the arm build should handle that.
* [2191](https://github.com/zeta-chain/node/pull/2191) - Fixed conditional logic for the docker build step for non release builds to not overwrite the github tag.
* [2192](https://github.com/zeta-chain/node/pull/2192) - Added release status checker and updater pipeline that will update release statuses when they go live on network.
## v16.0.0

### Breaking Changes
Expand Down

0 comments on commit c93ad58

Please sign in to comment.